Difference between revisions of "User:Seemann/monobook.js"

From GTAMods Wiki
Jump to navigation Jump to search
(Removing all content from page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
function Test()
 
{
 
    var s = document.getElementById( "searchInput" );
 
    if (!s) {
 
      return false;
 
    };
 
  
    s.setAttribute( "title", "sss");
 
 
};
 
 
addOnloadHook( Test );
 

Latest revision as of 06:30, 29 January 2009