// ==UserScript== // @name Handy SMS menu at Telia Mina Sidor // @namespace http://www.lysator.liu.se/~jhs/userscript // @description Makes SMS sending easier from Telia Mina Sidor, by adding a menu in the page header where you can add contacts you want quick access to sending SMS:es to. Add and remove contacts from the standard address book page. // @include http://*.tewss.telia.se/* // ==/UserScript== if( location.pathname.match( 'adressbok' ) ) { var trs = byClass( 'ejfargat', 'td' ), i; var name, whom, node, link, tr, href; for( i=0; i