Hello,

I've been using *this script 
<https://greasyfork.org/en/scripts/916-vbulletin-total-ignore/code>* for 
some months now to totally erase any traces of ignored users on 
vBulletin-based forums. What it does is makes life easier as it removes all 
traces of ignored users on vBulletin forums automatically (not just posts, 
but also quotes).

Script is used in:

   1. Firefox 33.0.3 with GreaseMonkey 2.3, 
   2. Opera 12.17 and 25, both with ViolentMonkey extension 1.6.7
   3. and latest Maxthon Cloud Browser, also with VM 1.6.7.

The script worked until today in Maxthon and both Operas, when VM extension 
got updated and with that, it stopped. After a short search, I found the 
new @grant requirement in GM API 2.0+ and added these three lines to script 
header

// @grant         GM_getValue
// @grant         GM_setValue
// @grant         GM_deleteValue

After the addition, the script works properly in Presto and Blink Operas 
and Maxthon. Even removing the @require line doesn't stop the script from 
working.


But, the script is still broken in Firefox. Adding the above lines does not 
mend the situation. I don't know what else to try, I'm no coder, just a 
user, any help is appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to