Update ruablacklist URLs, fixed uninstall.sh (APK).

This commit is contained in:
gSpot
2026-02-16 18:21:55 +03:00
parent 53bc8167fa
commit 52cc2e314d
11 changed files with 24 additions and 18 deletions
@@ -116,7 +116,7 @@ return view.extend({
if(p_dir_arr) {
p_dir_arr.forEach(e => {
let fname = e.name;
if(fname.startsWith('ruab_parser')) {
if(fname.startsWith('ruab_parser.')) {
this.parsers[fname] = tools.parsersDir + '/' + fname;
};
});