? Fix
|
|
Hi All,
You need to update this line: document.location.href="https://" + window.location.host + window.location.pathname; To be: document.location.href="https://" + window.location.host + window.location.pathname + window.location.hash + window.location.search; I have a small question, how i can restrict this script for a particular site? regards,
|
|
|
Ah, yes. To restrict pages it works on simply change the "// @include *" line to "// @include (insert your site of choice here)". I need to do some testing to make sure it's working how I'd like it to though. I can't test it at home since I can't find a way to emulate the blocks at my school but, school lets back in tomorrow and I'll see if I can debug any further issues I find. Thanks for the fix! |