Difference between revisions of "User:Evanjohnman/vector.js"

From Team Fortress Wiki
Jump to: navigation, search
(Add javascript to automatically remove the sh*tty bar that extends from the dropdown arrow next to the search bar)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
onLoad = function(){
+
onload = function(){
   document.getElementById('p-cactions-label').style.display = 'none'
+
   document.getElementById('p-cactions-label').style.backgroundImage = "none"
  print('Come on, this shouldn't even be a problem.')
 
 
 
 
}
 
}

Latest revision as of 22:43, 5 February 2018

onload = function(){
  document.getElementById('p-cactions-label').style.backgroundImage = "none"
}