Posts that yeti_c is monitoring

Subscribe to Posts that yeti_c is monitoring 5 posts found

Feb 15, 2008
Alvin 3 posts

Topic: My Script has disappeared!?

(EDIT) Nevermind, thread necromancy, I didn't realize how old this thread was. (EDIT)

 
Jan 22, 2008
znerp 408 posts

Topic: My Script has disappeared!?

@yeti_c: I think from your description of this script that you're blatantly abusing the userscripts.org site, and it should be obvious why steps have been taken to stop this. If you really deem it necessary to check so often, couldn't you look for an alternative host for this? I don't know how often you are updating your script, but surely it can't be very often, and so important that users should be made aware of it immediately - checking once a day or less would likely suffice.

With regards to your most recent post, it seems your script has been flagged with the 'unlisted' flag, see here for details of this.

 
Jan 22, 2008
Jesse Andrews 182 posts

Topic: My Script has disappeared!?

The script in question is:


var versionString = "3.6.6";

//-----------------------------------------------------------------------------
//  Meta Data - required for Greasemonkey
//-----------------------------------------------------------------------------
// ==UserScript==
// @name          Conquer Club - BOB - Support Script
// @namespace     http://robertstocks.co.uk/conquerClub
// @description   Adds Stats, card counter, redemption value, anaimated clock, text based map, map inspection tools
// @include       http://*conquerclub.com*
// ==/UserScript==

How is this a valid userscript? It doesn't do anything. What is requesting it?

 
Jan 22, 2008
Jesse Andrews 182 posts

Topic: My Script has disappeared!?

I was away from computers this weekend and unfortunately this script triggered a "soft delete" self defense - the .user.js version of the script was being accessed at over 10 times per second sustained for multiple hours... I'm back now and am examining why the script was being accessed so often...

We are not a hosting site for static resources for other sites/... in the past when this sort of thing happened it was because someone was either: 1) serving js from userscripts.org as part of an XSS attack, 2) a spam issue.

I've never seen 10req/s on the source of a script sustained for multiple hours that was legit.

 
Jan 21, 2008
Joel H 342 posts

Topic: My Script has disappeared!?

It was likely deleted as spam.

-Joel