跳转到内容

User:Quest for Truth/vector.js

维基百科,自由的百科全书

这是本页的一个历史版本,由Quest for Truth留言 | 贡献2011年1月2日 (日) 20:37编辑。这可能和当前版本存在着巨大的差异。

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
//WP:Twinkle
//importScript('User:Tohd8BohaithuGh1/twinkle.js');

//批量回退
importScript('User:Bencmq/Mass rollback.js');

//返回頁頂
//importScript("Wikipedia:维基百科工具/返回页顶/c-top.js");
/* Deprecated
document.write('<div style="position: fixed; bottom: 1px; left: 1px; z-index: 999;">'
+ '<a href="#globalWrapper" title="">'
+ '<span style="background-color: rgb(0, 88, 150); color: white; font-size: medium;">'
+ '返回頁頂</span></a></div>');
*/

//install [[User:Cacycle/wikEd]] in-browser text editor
var wikEdComboPresetOptions = {}; //Add my own summary presets:
wikEdComboPresetOptions['summary'] = [
'修飾語句', '修正筆誤', '內容擴充', '修正標點符號', '調整格式、排版', 
'移動或調整段落章節', '增加或調整內部連結', '增加或調整跨語言連結', 
'增加或調整分類', '增加或調整小作品標籤', '增加或調整字詞轉換代碼', 
'消歧義', '維基化', '提交刪除討論或速刪', '提交侵權刪除', '刪除侵權內容', 
'歡迎用戶', '警告用戶', '{wikEdUsing}'
];
//
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript"></' + 'script>');

//Comments in Local Time
/*importScript('User:Quest for Truth/comments in local time zh.js'); // [[Wikipedia:Comments in Local Time]]
LocalComments = {
	language: 'zh-hk'
};*/
importScript('User:Quest for Truth/CommentsInLocalTime.js');

//CategoryPageForm
importScript("User:Isnow/CategoryPageForm.js");

// Nav Popup
// Normally features are enabled
var toFix = true;
// In special pages, histories and previews disable them
if (wgCanonicalNamespace == "Special" || /*
*/ location.href.indexOf('&action=history') != -1 || /*
*/ location.href.indexOf('&action=submit') != -1)
toFix = false;
// 
popupRedlinkRemoval = toFix;
popupFixRedirs = toFix;
popupFixDabs = toFix;