// ==UserScript== // @name Treemo Global Tags // @description Adds a direct link to a global search for any tag or location on Treemo // @namespace http://www.rhyley.org/gm/ // @include http://*.treemo.com/* // ==/UserScript== var tagImg = 'tag'; allTags = document.evaluate("//*[@id='tags']/a[@href]",document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null); allLocs = document.evaluate("//*[@id='locs']/a[@href]",document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null); for (i=0;i