Greasy Fork is available in English.

General URL Cleaner

Cleans URL's from various popular sites.

< General URL Cleaner 피드백

리뷰: 보통 - 동작하나 버그 있음

§
작성: 2016-09-01
수정: 2016-09-01

Google Images not working correctly in some cases

For example, https://www.google.com/search?q=toucan shows Images on right side of Web results page but their URLs are not clean. And for example, https://www.google.com/search?q=grand+canyon shows 5 images within Web results but their are not clean either.

Knowbody개발자
§
작성: 2016-09-02

With those results, there are two types of URL's with three different parameters with long strings:

Base URL: https://www.google.com/search?q=toucan&tbm=isch

URL type 1: &stick=[stuff]

URL type 2: &imgil=[stuff]%3B[encoded url]%252F &fir=[stuff]

I think removing these will affect functionality. But if you want them deleted, they can just be added to the googleParams regex, like this: /&(parameter_1|parameter_2|parameter_3|stick|imgil|fir)=[^&]*/g;

댓글 남기기

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