Jump to content

User:BoxOfChickens/vector.js

From Wikipedia, the free encyclopedia
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.
window.onload = function() {
if (document.querySelector("#tw-arv a")) {
document.querySelector("#tw-arv a").innerHTML = "Report To Noticeboard";
document.querySelector("#tw-warn a").innerHTML = "Warn User";
document.querySelector("#friendly-talkback a").innerHTML = "Talkback";
}

if (document.querySelector("#friendly-welcome a")) { document.querySelector("#friendly-welcome a").innerHTML = "Welcome User"; }

document.querySelector("#tw-csd a").innerHTML = "Tag For Speedy Deletion";
document.querySelector("#tw-xfd a").innerHTML = "Nominate For Deletion";
document.querySelector("#tw-rpp a").innerHTML = "Request Protection";

document.querySelector("#tw-lastdiff a").innerHTML = "View Last Diff";

document.querySelector("#tw-unlink a").innerHTML = "Unlink Backlinks";

if (document.querySelector("#tw-prod a")) {
document.querySelector("#tw-prod a").innerHTML = "Propose Deletion";
document.querySelector("#friendly-tag a").innerHTML = "Tag Article";
}



}