From 346b2911b1fbf4dc803569f9c1551eb048e3ef5b Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 27 Mar 2013 18:27:58 +0100 Subject: [PATCH] Remove that if in non-userjs builds. --- src/globals.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/globals.coffee b/src/globals.coffee index 21586a376..798490292 100644 --- a/src/globals.coffee +++ b/src/globals.coffee @@ -1,6 +1,8 @@ +<% if (type === 'userjs') { %> # Opera doesn't support the @match metadata key, # return 4chan X here if we're not on 4chan. return unless /^(boards|images|sys)\.4chan\.org$/.test location.hostname +<% } %> Conf = {} c = console