User:Bosco-bot/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
No edit summary |
Undid revisions from 69986 to 69954 // AdvancedRollback Tag: Undo |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
// JWB |
|||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB |
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js&action=raw&ctype=text/javascript'); |
||
| ⚫ | |||
// MarkRights-zh |
|||
| ⚫ | |||
// Mass block |
|||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Timotheus_Canens/massblock.js&action=raw&ctype=text/javascript'); |
|||
// AdvancedRollback |
|||
mw.loader.load('//dev.miraheze.org/w/index.php?title=User:PB2008/AdvancedRollback/auto.js&action=raw&ctype=text/javascript'); |
|||
// Diffedit |
|||
mw.loader.load( '//meta.wikimedia.org/w/index.php?title=User:Jon_Harald_Søby/diffedit.js&action=raw&ctype=text/javascript' ); |
|||
// Edit count |
|||
(function(editCount) { |
|||
if (editCount !== null) mw.loader.addStyleTag('#pt-mycontris>a::after, .menu__item--userContributions>span>span::after, #mw-mf-page-left .menu__item--userContributions>span::after {content: " (' + editCount + ')"}') |
|||
})(mw.config.get('wgUserEditCount')); |
|||