Difference between revisions of "User:SomeHuman/common.js"
(For further testing) |
(No difference)
|
Latest revision as of 09:14, 4 May 2020
function TranslateNoPageTitle(){
var oH1 = document.getElementById("firstHeading");
if(oH1){
oH1.classList.add("notranslate");
oH1.setAttribute("translate", "no");
oH1.setAttribute("lang", "en");
oH1.style.backgroundColor="orange !important";}
}
$(TranslateNoPageTitle);