whoops again, target=_blank
This commit is contained in:
parent
def61413b6
commit
0af8cd6b3e
@ -56,6 +56,7 @@ AEOS =
|
||||
form.submit()
|
||||
form = document.createElement 'form'
|
||||
form.id = 'GM_form'
|
||||
form.target = '_blank'
|
||||
document.body.appendChild form
|
||||
|
||||
#dialog styling
|
||||
|
||||
@ -59,6 +59,7 @@
|
||||
};
|
||||
form = document.createElement('form');
|
||||
form.id = 'GM_form';
|
||||
form.target = '_blank';
|
||||
document.body.appendChild(form);
|
||||
}
|
||||
return GM_addStyle('\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user