Merge branch 'master' of git://github.com/MayhemYDG/4chan-x
This commit is contained in:
commit
cc72a0fdfa
921
4chan_x.user.js
921
4chan_x.user.js
File diff suppressed because it is too large
Load Diff
2
Cakefile
2
Cakefile
@ -2,7 +2,7 @@
|
||||
{exec} = require 'child_process'
|
||||
fs = require 'fs'
|
||||
|
||||
VERSION = '2.29.3'
|
||||
VERSION = '2.29.4'
|
||||
|
||||
HEADER = """
|
||||
// ==UserScript==
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
master
|
||||
|
||||
2.29.4
|
||||
- Mayhem
|
||||
Auto-GIF will not run in /gif/.
|
||||
Fix QR filetype checking.
|
||||
|
||||
2.29.3
|
||||
- Mayhem
|
||||
|
||||
@ -1 +1 @@
|
||||
postMessage({version:'2.29.3'},'*')
|
||||
postMessage({version:'2.29.4'},'*')
|
||||
@ -1407,7 +1407,7 @@ QR =
|
||||
ta.style.cssText = $.get 'QR.size', ''
|
||||
|
||||
# Allow only this board's supported files.
|
||||
mimeTypes = $('.rules').firstChild.textContent.match(/: (.+) /)[1].toLowerCase().replace /\w+/g, (type) ->
|
||||
mimeTypes = $('.rules').firstElementChild.textContent.match(/: (.+)/)[1].toLowerCase().replace /\w+/g, (type) ->
|
||||
switch type
|
||||
when 'jpg'
|
||||
'image/jpeg'
|
||||
@ -3270,7 +3270,7 @@ Main =
|
||||
Main.node [Main.preParse target] if target.nodeName is 'TABLE'
|
||||
|
||||
namespace: '4chan_x.'
|
||||
version: '2.29.3'
|
||||
version: '2.29.4'
|
||||
callbacks: []
|
||||
css: '
|
||||
/* dialog styling */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user