updating UAs
This commit is contained in:
parent
d529950a03
commit
3bdca64fb4
37 changed files with 44 additions and 35 deletions
1
node/assets/list-16.json
Normal file
1
node/assets/list-16.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -122,6 +122,8 @@ fs.readdir('../extension/firefox/data/popup/browsers/', async (err, files) => {
|
|||
require('./assets/list-14.json').forEach(ua => next(ua, '14'));
|
||||
console.log('List 15');
|
||||
require('./assets/list-15.json').forEach(ua => next(ua, '15'));
|
||||
console.log('List 16');
|
||||
require('./assets/list-16.json').forEach(ua => next(ua, '16'));
|
||||
|
||||
const contents = [];
|
||||
for (const browser of Object.keys(cache)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue