diff options
author | Michael Mirzai <25216474fb3629844d7cba1247aec3f20354041a@cloudflare.com> | 2021-03-22 04:47:42 +0100 |
---|---|---|
committer | Michael Mirzai <25216474fb3629844d7cba1247aec3f20354041a@cloudflare.com> | 2021-03-22 04:47:42 +0100 |
commit | 91587816a7fe8a189cb13370bc938ff5a066b4e1 (patch) | |
tree | 55edf6d36523a2de72acd288820c11cf25d8a4f4 /addons/code | |
parent | 8b8fe6c1d4f5c3e4384d6e2c850d01cc830e0625 (diff) | |
download | cloudflare-tor-91587816a7fe8a189cb13370bc938ff5a066b4e1.tar.lz cloudflare-tor-91587816a7fe8a189cb13370bc938ff5a066b4e1.tar.xz cloudflare-tor-91587816a7fe8a189cb13370bc938ff5a066b4e1.zip |
cg.js
Diffstat (limited to 'addons/code')
-rw-r--r-- | addons/code/isattlink/cg.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addons/code/isattlink/cg.js b/addons/code/isattlink/cg.js index b7cddc84..c0a43b46 100644 --- a/addons/code/isattlink/cg.js +++ b/addons/code/isattlink/cg.js @@ -24,6 +24,9 @@ document.addEventListener('DOMContentLoaded', () => { break; } let ul = g.mul || 'eo'; + document.getElementById('apinfo0').href = 'https://sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/?ul=' + ul + '#!op=info/api'; + document.getElementById('apinfo1').href = 'https://sercxi.eu.org/?ul=' + ul + '#!op=info/api'; + document.getElementById('apinfo2').href = 'http://nomdjgwjvyvlvmkolbyp3rocn2ld7fnlidlt2jjyotn3qqsvzs2gmuyd.onion/api/is_at.php'; fetch('i18n/' + ul + '.json', { method: 'GET' }).then(j => j.json()).then(j => { |