Skip to content

Instantly share code, notes, and snippets.

@ShingoFukuyama
Created March 18, 2015 03:55
Show Gist options
  • Save ShingoFukuyama/5dc511fb222697606765 to your computer and use it in GitHub Desktop.
Save ShingoFukuyama/5dc511fb222697606765 to your computer and use it in GitHub Desktop.
xAutoPagerize via os0x.blog
// Google
if ( /\.google\..+?\/search\?/.test(location.href) ) {
// Google Auto Pagerize
// os0x.block http://os0x.hatenablog.com/entry/20080327/1206613170
(function(a,s){s=document.createElement('script');s.charset='UTF-8';s.type='text/javascript';s.src=a.shift();document.body.appendChild(s);if(a.length)arguments.callee(a);})(['http://ss-o.net/userjs/xAutoPagerize.user.js']);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment