17 ms·
Even easier, just create a bookmark to which points to: javascript:$('overlay').hide();$('gatewayCreative').hide();$(document.body).setStyle({overflow:'scroll'
by mrduncan 16y ago
Even easier, just create a bookmark to which points to:
javascript:$('overlay').hide();$('gatewayCreative').hide();$(document.body).setStyle({overflow:'scroll'});
Ironically, I couldn't test it since the paywall never came up now matter how many articles I opened up.
- MatthewPhillips 16y agoI want a Chrome extension that does it in the background so I don't have to use a bookmarklet every time.
- tghw 16y agoIf you just save this to a .user.js file, add the user script headers, and open that file in Chrome, it'll install it as an extension. Edit: removed broken script.
- mathias 16y agoThat won’t work in all browsers. User scripts are executed in their own context and don’t know of plugins and libraries that are available on the page. The good news is, you don’t need Prototype at all. I made this userscript this morning: https://gist.github.com/880967 https://gist.github.com/880967 Just click one of the “raw” links to install.
- tghw 16y agoYou're right, mine won't work. Taken down.
- mathias 16y agoI made a user script for this a while ago: https://gist.github.com/880967 https://gist.github.com/880967 Just click one of the “raw” links to install.