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== | |
// @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=* |