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== | |
// @id tieba.baidu.com-3fca9dd7-d351-48ce-8da7-6daa71bab5f9@[email protected] | |
// @name 贴吧自动点奖励 | |
// @version 1.0 | |
// @namespace [email protected] | |
// @author patwonder | |
// @description 自动点在线时间奖励、随机T豆奖励和贴条奖励等。 | |
// @include http://tieba.baidu.com/f?kw=* | |
// @include http://tieba.baidu.com/f?*&kw=* | |
// @include http://tieba.baidu.com/f?kz=* |
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 tieba_At_Ta | |
// @description 百度贴吧@它 | |
// @include http://tieba.baidu.com/* | |
// @exclude http://tieba.baidu.com/mo/* | |
// @exclude http://tieba.baidu.com/i/* | |
// @exclude http://tieba.baidu.com/f/like* | |
// @exclude http://tieba.baidu.com/club/* | |
// @exclude http://tieba.baidu.com/shipin/* | |
// @exclude http://tieba.baidu.com/bakan* |
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 Scroll with Mouse plus plus | |
// @namespace http://userscripts.org/scripts/show/175382 | |
// @description Scroll a page by simply moving the cursor up and down, without even a click! | |
// @include * | |
// @author wxl | |
// @date 2013.08.09 | |
// @version 1.16.1 | |
// ==/UserScript== |
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== | |
// @id downloadEnhancer | |
// @name Download Dialog Enhancer | |
// @version 1.6 | |
// @namespace simon | |
// @author Simon Chan | |
// @description Add copying link, saving as, encoding conversion and renaming functions to download dialog. | |
// @include chrome://browser/content/browser.xul | |
// @include chrome://mozapps/content/downloads/unknownContentType.xul | |
// @run-at document-end |
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 http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul | |
// @include http://tieba.baidu.com/* | |
// @version 1 | |
// @grant GM_xmlhttpRequest | |
// @grant unsafeWindow | |
// @grant GM_addStyle | |
// @run-at document-end | |
// ==/UserScript== |
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
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
@-moz-document url("chrome://browser/content/browser.xul"){ | |
.tabbrowser-tab> .tab-stack { | |
-moz-margin-start:4px!important; | |
-moz-margin-end:4px!important; | |
} | |
.tabbrowser-tab .tab-stack .tab-icon-image, |
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
! Adblock Plus List with Main Focus on Chinese Sites. | |
! Last Modified: Tue, 25 Mar 2014 09:43:47 +0800 | |
! | |
! ChinaList = Part of EasyList + Part of EasyPrivacy + ChinaList Lite | |
! If you need to know the details, | |
! please visit: https://github.com/chinalist/chinalist/wiki/something_about_ChinaList_Lazy | |
! If you need help or have any question, | |
! please visit: https://github.com/chinalist/chinalist | |
! coding: utf-8, expires: 5 days | |
!--CC-BY-SA 3.0 + Licensed, NO WARRANTY but Best Wishes---- |
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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
/*进度条背景样式*/ | |
.downloadProgress { | |
-moz-appearance: none !important; | |
min-height: 6px !important; | |
max-height: 6px !important; | |
border: 0px !important; | |
} | |
.downloadContainer{ |
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
@-moz-document url("chrome://browser/content/browser.xul") { | |
#identity-icon-labels { | |
margin-top: -2px !important; | |
margin-bottom: -2px !important; | |
} | |
#urlbar > hbox > hbox > .autocomplete-textbox.urlbar-input.textbox-input.uri-element-right-align { | |
padding-left: 3px !important; | |
} |
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 Tieba Preload | |
// @version 1.1.5 | |
// @description 贴吧预加载,自动加载下一页内容,同时附带消灭贴吧自带 Lazy Load 功能 | |
// @match http://tieba.baidu.com/* | |
// @include http://tieba.baidu.com/* | |
// @author 864907600cc | |
// @icon http://1.gravatar.com/avatar/147834caf9ccb0a66b2505c753747867 | |
// @grant none | |
// @run-at document-end |
OlderNewer