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 页内书签 | |
// @namespace www.jjwt.com/ | |
// @description 记录页面的当前位置,可以轻松从其他位置返回 | |
// @include * | |
// @version 2.1 | |
// @grant none | |
// ==/UserScript== | |
function jjwtAddBookMark() { | |
if (arguments.length == 2) { |
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() { |