Merge branch 'v3'
Conflicts: builds/appchan-x.user.js builds/crx/script.js src/General/html/Settings/Advanced.html
This commit is contained in:
commit
966882c11d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -83,18 +83,26 @@
|
||||
|
||||
<fieldset>
|
||||
<legend>Unread Favicon <span class=warning #{if Conf['Unread Favicon'] then 'hidden' else ''}>is disabled.</span></legend>
|
||||
<div>
|
||||
<select name=favicon>
|
||||
<option value=ferongr>ferongr</option>
|
||||
<option value=xat->xat-</option>
|
||||
<option value=Mayhem>Mayhem</option>
|
||||
<option value=4chanJS>4chanJS</option>
|
||||
<option value=Original>Original</option>
|
||||
</select>
|
||||
<span id=favicon-preview></span>
|
||||
</div>
|
||||
<select name=favicon>
|
||||
<option value=ferongr>ferongr</option>
|
||||
<option value=xat->xat-</option>
|
||||
<option value=Mayhem>Mayhem</option>
|
||||
<option value=4chanJS>4chanJS</option>
|
||||
<option value=Original>Original</option>
|
||||
</select>
|
||||
<span id=favicon-preview></span>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>Emoji <span class=warning #{if Conf['Emoji'] then 'hidden' else ''}>is disabled.</span></legend>
|
||||
<div>
|
||||
Sage Icon: <select name=sageEmoji>
|
||||
<option value="4chan SS">4chan SS</option>
|
||||
<option value="appchan">appchan</option>
|
||||
</select>
|
||||
<span class=sage-icon-preview></span>
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
<legend>Thread Updater <span class=warning #{if Conf['Thread Updater'] then 'hidden' else ''}>is disabled.</span></legend>
|
||||
<div>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 110 B |
Binary file not shown.
|
Before Width: | Height: | Size: 110 B |
Binary file not shown.
|
Before Width: | Height: | Size: 110 B |
Binary file not shown.
|
Before Width: | Height: | Size: 133 B |
Binary file not shown.
|
Before Width: | Height: | Size: 133 B |
Binary file not shown.
|
Before Width: | Height: | Size: 133 B |
@ -1,12 +1,11 @@
|
||||
Favicon =
|
||||
init: ->
|
||||
$.ready ->
|
||||
Favicon.el = $ 'link[rel="shortcut icon"]', d.head
|
||||
Favicon.el.type = 'image/x-icon'
|
||||
{href} = Favicon.el
|
||||
Favicon.SFW = /ws\.ico$/.test href
|
||||
Favicon.default = href
|
||||
Favicon.switch()
|
||||
Favicon.el = $ 'link[rel="shortcut icon"]', d.head
|
||||
Favicon.el.type = 'image/x-icon'
|
||||
{href} = Favicon.el
|
||||
Favicon.SFW = /ws\.ico$/.test href
|
||||
Favicon.default = href
|
||||
Favicon.switch()
|
||||
|
||||
switch: ->
|
||||
t = 'data:image/png;base64,'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user