Add `minimum_opera_version` in the manifest. Up the min Chrome version for unprefixed MutationObserver support.
11 lines
178 B
CoffeeScript
11 lines
178 B
CoffeeScript
Conf = {}
|
|
c = console
|
|
d = document
|
|
doc = d.documentElement
|
|
g =
|
|
VERSION: '<%= version %>'
|
|
NAMESPACE: '<%= meta.name %>.'
|
|
boards: {}
|
|
threads: {}
|
|
posts: {}
|