diff --git a/4chan_x.user.js b/4chan_x.user.js index 2e5b56af1..cedf0e04b 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2800,7 +2800,7 @@ dialog = $.el('div', { id: 'overlay', className: 'firstrun', - innerHTML: "

Click the 4chan X buttons for options; they are at the top and bottom of the page.

Updater options are in the updater dialog in replies at the bottom-right corner of the window.

If you don't see the buttons, try disabling your userstyles.

Welcome to the botnet.

" + innerHTML: "

Click the 4chan X buttons for options; they are at the top and bottom of the page.

Updater options are in the updater dialog in replies at the bottom-right corner of the window.

If you don't see the buttons, try disabling your userstyles.

" }); $.add(d.body, dialog); return $.bind(window, 'click', firstRun.close); diff --git a/script.coffee b/script.coffee index 33c53e0ae..5329ed9f2 100644 --- a/script.coffee +++ b/script.coffee @@ -2171,7 +2171,6 @@ firstRun =

Click the 4chan X buttons for options; they are at the top and bottom of the page.

Updater options are in the updater dialog in replies at the bottom-right corner of the window.

If you don't see the buttons, try disabling your userstyles.

-

Welcome to the botnet.

" $.add d.body, dialog