Remove hash from URL in bookmarklet driver

main
Elbert Alias 8 years ago
parent 194acac05b
commit 3a8e9e2896

@ -13,7 +13,7 @@
d = window.document, d = window.document,
container = d.getElementById('wappalyzer-container'), container = d.getElementById('wappalyzer-container'),
domain = window.top.location.host, domain = window.top.location.host,
url = window.top.location.href, url = window.top.location.href.replace(/#.*$/, ''),
hasOwn = Object.prototype.hasOwnProperty; hasOwn = Object.prototype.hasOwnProperty;
w.driver = { w.driver = {

Loading…
Cancel
Save