mirror of
https://github.com/kennethreitz-archive/dotfiles.git
synced 2026-06-05 23:40:16 +00:00
dotjs for hiding nyt paywall (apparently)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// No more paywall
|
||||
document.observe("dom:loaded", function() {
|
||||
$$('overlay').hide();
|
||||
$$('gatewayCreative').hide();
|
||||
$$(document.body).setStyle( { overflow:'scroll' } );
|
||||
});
|
||||
Reference in New Issue
Block a user