diff --git a/Filter.txt b/Filter.txt
index 99ef2af..1b73579 100644
--- a/Filter.txt
+++ b/Filter.txt
@@ -6,3 +6,4 @@
@@||gismeteo.ru^
||ya.ru^
@@||youtube.com^
+@@||youtrupe.com^
diff --git a/README.md b/README.md
index b177129..a933a28 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@
Ad blocker with advanced privacy protection features
+
+eriuierbgerg
AdGuard is a fast and lightweight ad blocking browser extension
that effectively blocks all types of ads and trackers.
diff --git a/androidspecific.txt b/androidspecific.txt
index 88f6d0d..bb3eceb 100644
--- a/androidspecific.txt
+++ b/androidspecific.txt
@@ -4,3 +4,4 @@
||example.org^
championat.com##.header
+||novyidomain
\ No newline at end of file
diff --git a/dns_filter_list_too_long_name_whatever_we_can_think_of.txt b/dns_filter_list_too_long_name_whatever_we_can_think_of.txt
index ecdc102..03adac8 100644
--- a/dns_filter_list_too_long_name_whatever_we_can_think_of.txt
+++ b/dns_filter_list_too_long_name_whatever_we_can_think_of.txt
@@ -20,3 +20,7 @@ example.org##div
||ya.ru^
||example.com^
||i.ua^
+@@||dealWith.com^
+@@thinkofbank.com
+eriuuoherguoheruogeuo
+ejonrgjnergjjoer
diff --git a/userscript.js b/userscript.js
index 6e61c5c..19be5e0 100644
--- a/userscript.js
+++ b/userscript.js
@@ -63,6 +63,7 @@
// @grant GM_addStyle
// @grant property:settings
// @run-at document-start
+//@ts-expect-error
// ==/UserScript==
(function() {
@@ -76,7 +77,7 @@
try {
_proto = root.RegExp.prototype;
} catch(ignore) {
- return;
+ return null;
}
// Prevent RegExpt + toString trick (technically possible with any other object, but I encountered only this one
let _RE_tS = Object.getOwnPropertyDescriptor(_proto, 'toString');
@@ -89,7 +90,7 @@
set: function(val) {
console.warn('Attempt to change toString for', this, 'with', fts.call(val));
//throw 'stop it!';
- return true;
+ return false;
}
});
}