diff --git a/chrome/src/content.js b/chrome/src/content.js index 8801eaa..b872afa 100644 --- a/chrome/src/content.js +++ b/chrome/src/content.js @@ -42,7 +42,7 @@ return false; if(document.location.protocol != 'https:' && this.siteMatch(document.domain)) { - document.location = 'https://' + document.location.hostname + document.location.pathname + document.location.hash; + document.location = 'https://' + document.location.hostname + document.location.pathname + document.location.search + document.location.hash; } },