mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-12-13 20:07:18 +01:00
cf.js
This commit is contained in:
parent
c22e8737c6
commit
801b33d928
@ -1281,7 +1281,7 @@ browser.storage.local.get(null).then((d) => {
|
||||
});
|
||||
browser.runtime.onMessage.addListener(function (a, b, c) {
|
||||
if (a[0] == 'cs') {
|
||||
browser.tabs.sendMessage(b.tab.id, [a[1], my_cf_collection.includes(a[1]), my_xcs_a1, my_xcs_a2]);
|
||||
browser.tabs.sendMessage(b.tab.id, [a[1], my_cf_collection.includes(get_realdomain(a[1])), my_xcs_a1, my_xcs_a2]);
|
||||
}
|
||||
if (a[0] == 'cf') {
|
||||
c([JSON.stringify(my_cf_collection), JSON.stringify(my_cf_ignore), my_action, my_customurl, [!my_nfo_alu, !my_nfo_cfd, my_xcs_a1, my_xcs_a2], my_nfo_lang]);
|
||||
|
Loading…
Reference in New Issue
Block a user