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() { /*