Jump to content

User:Quiddity/common.js: Difference between revisions

From mediawiki.org
Content deleted Content added
test
 
m fix
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
// Expand all grouped RC/Watchlist entries. (Credit to [[m:User:PiRSquared17]]
// Expand all grouped RC/Watchlist entries. (Credit to [[m:User:PiRSquared17]]
$(window).load(function() { $('.mw-enhancedchanges-arrow').click(); });
$(window).load(function() { $('.mw-enhancedchanges-arrow').click(); });

// Automatically use global CSS file; no need to create a separate .css in every wiki
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Quiddity/global.css&action=raw&ctype=text/css', 'text/css');
// [[w:User:Ais523/highlightmyname2.js]]
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Ais523/highlightmyname2.js&action=raw&ctype=text/javascript');

Revision as of 04:24, 9 January 2014

// Expand all grouped RC/Watchlist entries. (Credit to [[m:User:PiRSquared17]]
$(window).load(function() { $('.mw-enhancedchanges-arrow').click(); });

// Automatically use global CSS file; no need to create a separate .css in every wiki
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Quiddity/global.css&action=raw&ctype=text/css', 'text/css');
 
// [[w:User:Ais523/highlightmyname2.js]]
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Ais523/highlightmyname2.js&action=raw&ctype=text/javascript');