mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Merge branch 'build/0' into production
This commit is contained in:
commit
2333a3b51b
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 7.5 KiB |
|
@ -20,12 +20,12 @@ chrome.runtime.getBackgroundPage( (backgroundPage) =>
|
|||
|
||||
# ПРОКСИРОВАТЬ:
|
||||
|
||||
${mods.included.join('\n')}
|
||||
${(mods.included || []).join('\n')}
|
||||
|
||||
===============================
|
||||
# НЕ ПРОКСИРОВАТЬ:
|
||||
|
||||
${mods.excluded.join('\n')}`;
|
||||
${(mods.excluded || []).join('\n')}`;
|
||||
|
||||
status.innerText = 'Успешно загружено!';
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const commonContext = {
|
||||
version: '0.33',
|
||||
version: '0.34',
|
||||
};
|
||||
|
||||
exports.contexts = {};
|
||||
|
|
Loading…
Reference in New Issue
Block a user