Un-Mayhem
This commit is contained in:
commit
e95d49f70e
@ -5,6 +5,7 @@ seaweedchan:
|
||||
|
||||
MayhemYDG:
|
||||
- Add nyafuu archiving for /w/
|
||||
- Add /d/ archive
|
||||
|
||||
### 1.1.3 - 2013-04-28
|
||||
seaweedchan:
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -21,6 +21,10 @@ Redirect =
|
||||
"http://archive.4plebs.org/#{boardID}/full_image/#{filename}"
|
||||
when 'c', 'w', 'wg'
|
||||
"//archive.nyafuu.org/#{boardID}/full_image/#{filename}"
|
||||
when 'vg'
|
||||
"http://archive.nihil-ad-rem.net/#{boardID}/full_image/#{filename}"
|
||||
when 'd'
|
||||
"//loveisover.me/#{boardID}/full_image/#{filename}"
|
||||
when 'ck', 'fa', 'lit', 's4s'
|
||||
"//fuuka.warosu.org/#{boardID}/full_image/#{filename}"
|
||||
when 'cgl', 'g', 'mu'
|
||||
@ -90,6 +94,10 @@ Redirect =
|
||||
base: '//archive.nyafuu.org'
|
||||
boards: ['c', 'w', 'wg']
|
||||
type: 'foolfuuka'
|
||||
'LoveIsOver':
|
||||
base: '//loveisover.me'
|
||||
boards: ['d']
|
||||
type: 'foolfuuka'
|
||||
'Warosu':
|
||||
base: '//fuuka.warosu.org'
|
||||
boards: ['cgl', 'ck', 'fa', 'jp', 'lit', 's4s', 'q', 'tg']
|
||||
|
||||
@ -376,9 +376,6 @@ a[href="javascript:;"] {
|
||||
a.hide-announcement {
|
||||
float: left;
|
||||
}
|
||||
#toggleMsgBtn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Unread */
|
||||
#unread-line {
|
||||
|
||||
@ -11,7 +11,7 @@ ExpandComment =
|
||||
name: 'Comment Expansion'
|
||||
cb: @node
|
||||
node: ->
|
||||
if a = $ '.abbr > a', @nodes.comment
|
||||
if a = $ '.abbr > a:not([onclick])', @nodes.comment
|
||||
$.on a, 'click', ExpandComment.cb
|
||||
callbacks: []
|
||||
cb: (e) ->
|
||||
@ -63,4 +63,4 @@ ExpandComment =
|
||||
|
||||
for callback in ExpandComment.callbacks
|
||||
callback.call post
|
||||
return
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user