User:Colin M/common.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .css page for this skin is at User:Colin M/common.css. |
importScript( 'User:PrimeHunter/Source links.js' ); // Backlink: [[User:PrimeHunter/Source links.js]]
importScript( 'User:DannyS712/DiscussionCloser.js' );// [[User:DannyS712/DiscussionCloser.js]]
// Doesn't seem to work. Maybe with old watchlist interface?
//importScript('User:Kephir/gadgets/hollis.js'); // [[User:Kephir/gadgets/hollis]]
// Tried to fix, but only got as far as making it not obviously broken. Doesn't
// seem to actually show "Since last seen" diff - most (all?) of the time it just
// seems equivalent to the combined diff of the day's combined edits (which is already accessible in the default UI)
//importScript('User:Colin M/gadgets/hollis debug.js');
/* Asdf, this doesn't work either. Are all these scripts intended for the old watchlist UI? Should look more into this :/
if ( typeof mw.libs.listPageOptions !== "object" ) {
mw.libs.listPageOptions = { };
}
mw.libs.listPageOptions.learnt = true;
mw.loader.load("https://en.wikipedia.org/w/index.php?title=User:PerfektesChaos/js/listPageOptions/r.js&action=raw&bcache=1&maxage=86400&ctype=text/javascript",
"text/javascript");
*/
importScript('User:Colin M/scripts/HideZeroSumEdits.js'); // [[User:Colin M/scripts/HideZeroSumEdits.js]]
importScript('User:Colin M/scripts/MarkAsRead.js'); // [[User:Colin M/scripts/MarkAsRead.js]]
// This seems potentially useful, but it's pretty annoying that it removes any way to follow the redirect target. Disabling for now.
//mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AWugapodes%2FCapricorn.js&action=raw&ctype=text/javascript'); // [[User:Wugapodes/Capricorn.js]]
// JWB
importScript( 'User:Joeytje50/JWB.js/load.js' ); // Backlink: [[User:Joeytje50/JWB.js/load.js]]
window.hotcat_single_changes_are_minor = true;
importScript( 'User:Enterprisey/diff-permalink.js' ); // Backlink: [[User:Enterprisey/diff-permalink.js]]
importScript( 'User:Colin M/scripts/JWB annotated.js/loader.js' ); // Backlink: [[User:Colin M/scripts/JWB annotated.js/loader.js]]
importScript('User:Stevage/EnhanceHistory.user.js'); // Backlink: [[User:Stevage/EnhanceHistory.user.js]]