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)
 
m
Line 1: Line 1:
onLoad = function(){
+
onload = function(){
 
   document.getElementById('p-cactions-label').style.display = 'none'
 
   document.getElementById('p-cactions-label').style.display = 'none'
 
   print('Come on, this shouldn't even be a problem.')
 
   print('Come on, this shouldn't even be a problem.')
  
 
}
 
}

Revision as of 21:17, 29 November 2016

onload = function(){
  document.getElementById('p-cactions-label').style.display = 'none'
  print('Come on, this shouldn't even be a problem.')

}