Difference between revisions of "User:Evanjohnman/vector.js"
Evanjohnman (talk | contribs) (Add javascript to automatically remove the sh*tty bar that extends from the dropdown arrow next to the search bar) |
Evanjohnman (talk | contribs) m |
||
Line 1: | Line 1: | ||
− | + | 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.') }