From 283d5c2944550e5828a61a26674f21de4f7acec7 Mon Sep 17 00:00:00 2001 From: ahodesuka Date: Mon, 26 Mar 2012 11:12:56 -0500 Subject: [PATCH] Fix $.open in firefox. --- 4chan_x.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index d18824f69..044ef2d64 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -439,7 +439,7 @@ } }, open: function(url) { - return (GM_openInTab || window.open)(url, '_blank'); + return (GM_openInTab || window.open)(location.protocol + url, '_blank'); }, isDST: function() { /*