Proxy Redirect

Redirect to privacy respecting proxy frontends

< Commentaires sur Proxy Redirect

Avis: OK - le script fonctionne, mais souffre de quelques problèmes

§
Posté le: 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

SchimonAuteur
§
Posté le: 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.

§
Posté le: 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.

SchimonAuteur
§
Posté le: 2025-06-04
Édité le: 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?

§
Posté le: 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.

SchimonAuteur
§
Posté le: 2025-07-02
Édité le: 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://greasyforks.org/en/reports/84856

Poster une réponse

Connectez-vous pour poster une réponse.

长期地址
遇到问题?请前往 GitHub 提 Issues。