forked from 0x2620/pandora
update user script placeholder text
This commit is contained in:
parent
5004dfe1de
commit
b16abef44e
1 changed files with 4 additions and 3 deletions
|
@ -9,9 +9,10 @@ pandora.ui.scriptDialog = function() {
|
||||||
$input = Ox.Input({
|
$input = Ox.Input({
|
||||||
height: dialogHeight - 32,
|
height: dialogHeight - 32,
|
||||||
id: 'onload',
|
id: 'onload',
|
||||||
placeholder: Ox._('/*\nAny JavaScript you paste here will run on load.\n'
|
placeholder: Ox._(
|
||||||
+ 'If you ever need to manually change or remove it, '
|
'/*\nAny JavaScript you paste here will run on load.\n'
|
||||||
+ 'you can do so by pandora.UI.set({onload: ""}) in the console.\n*/'),
|
+ 'If you ever need to bypass it, press escape while the site is loading.\n*/'
|
||||||
|
),
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
value: pandora.user.script || '',
|
value: pandora.user.script || '',
|
||||||
width: dialogWidth - 32
|
width: dialogWidth - 32
|
||||||
|
|
Loading…
Reference in a new issue