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); | |
#main-window { | |
background: #F8F8F8 !important; | |
} | |
#titlebar-buttonbox-container { | |
height: 0 !important; | |
width: 0 !important; | |
} | |
#titlebar-buttonbox { | |
-moz-appearance: none !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
(function() { | |
var a = {}; | |
var c = { | |
handlers: { | |
_guid: 0, | |
getGuid: function() { | |
return++this._guid | |
} | |
}, | |
find: function(e, f) { |
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
{ | |
"extName":{ | |
"message": "信息追踪器" | |
}, | |
"extShortName":{ | |
"message": "信息追踪器" | |
}, | |
"extDesc":{ | |
"message": "追踪网页上的特定信息" | |
}, |
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
[email protected]=梅花繁简转换器,可自动或手动执行繁体字、简体字之间的相互转换。 | |
toolbarButton.leftClick=左键: | |
toolbarButton.middleClick=中键: | |
toolbarButton.rightClick=右键: | |
do.nothing=无 | |
conv.webText=转换目前浏览的网页文本 | |
open.settingWindow=打开设置窗口 | |
prompt.newIndex=请输入新编号。 |
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
####################################################################### | |
# | |
# imouto.host | |
# | |
# #Ver : 2.09.0463 Sakura Chiyo | |
# #Update Time : 2014.09.01;18:48 | |
# #Fix & Bug : | |
# # 2.09.0463: 修复Google+。 | |
# # 2.08.0462: 修复Google服务。 | |
# # 2.07.0458: 修复Google服务。 |
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
(function () { | |
var checked = false; | |
var delay = false; | |
var next = { | |
}; | |
var previous = { | |
}; | |
// 下一页链接里的文字 | |
next.texts = [ | |
'next', |
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
window{ | |
background-color: black !important; | |
} | |
#aboutDialogContainer { | |
background: url("http://ww2.sinaimg.cn/large/e57da4e9jw1ei434w65lpj20h80980u7.jpg") center top no-repeat !important; | |
} | |
#clientBox { | |
padding-bottom: 40px !important; | |
height: 332px !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 图片粘贴上传正式版 | |
// @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== |
NewerOlder