Merge branch 'v3' of git://github.com/zixaphir/appchan-x
This commit is contained in:
commit
494b99a9e4
@ -4988,7 +4988,7 @@
|
|||||||
if (!text) {
|
if (!text) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
as = $$('#full-board-list a', Header.bar).slice(0, -2);
|
as = $$('#full-board-list a', Header.bar);
|
||||||
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map(function(t) {
|
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map(function(t) {
|
||||||
var a, board, m, _i, _len;
|
var a, board, m, _i, _len;
|
||||||
|
|
||||||
|
|||||||
@ -4979,7 +4979,7 @@
|
|||||||
if (!text) {
|
if (!text) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
as = $$('#full-board-list a', Header.bar).slice(0, -2);
|
as = $$('#full-board-list a', Header.bar);
|
||||||
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map(function(t) {
|
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map(function(t) {
|
||||||
var a, board, m, _i, _len;
|
var a, board, m, _i, _len;
|
||||||
|
|
||||||
|
|||||||
BIN
builds/crx.crx
BIN
builds/crx.crx
Binary file not shown.
@ -4843,7 +4843,7 @@
|
|||||||
if (!text) {
|
if (!text) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
as = $$('#full-board-list a', Header.bar).slice(0, -2);
|
as = $$('#full-board-list a', Header.bar);
|
||||||
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map(function(t) {
|
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map(function(t) {
|
||||||
var a, board, m, _i, _len;
|
var a, board, m, _i, _len;
|
||||||
|
|
||||||
|
|||||||
@ -122,7 +122,7 @@ Header =
|
|||||||
list = $ '#custom-board-list', Header.bar
|
list = $ '#custom-board-list', Header.bar
|
||||||
$.rmAll list
|
$.rmAll list
|
||||||
return unless text
|
return unless text
|
||||||
as = $$('#full-board-list a', Header.bar)[0...-2] # ignore the Settings and Home links
|
as = $$('#full-board-list a', Header.bar)
|
||||||
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map (t) ->
|
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map (t) ->
|
||||||
if /^[^\w@]/.test t
|
if /^[^\w@]/.test t
|
||||||
return $.tn t
|
return $.tn t
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user