This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TaskerData sr="" dvi="1" tv="4.8"> | |
<Task sr="task162"> | |
<cdate>1436646477241</cdate> | |
<edate>1452367336621</edate> | |
<id>162</id> | |
<nme>Wear Toggle Tilt To Wake</nme> | |
<pri>100</pri> | |
<Action sr="act0" ve="7"> | |
<code>11820</code> | |
<Bundle sr="arg0"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
var sel = window.getSelection().toString(); | |
if (sel != "") { | |
window.open("https://www.google.com/search?q="+sel, '_blank'); | |
return; | |
} | |
// Search through elements in document order | |
var links = [].concat( | |
Array.prototype.slice.call(document.getElementsByTagName("LINK")), | |
Array.prototype.slice.call(document.getElementsByTagName("A")) |