diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 6dc6fe05b..0c0ee7cba 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -652,6 +652,7 @@ Config = sauces: """ https://www.google.com/searchbyimage?image_url=%TURL http://iqdb.org/?url=%TURL + http://eye.swfchan.com/search/?q=%name;types:swf #//tineye.com/search?url=%TURL #//saucenao.com/search.php?url=%TURL #http://3d.iqdb.org/?url=%TURL diff --git a/src/Miscellaneous/Flash.coffee b/src/Miscellaneous/Flash.coffee index b13960541..be9e63196 100644 --- a/src/Miscellaneous/Flash.coffee +++ b/src/Miscellaneous/Flash.coffee @@ -5,16 +5,3 @@ Flash = initReady: -> $.globalEval 'if (JSON.parse(localStorage["4chan-settings"] || "{}").disableAll) SWFEmbed.init();' - - return unless g.VIEW is 'thread' - - swfName = $ '.fileText > a' - nav = $ '.navLinks.desktop' - swfName = swfName.href.replace /^(.*?)\/f\//g, "" - sauceLink = $.el 'a', - textContent: 'Check Sauce on SWFCHAN' - href: "http://eye.swfchan.com/search/?q=#{swfName}" - $.addClass nav, 'swfSauce' - $.rmClass nav, 'navLinks' - $.rmAll nav - $.add nav, [$.tn('['), sauceLink, $.tn(']')]