User:Codename Noreste/common.js: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Loading this abuse filter contribs script from enwiki.
mNo edit summary
 
(12 intermediate revisions by one other user not shown)
Line 3: Line 3:
window.selectiveRollbackConfig = {};
window.selectiveRollbackConfig = {};
selectiveRollbackConfig.markBot = false;
selectiveRollbackConfig.markBot = false;
selectiveRollbackConfig.confirm = 'never';
selectiveRollbackConfig.confirm = 'always';
selectiveRollbackConfig.mobileConfirm = 'always';
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAnimum%2Fmassdelete.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAnimum%2Fmassdelete.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Ingenuity/AbuseFilterContribs.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Ingenuity/AbuseFilterContribs.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2Fbatchtest-plus.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterDiff.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterDiff.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterTest.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterTest.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2Fbatchtest-plus.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Suffusion of Yellow/filter-highlighter.js&action=raw&ctype=text/javascript');
importScript('MediaWiki:Gadget-AllInOne.js'); // Backlink: [[MediaWiki:Gadget-AllInOne.js]]
window.filterHighlighterConfig = {
if (typeof(p4js_all_in_one) === 'undefined') p4js_all_in_one = {};
    // If you find the default highlighting ugly, you can substitute your own stylesheet here
p4js_all_in_one.reasons = {
    // If you prefer no highlighting at all, use the empty string ("")
     block: ["Vandalism", "Vandalism-only account", "Spamming links to external sites", "Spam-only account or spambot", "Intimidating behavior/harassment", "Long-term abuse", "{{blocked proxy}}"],
    style : "User:Codename Noreste/filter-highlighter.css",
     pagedelete: ["Unambiguous spam", "Complete vandalism", "Created by blocked user evading their block", "Not a translation"],
 
     revisiondelete: ["Copyright violation", "Correction of a mistake in revision deletion", "Grossly insulting, degrading, or offensive material", "Potentially libelous information", "Purely disruptive material", "Other valid non-test deletion"],
    // Change this to true to highlight the entire [[Special:AbuseFilter/nnn]] page.
}
    // Mostly intended for EFMs, as this will make it impossible to forget that
// You can select these suffixes to append to your block and (revision) delete rationales.
    // you're editing a filter that's set to disallow.
p4js_all_in_one.suffixes = ["", " (bureaucrat action)", " <!-- Bureaucrat action, but can be changed as a steward action if necessary. -->"];
     style_editor : true,
 
    // Show title text (tooltip). Set to false for the default "Special:AbuseFilter/123"
     show_title: true,
 
    // Allow filter information to be up to this many seconds old.
    // Set to a much larger value for slow connections. Set to 0 if you don't mind
    // downloading an extra 140K every time you visit a page that mentions filters
     cache_seconds : 30 * 60
};
importScript('User:Kiteretsu/AjaxBlock.js'); // [[User:Kiteretsu/DiscussionCloser.js]]
importScript('User:Kiteretsu/DiscussionCloser.js'); // [[User:Kiteretsu/DiscussionCloser.js]]
mw.util.addPortletLink('p-Navigation', '/wiki/Special:AbuseLog', 'Abuse log');

Latest revision as of 02:06, 30 August 2024

// Selective Rollback ([[User:Dragoniez/Selective Rollback.js]])
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User%3ADragoniez%2FSelective%20Rollback.js&action=raw&ctype=text/javascript');
window.selectiveRollbackConfig = {};
selectiveRollbackConfig.markBot = false;
selectiveRollbackConfig.confirm = 'always';
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAnimum%2Fmassdelete.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Ingenuity/AbuseFilterContribs.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2Fbatchtest-plus.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterDiff.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASuffusion_of_Yellow%2FfilterTest.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Suffusion of Yellow/filter-highlighter.js&action=raw&ctype=text/javascript');
window.filterHighlighterConfig = {
    // If you find the default highlighting ugly, you can substitute your own stylesheet here
    // If you prefer no highlighting at all, use the empty string ("")
    style : "User:Codename Noreste/filter-highlighter.css",

    // Change this to true to highlight the entire [[Special:AbuseFilter/nnn]] page.
    // Mostly intended for EFMs, as this will make it impossible to forget that
    // you're editing a filter that's set to disallow.
    style_editor : true,

    // Show title text (tooltip). Set to false for the default "Special:AbuseFilter/123"
    show_title: true,

    // Allow filter information to be up to this many seconds old.
    // Set to a much larger value for slow connections. Set to 0 if you don't mind
    // downloading an extra 140K every time you visit a page that mentions filters
    cache_seconds : 30 * 60
};
importScript('User:Kiteretsu/AjaxBlock.js'); // [[User:Kiteretsu/DiscussionCloser.js]]
importScript('User:Kiteretsu/DiscussionCloser.js'); // [[User:Kiteretsu/DiscussionCloser.js]]
mw.util.addPortletLink('p-Navigation', '/wiki/Special:AbuseLog', 'Abuse log');