whoops, link -> url
This commit is contained in:
parent
49f2251008
commit
def61413b6
@ -52,7 +52,7 @@ AEOS =
|
|||||||
document.getElementsByTagName('head')[0].appendChild style
|
document.getElementsByTagName('head')[0].appendChild style
|
||||||
window.GM_openInTab = (url) ->
|
window.GM_openInTab = (url) ->
|
||||||
form = document.getElementById 'GM_form'
|
form = document.getElementById 'GM_form'
|
||||||
form.action = link
|
form.action = url
|
||||||
form.submit()
|
form.submit()
|
||||||
form = document.createElement 'form'
|
form = document.createElement 'form'
|
||||||
form.id = 'GM_form'
|
form.id = 'GM_form'
|
||||||
|
|||||||
@ -54,7 +54,7 @@
|
|||||||
window.GM_openInTab = function(url) {
|
window.GM_openInTab = function(url) {
|
||||||
var form;
|
var form;
|
||||||
form = document.getElementById('GM_form');
|
form = document.getElementById('GM_form');
|
||||||
form.action = link;
|
form.action = url;
|
||||||
return form.submit();
|
return form.submit();
|
||||||
};
|
};
|
||||||
form = document.createElement('form');
|
form = document.createElement('form');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user