User:Gavia immer/vector.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:Gavia immer/vector.css. |
<!-- BEGIN DIFFONLY BUTTONS-->
function diff_only_buttons()
{
handle_diff('differences-prevlink');
handle_diff('differences-nextlink');
function handle_diff(diff_id)
{
var link = document.getElementById(diff_id);
if (link == null)
{
return false;
}
var diff_only = document.createElement('a');
diff_only.id = diff_id;
diff_only.href = link.href + '&diffonly=1';
diff_only.appendChild(document.createTextNode(' - (Diff only)'));
link.parentNode.appendChild(diff_only);
return true;
}
}
addOnloadHook(diff_only_buttons)
<!--END DIFFONLY BUTTONS-->
<!--BEGIN MAIN SCRIPTS-->
importScript('Wikipedia:WikiProject User scripts/Scripts/User tabs'); // User tabs [[Wikipedia:WikiProject User scripts/Scripts/User tabs]]
importScript('Wikipedia:WikiProject User scripts/Scripts/Logs link'); //Logs link [[Wikipedia:WikiProject User scripts/Scripts/Logs link]]
importScript('User:Ais523/watchlistnotifier.js'); //Watchlist notification [[User:Ais523/watchlistnotifier.js]]
importScript('User:Magnus Manske/LinkFixr.js'); // link fixer [[User:Magnus Manske/LinkFixr.js]]
importScript('User:js/watchlist.js'); //AJAX watchlist tools [[User:js/watchlist.js]]
importScript('User:Mr.Z-man/patrollinks.js'); //quick patrolled edits [[User:Mr.Z-man/patrollinks.js]]
importScript('Wikipedia:WikiProject User scripts/Scripts/Show last diff'); // show last diff [['Wikipedia:WikiProject User scripts/Scripts/Show last diff]]
importScript('User:Mr.Z-man/moverevert.js'); //mass move reversion [[User:Mr.Z-man/moverevert.js]]
importScript('User:Anomie/previewtemplatelastmod.js'); // mark recently changed templates on edit screen [[User:Anomie/previewtemplatelastmod.js]]
importScript('User:Ilmari Karonen/modrollback-newwindow.js'); //Open user contributions after rollback (better version than the Gadget) [[User:Ilmari Karonen/modrollback-newwindow.js]]
importScript('User:Gracenotes/rollback.js'); //edit summary on rollback [[User:Gracenotes/rollback.js]]
importScript('Wikipedia:AutoEd/complete.js'); //AutoEd gnome edits [[Wikipedia:AutoEd/complete.js]]
importScript('Wikipedia:AutoEd/fullwidth.js'); //AutoEd plugin to fix fullwidth characters [[Wikipedia:AutoEd/fullwidth.js]]
importScript('User:Zvn/confirmwatchlistrollback.js'); // extra click to confirm rollbacks from the watchlist [[User:Zvn/confirmwatchlistrollback.js]]
importScript("User:Nihiltres/nothingthree.js"); //change settings at [[Special:MyPage/nothingthree-config.js]] [[User:Nihiltres/nothingthree.js]]
importScript('User:Gary King/expand hidden templates.js'); // [[Wikipedia:Expand Hidden Templates]]
<!--END MAIN SCRIPTS-->
<!--BEGIN SETTINGS-->
showbydefault = true; //User:Mr.Z-man/patrollinks.js
autoEdClick = false; //
autoEdMinor = false; //Don't mark autoEd minor by default
<!--END SETTINGS-->