mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Fix exc export page (again2)
This commit is contained in:
parent
ba26eb1d32
commit
37f0a51487
|
@ -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 = 'Успешно загружено!';
|
status.innerText = 'Успешно загружено!';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user