- Bapabooiee
- |
- Fabled Legendary Member
Yay @ the Unsave Thread script.
Only problem is this: Chrome, unfortunately, is case-sensitive when it comes to URLs.
So if you bookmark the URL:
http://www.bungie.net/forums/createpost.aspx?postID=34620395
and
http://www.bungie.net/Forums/createpost.aspx?postID=34620395
Chrome would actually allow you to save the URL twice if you wanted to.
This is significant because this also carries-over to the "// @include" field in user scripts, I has to append a second "@include" line, but this time with a capital F to get this script to work.
Go to the "Community" drop-down menu at the top, and select The Flood. The 'f' in the "forums" part of the URL will be uppercase -- but if you click the banner at the top of The Flood's thread index, the page will refresh, but this time with a lowercase 'f' in the URL.
So yeah, case sensitivity presents some problems in Chrome.
And btw, I think, rather than using two includes, this little "hack" could get the script to be happy in both Firefox and Chrome, since it works for me, without having to add two @include fields:
// @include http://*bungie.net/*orums/posts.aspx*
=D