4chan-x/src/globals.coffee
2013-02-19 01:58:14 +01:00

14 lines
328 B
CoffeeScript

# 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 = {}
d = document
doc = d.documentElement
g =
VERSION: '<%= version %>'
NAMESPACE: "<%= meta.name %>."
boards: {}
threads: {}
posts: {}