Proxy Redirect

Redirect to privacy respecting proxy frontends

< Proxy Redirect 피드백으로 돌아가기

리뷰: 보통 - 스크립트가 작동하지만 버그 있음

§
게시: 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://greasyforks.org/en/reports/84856

답글 게시

답글을 게시하려면 로그인하세요.

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