v50 Steam/Premium information for editors
- v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
- Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.
Difference between revisions of "User:Lethosor/common.js"
Jump to navigation
Jump to search
(include redirect_https.js) |
(disable RCF.js) |
||
Line 4: | Line 4: | ||
importScript('User:Lethosor/ignore blank summary.js') | importScript('User:Lethosor/ignore blank summary.js') | ||
importScript('User:Lethosor/purge link.js') | importScript('User:Lethosor/purge link.js') | ||
− | |||
importScript('User:Lethosor/css_apply.js'); | importScript('User:Lethosor/css_apply.js'); | ||
importScript('User:Lethosor/servedby.js'); | importScript('User:Lethosor/servedby.js'); | ||
Line 14: | Line 13: | ||
/* Old stuff */ | /* Old stuff */ | ||
+ | // importScript('User:Lethosor/RCF.js'); | ||
//importScript("User:Lethosor/ShowAnnouncements.js") | //importScript("User:Lethosor/ShowAnnouncements.js") | ||
//importScript('User:Lethosor/dash.js'); | //importScript('User:Lethosor/dash.js'); |
Revision as of 00:20, 27 June 2019
importScript('User:Emi/colorcontrib.js');
importScript('User:Emi/clock.js');
importScript("User:Lethosor/prefixindex.js")
importScript('User:Lethosor/ignore blank summary.js')
importScript('User:Lethosor/purge link.js')
importScript('User:Lethosor/css_apply.js');
importScript('User:Lethosor/servedby.js');
importScript('User:Lethosor/no_dash_sig.js');
importScript('User:Lethosor/active-users-sort.js');
importScript('User:Lethosor/outdated_warning.js');
importScript('User:Lethosor/redirect_https.js');
/* Old stuff */
// importScript('User:Lethosor/RCF.js');
//importScript("User:Lethosor/ShowAnnouncements.js")
//importScript('User:Lethosor/dash.js');
//importScript('User:Lethosor/ajaxpatrol.js');
//importScript('User:Lethosor/fullpage.js');
//importScript('User:Lethosor/editlead.js')
//importScript('User:Lethosor/newpp.js')
//importScript('User:Lethosor/main.js');
//if(Math.random() > 0.5) importScript('User:Lethosor/rquality.js')
//importScript('User:Emi/newpages.js');
// Change "block" links to "b"
//$('a').filter(function(){return $(this).text()=='block'}).text('b');