Jump to content

User:DVdm/common.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* UserHighlighterSimple */
/* https://en.wikipedia.org/wiki/User:Novem_Linguae/Scripts/UserHighlighterSimple */
/* importScript( 'User:Novem Linguae/Scripts/UserHighlighterSimple.js' ); // Backlink: [[User:Novem Linguae/Scripts/UserHighlighterSimple.js]] */


/* Source quality highligter */
/* https://en.wikipedia.org/wiki/User:Novem_Linguae/Scripts/CiteHighlighter */
importScript( 'User:Novem Linguae/Scripts/CiteHighlighter.js' ); // Backlink: [[User:Novem Linguae/Scripts/CiteHighlighter.js]]
window.citeHighlighterAlwaysHighlightSourceLists = true;
/* window.citeHighlighterHighlightEverything = true; */
window.citeHighlighterLighterColors = true; 

/* Dark mode */
/* https://en.wikipedia.org/wiki/User:Volker_E._(WMF)/dark-mode */
/* importScript( 'User:Volker_E._(WMF)/dark-mode.js' );  */


/* This does not work properly anymore - now replaced with Preferences, Gadgets, Appearance, MoreMenu
    =================================================================================
importScript('User:Haza-w/cactions.js'); //[[User:Haza-w/cactions.js]]
var cactions = {
    itabs: false,
    tbusr: false
};
*/

/* importScript('MediaWiki:Gadget-HotCat.js'); */
 
/* importScript('User:Equazcion/WatchStyle.js'); */

/* Mark usernames that have been blocked */
/* This is now an official gadget in Preferences,  Gadgets, Appearance, Strike out usernames that have been blocked

importScript('User:NuclearWarfare/Mark-blocked script.js');

Refers to https://en.wikipedia.org/wiki/MediaWiki:Gadget-markblocked.js
When taking over from https://en.wikipedia.org/wiki/MediaWiki:Gadget-markblocked.js , some slight modifications are called for:
//	a.user-blocked-temp {'   + ( window.mbTempStyle || 'background:#EFE0EF; border:1px solid #FEA; padding:0 0.3em; color:#000' ) + '}\
//	a.user-blocked-indef {'  + ( window.mbIndefStyle || 'background:#E0EFEF; border:1px solid #FEA; padding:0 0.3em; color:#000' ) + '}\

!!! Does not work anymore as of 2 dec 2016
!!! Seems to work properly again as of 1 May 2017 or earlier.

*/


/* RedWarn */
/* https://en.wikipedia.org/wiki/Wikipedia:RedWarn */
mw.loader.load( '/w/index.php?title=User:RedWarn/.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:RedWarn/.js]]