Browser Tips
How to disable Javascript for a page to read a paywall article:
- Open the page where you want to disable JavaScript.
- Open Developer Tools by right-clicking the page and selecting Inspect or by pressing
F12(Windows/Linux) orCommand + Option + I(Mac). - Open theĀ Command Menu:
- On Windows or Linux, press
Control + Shift + P. - On MacOS, press
Command + Shift + P.
- On Windows or Linux, press
- In the command menu, start typing
javascript. - Select Disable JavaScript and press
Enterto run the command. - Reload the page to see the effect.
JavaScript will remain disabled for that page as long as the Developer Tools panel is open.