From c8871ad55bae20f63ce31c9ce27cb8f4c8fb97df Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 3 Sep 2011 10:01:39 -0700 Subject: [PATCH] no one uses anonym.to --- 4chan_x.user.js | 2 +- script.coffee | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index a68e6aba7..f98fc818f 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -114,7 +114,7 @@ 'Indicate OP quote': [true, 'Add \'(OP)\' to OP quotes'] } }, - flavors: ['http://regex.info/exif.cgi?url=', 'http://iqdb.org/?url=', 'http://google.com/searchbyimage?image_url=', '#http://tineye.com/search?url=', '#http://saucenao.com/search.php?db=999&url=', '#http://imgur.com/upload?url=', '#http://anonym.to/?'].join('\n'), + flavors: ['http://regex.info/exif.cgi?url=', 'http://iqdb.org/?url=', 'http://google.com/searchbyimage?image_url=', '#http://tineye.com/search?url=', '#http://saucenao.com/search.php?db=999&url=', '#http://imgur.com/upload?url='].join('\n'), time: '%m/%d/%y(%a)%H:%M', backlink: '>>%id', hotkeys: { diff --git a/script.coffee b/script.coffee index f02aeaf81..3f42a768f 100644 --- a/script.coffee +++ b/script.coffee @@ -50,7 +50,6 @@ config = '#http://tineye.com/search?url=' '#http://saucenao.com/search.php?db=999&url=' '#http://imgur.com/upload?url=' - '#http://anonym.to/?' ].join '\n' time: '%m/%d/%y(%a)%H:%M' backlink: '>>%id'