General URL Cleaner

Cleans URL's from various popular sites.

< Feedback on General URL Cleaner

Review: चांगली - स्क्रिप्ट चालते

Deleted user 80824
§
पोस्ट केले: 2018-04-12

Interferes with the "Youtube Auto Quick Buffer" script

Interferes with this script: https://greasyfork.org/en/scripts/7924-youtube-auto-quick-buffer, because of the params it adds to the URL which makes the page refresh over and over again nonstop.

Knowbodyलेखक
§
पोस्ट केले: 2018-04-13
संपादित केले: 2018-04-13

Yeah, a script that removes parameters would conflict with a script that adds parameters.

Having a look at the script, it adds the '&gl=ca' parameter. What this does is set geographic location to canada, so it downloads videos from servers in canada.

If you want to keep the gl parameter, you can change: var youtubeParams = /&(feature|src_vid|annotation_id|[gh]l)=[^&#]*/g; to var youtubeParams = /&(feature|src_vid|annotation_id|hl)=[^&#]*/g;

Deleted user 80824
§
पोस्ट केले: 2018-04-13

I wouldn't have thought it would remove all and every parameter, just unnecessary ones.

Anyways, that fixed it. Thanks!

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.