Fix $.open in firefox.
This commit is contained in:
parent
d851ecce2d
commit
283d5c2944
@ -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() {
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user