highlight code

By sam stern Last update Jun 12, 2006 — Installed 276 times.
// ==UserScript==
// @name          highlight code
// @description	  
// @include       *
// ==/UserScript==

    if (text.length > 10)
        TRange.select()
       
}


})();