mirror of
https://github.com/kennethreitz-archive/dotfiles.git
synced 2026-06-21 15:50:58 +00:00
7 lines
184 B
JavaScript
7 lines
184 B
JavaScript
// No more paywall
|
|
document.observe("dom:loaded", function() {
|
|
$$('overlay').hide();
|
|
$$('gatewayCreative').hide();
|
|
$$(document.body).setStyle( { overflow:'scroll' } );
|
|
});
|