From dc582245f45f4815d63277f8ff141ce2b363e1a2 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 18 Sep 2011 03:05:14 +0200 Subject: [PATCH] Revert The botnet. This reverts commit 7d6baf3297ca958cd8a65bae3ef09aaef2e828c9. --- 4chan_x.user.js | 2 +- script.coffee | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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