diff --git a/src/General/Settings/Sauce.html b/src/General/Settings/Sauce.html
index b0e561a09..8b4e7a6e2 100644
--- a/src/General/Settings/Sauce.html
+++ b/src/General/Settings/Sauce.html
@@ -3,7 +3,6 @@
You can specify a display text by appending ;text:[text] to the URL.
You can specify the applicable boards by appending ;boards:[board1],[board2].
You can specify the applicable file types by appending ;types:[extension1],[extension2].
-You can open links with scripts and popups disabled by appending ;sandbox.
These parameters will be replaced by their corresponding values:
%TURL: Thumbnail URL.
%URL: Full image URL.
diff --git a/src/Images/Sauce.coffee b/src/Images/Sauce.coffee
index b699dfe99..eb8a7fe64 100644
--- a/src/Images/Sauce.coffee
+++ b/src/Images/Sauce.coffee
@@ -18,15 +18,6 @@ Sauce =
name: 'Sauce'
cb: @node
- sandbox: (url) ->
- E.url <%= readHTML('Sandbox.html') %>
-
- rmOrigin: (e) ->
- return if e.shiftKey or e.altKey or e.ctrlKey or e.metaKey or e.button isnt 0
- # Work around mixed content restrictions (data: URIs have inherited origin).
- $.open @href
- e.preventDefault()
-
createSauceLink: (link, post) ->
return null unless link = link.trim()
@@ -57,14 +48,10 @@ Sauce =
return null unless !parts['boards'] or post.board.ID in parts['boards'].split ','
return null unless !parts['types'] or ext in parts['types'].split ','
- url = parts['url']
- url = Sauce.sandbox url if parts['sandbox']?
-
a = Sauce.link.cloneNode false
- a.href = url
+ a.href = parts['url']
a.textContent = parts['text']
a.removeAttribute 'target' if /^javascript:/i.test parts['url']
- $.on a, 'click', Sauce.rmOrigin if parts['sandbox']?
a
node: ->
diff --git a/src/Images/Sauce/Sandbox.html b/src/Images/Sauce/Sandbox.html
deleted file mode 100644
index bc8ddbd52..000000000
--- a/src/Images/Sauce/Sandbox.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-[sb] ${url}
-
-
-
-
diff --git a/src/config/Config.coffee b/src/config/Config.coffee
index e417f70ad..deddfcff9 100644
--- a/src/config/Config.coffee
+++ b/src/config/Config.coffee
@@ -720,7 +720,7 @@ Config =
#//saucenao.com/search.php?url=%IMG
# "View Same" in archives:
- http://eye.swfchan.com/search/?q=%name;types:swf;sandbox
+ http://eye.swfchan.com/search/?q=%name;types:swf
#https://desustorage.org/_/search/image/%sMD5/
#https://archive.4plebs.org/_/search/image/%sMD5/
#https://boards.fireden.net/_/search/image/%sMD5/