YouTube Link Cleaner

Removes unneeded parameters and redirection pages from YouTube links.

< YouTube Link Cleaner 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2014-12-30

Contribution

I've made a little updated version where I added my url parser to grab the relevant parameters and recreate the links rather than cutting irrelevant ones off.

It also uses history.pushState rather than location.replace to change the url bar so it won't reload the page.

Source: https://gist.github.com/Zod-/88a0c303caef51eb2597

§
작성: 2015-05-25

@tfr , Can you update your new version so it doesn't reload the page ?
TIA.

§
작성: 2015-08-25
수정: 2015-08-25

That actually works really well.

Except history.replaceState(null,null,url); replaces the page URL, while history.pushState(null,null,url); keeps the old url in the navigation history, so pressing back will go to the unwanted url.

댓글 남기기

댓글을 남기려면 로그인하세요.