fix: better tag filter
Also formatted it with biomejs
I didn't realize that Honkai Star R(ai)l has AI in it 💀
This commit is contained in:
@ -14,14 +14,14 @@
|
||||
|
||||
const REDIRECT_PAGE = "https://anonyviet.com/tieptucdentrangmoi/?url=";
|
||||
for (const element of document.getElementsByTagName("a")) {
|
||||
try {
|
||||
if (element.getAttribute("href").startsWith(REDIRECT_PAGE)) {
|
||||
element.setAttribute(
|
||||
"href",
|
||||
decodeURIComponent(
|
||||
element.getAttribute("href").substring(REDIRECT_PAGE.length),
|
||||
),
|
||||
);
|
||||
}
|
||||
} catch (_) {}
|
||||
try {
|
||||
if (element.getAttribute("href").startsWith(REDIRECT_PAGE)) {
|
||||
element.setAttribute(
|
||||
"href",
|
||||
decodeURIComponent(
|
||||
element.getAttribute("href").substring(REDIRECT_PAGE.length),
|
||||
),
|
||||
);
|
||||
}
|
||||
} catch (_) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user