mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
Merge branch 'master' of https://github.com/gorhill/uBlock into 1664
This commit is contained in:
commit
3488e6d5ba
4
dist/firefox/updates.json
vendored
4
dist/firefox/updates.json
vendored
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
2
dist/version
vendored
2
dist/version
vendored
@ -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
Block a user