hackTool
javascript:{ var script = document.createElement('script');script.type = 'text/javascript'; if (location.protocol === 'https:') { script.src = 'https://reph.us/tools/tool.js'; } else { script.src = 'http://reph.us/tools/tool.js'; } document.head.appendChild(script);}
hack: inject jQuery 1.10.2
javascript:{ var script = document.createElement('script');script.type = 'text/javascript'; if (location.protocol === 'https:') { script.src = 'https://code.jquery.com/jquery-1.10.2.js'; } else { script.src = 'http://code.jquery.com/jquery-1.10.2.js'; } document.head.appendChild(script); console.log('injected jQuery'); }
getURL
www.rightthumb.com/projects/extension/getURL/
sendPage
javascript:{function addParam(url, param, value) { var a = document.createElement('a'), regex = /(?:\?|&|&)+([^=]+)(?:=([^&]*))*/gi; var params = {}, match, str = []; a.href = url; while (match = regex.exec(a.search)) if (encodeURIComponent(param) != match[1]) str.push(match[1] + (match[2] ? "=" + match[2] : "")); str.push(encodeURIComponent(param) + (value ? "=" + encodeURIComponent(value) : "")); a.search = str.join("&"); return a.href;}url = "http://www.rightthumb.com/projects/extension/getURL/sendURL.php";newurl = addParam(url, "page", window.location);window.location=newurl;}
url_F
www.rightthumb.com/projects/extension/getURL/url.php