User:Codename Noreste/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
Normalizing script installs |
Update. |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
// Selective Rollback ([[User:Dragoniez/Selective Rollback.js]]) |
// Selective Rollback ([[User:Dragoniez/Selective Rollback.js]]) |
||
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User%3ADragoniez%2FSelective%20Rollback.js&action=raw&ctype=text/javascript'); |
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User%3ADragoniez%2FSelective%20Rollback.js&action=raw&ctype=text/javascript'); |
||
window.selectiveRollbackConfig = { |
window.selectiveRollbackConfig = { |
||
markBot: false, |
|||
selectiveRollbackConfig.markBot = false; |
|||
watchPage: false, |
|||
selectiveRollbackConfig.confirm = 'always'; |
|||
watchExpiry: 'indefinite', |
|||
confirm: 'always', |
|||
mobileConfirm: 'always', |
|||
checkboxLabelColor: 'orange' |
|||
}; |
|||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAnimum%2Fmassdelete.js&action=raw&ctype=text/javascript'); |
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAnimum%2Fmassdelete.js&action=raw&ctype=text/javascript'); |
||
⚫ | |||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2Fbatchtest-plus.js&action=raw&ctype=text/javascript'); |
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2Fbatchtest-plus.js&action=raw&ctype=text/javascript'); |
||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterDiff.js&action=raw&ctype=text/javascript'); |
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterDiff.js&action=raw&ctype=text/javascript'); |
||
window.filterSignature = "Noreste"; |
|||
⚫ | |||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterTest.js&action=raw&ctype=text/javascript'); |
|||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion%20of%20Yellow%2Ffilter-highlighter.js&action=raw&ctype=text/javascript'); |
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion%20of%20Yellow%2Ffilter-highlighter.js&action=raw&ctype=text/javascript'); |
||
⚫ | |||
⚫ | |||
window.filterHighlighterConfig = { |
window.filterHighlighterConfig = { |
||
// If you find the default highlighting ugly, you can substitute your own stylesheet here |
// If you find the default highlighting ugly, you can substitute your own stylesheet here |
||
Line 30: | Line 33: | ||
cache_seconds : 30 * 60 |
cache_seconds : 30 * 60 |
||
}; |
}; |
||
importScript('User:Kiteretsu/AjaxBlock.js'); // Backlink: [[User:Kiteretsu/AjaxBlock.js]] |
|||
importScript('User:Kiteretsu/DiscussionCloser.js'); // Backlink: [[User:Kiteretsu/DiscussionCloser.js]] |
|||
mw.util.addPortletLink('p-Navigation', '/wiki/Special:AbuseLog', 'Abuse log'); |