mirror of https://github.com/gorhill/uBlock.git
Merge branch 'master' of https://github.com/gorhill/uBlock into 1664
This commit is contained in:
commit
3488e6d5ba
|
@ -3,9 +3,9 @@
|
|||
"uBlock0@raymondhill.net": {
|
||||
"updates": [
|
||||
{
|
||||
"version": "1.37.1.2",
|
||||
"version": "1.37.3.0",
|
||||
"browser_specific_settings": { "gecko": { "strict_min_version": "57" } },
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.1b2/uBlock0_1.37.1b2.firefox.signed.xpi"
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3b0/uBlock0_1.37.3b0.firefox.signed.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.37.1.2
|
||||
1.37.3.0
|
||||
|
|
|
@ -86,7 +86,6 @@
|
|||
if ( Array.isArray(dl) ) {
|
||||
dl.push = item => doCallback(item);
|
||||
const q = dl.slice();
|
||||
dl.length = 0;
|
||||
for ( const item of q ) {
|
||||
doCallback(item);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue