Originally Posted by
Zorak
I haven't tried running this directly as a GreaseMonkey script, but just reading things over I think there's an extra space in the version in the wiki:
Code:
if (window.location.href.toString().indexOf("?styleid =17") != -1) return false;
there's a space between
styleid and
=17 that should be removed.
Took the one directly from his post. However, I could see that being a fatal error as when it looks for that query in the URL it won't find it or add the proper path in place of it. Hence a refresh loop, though the space doesn't exist for my copy of the script. I'll review it again when I can and record the outcome.