Originally Posted by
TheLifeOfA_NKCM
Copied the script verbatim into Tamper monkey on Windows 10 Aniversary Edition with the latest version of Chrome. For some reason, it just keeps testing the URL and even if it passes or has already updated the URL it'll just keep going
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.