From 38b51d8c10390b8064578885fe23397b3e834572 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 15 Apr 2013 19:45:52 +0200 Subject: [PATCH] Don't execute on api.4chan.org. --- src/main.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.coffee b/src/main.coffee index 79a724537..e2bc37171 100644 --- a/src/main.coffee +++ b/src/main.coffee @@ -319,6 +319,8 @@ Main = g.THREADID = +pathname[3] switch location.hostname + when 'api.4chan.org' + return when 'sys.4chan.org' Report.init() return