diff --git a/.js/nytimes.com.js b/.js/nytimes.com.js new file mode 100644 index 0000000..6e5a516 --- /dev/null +++ b/.js/nytimes.com.js @@ -0,0 +1,6 @@ +// No more paywall +document.observe("dom:loaded", function() { + $$('overlay').hide(); + $$('gatewayCreative').hide(); + $$(document.body).setStyle( { overflow:'scroll' } ); +});