Update script.coffee

Disables the 4chan built-in extension on first run
This commit is contained in:
jizzyjugs 2012-09-07 20:28:15 -07:00
parent 9805572fe0
commit 359babd914

View File

@ -2007,6 +2007,7 @@ Options =
Favicon.init() unless Favicon.el
$.set 'firstrun', true
Options.dialog()
localStorage.setItem '4chan-settings', '{"disableAll":true}'
dialog: ->
dialog = $.el 'div'