This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AutoPagerize | |
// @namespace http://swdyh.yu.to/ | |
// @description loading next page and inserting into current page. | |
// @include http://* | |
// @include https://* | |
// @exclude https://mail.google.com/* | |
// @exclude http://b.hatena.ne.jp/* | |
// @exclude http://www.facebook.com/plugins/like.php* | |
// @exclude http://api.tweetmeme.com/button.js* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name SoundCloud: Download Button | |
// @namespace e7fc358c1e5cc159ce3f327246807caa | |
// @include https://soundcloud.com/* | |
// @version 1.1 | |
// @grant none | |
// @run-at document-idle | |
// ==/UserScript== | |
(function() { |