Proxy Redirect

Redirect to privacy respecting proxy frontends

< Feedback on Proxy Redirect

Review: ياخشى - قوليازما ئىشلەيدۇ، بىراق خاتالىق بار

§
يوللانغان ۋاقتى: 2025-05-25

Does YouTube just.. does not work? Tried with different videos and YouTube pages.

Url: https://m.youtube.com/watch?v=NYNBAxDfgrY&pp=0gcJCdgAo7VqN5tD

Schimonئاپتور
§
يوللانغان ۋاقتى: 2025-05-26

Yes. You are correct.

It appears that they managed to block that script.

However, if you hover a hyperlink to that site, the script should change the link of it to another instance.

§
يوللانغان ۋاقتى: 2025-05-26

Yeah, hovering over it seems to work fine. But will there be a fix? Can't hover on links from other apps, after all.

Schimonئاپتور
§
يوللانغان ۋاقتى: 2025-06-04
تەھرىرلەنگەن ۋاقتى: 2025-06-04

I apologise for lingering.

But will there be a fix?

Perhaps we should set an interbal which periodically checks the current hostname.

What do you think?

§
يوللانغان ۋاقتى: 2025-06-04

"Periodically" means there will be delay, no? It kinds of defeats the purpose if YouTube could already track me during that short time gap.

Is there a reason it can't be done immediately upon visit like the way it redirects Reddit and other platforms?

In any case, I don't have any coding experience, so I support you with any changes that you see fit. ⭐

But I did managed to solve my "Link in other apps" problem by using URLCheck app 'pattern checker' module, kind of like UntrackMe. Using one instance is enough for me most of the time.

Schimonئاپتور
§
يوللانغان ۋاقتى: 2025-07-02
تەھرىرلەنگەن ۋاقتى: 2025-07-02

I might want to use this as a mean to mitigate this issue.

let startTime = new Date().getTime();
while (true) {
    let currentTime = new Date().getTime();
    if (currentTime - startTime > 15000) {
        // Perform your task here
        console.log("Loop running");
        startTime += 15000;
    } else {
        setTimeout(function() {}, 15000);
    }
}

I intended to spend time on it during Friday, yet, I was distracted by this report.

https://greasyfork.runtimutd.eu.org/en/reports/84856

جاۋاب قايتۇرۇش

جاۋاب قايتۇرۇش ئۈچۈن كىرىش.