Greasy Fork is available in English.

General URL Cleaner

Cleans URL's from various popular sites.

Tästä skriptistä on versioita, joissa koodia päivitettiin. Näytä kaikki versiot.

  • v3.3 24.3.2020 Exclude hangouts
  • v3.3 24.3.2020 Clean more ebay parameters
  • v3.2 12.1.2020
  • v3.2 12.1.2020 Fixed more ebay issues
  • v3.2 12.1.2020 Fixed more ebay issues
  • v3.1.1 12.1.2020 Fixed ebay issue
  • v3.1 12.1.2020 Fixed a bunch of things
  • v3.0 29.12.2019 Simplified and cleaned
  • v2.12.3 13.4.2018
  • v2.12.2 24.2.2018 Added IMDB https support
  • v2.12.1 14.9.2017 Google search: delete dcr parameter
  • v2.12 13.9.2017 fixed imdb cleaning
  • v2.12 13.9.2017 added disqus support
  • v2.11 1.8.2017 Google image search improvements
  • v2.10.3 1.8.2017
  • v2.10.2 1.8.2017 google image search outgoing links fixed
  • v2.10.1 1.8.2017
  • v2.10 28.7.2017
  • v2.9 19.1.2017 Added support for facebook, twitter, staticice
  • v2.8.3 16.1.2017 Fixed Amazon Look Inside for Firefox
  • v2.8.2 22.9.2016 Fixed script name
  • v2.8.1 21.9.2016 fixed google regex
  • v2.8 21.9.2016 Fixed newegg, added hash deleter
  • v2.7.4 9.9.2016 fixed ebay "view original listing"
  • v2.7.3 8.9.2016 fixed tld matching
  • v2.7.2 6.9.2016 Fixed parameter cleaning to not accidentally delete hashes
  • v2.7.1 30.8.2016 Bug fixes
  • v2.7 30.8.2016 Improved google instant handling
  • v2.6.2 29.8.2016 fixed issue where it wouldn't run on some google instant searches
  • v2.6.1 29.8.2016 Performance improvements
  • v2.6 29.8.2016 Performance improvements
  • v2.5 23.8.2016 Added IMDB support, general optimisations
  • v2.4.1 22.8.2016 Catch errors where href attribute doesn't exist
  • v2.4 2.8.2016 Now only cleans links when the number of links has increased
  • v2.3 19.7.2016
  • v2.2.9 18.7.2016
  • v2.2.9 18.7.2016 Went overkill adding safeguards against infinite loops, because I can't see why they should even be happening at all.
  • v2.2.8 29.6.2016 Fixed ebay, and now using the most standard for loop available.
  • v2.2.7 8.6.2016
  • v2.2.6 8.6.2016
  • v2.2.5 6.6.2016 Ebay, amazon and newegg are now http/https agnostic
  • v2.2.4 4.6.2016 Properly fixed amazon
  • v2.2.3.1 1.6.2016 added https support for Amazon
  • v2.2.3 1.6.2016 Improved performance
  • v2.2.2.2 25.5.2016 fixed google search parameters regex
  • v2.2.2.0 25.5.2016
  • v2.2.1.0 25.5.2016 removed a debugging statement
  • v2.2.1.0 25.5.2016 Fixed Google Instant cleaning not working in Chrome
  • v2.2.0.0 24.5.2016 Google now uses history.pushState, so onhashchange no-longer works. But there is no onpushstate trigger available, so we monitor the search input box (id:'lst-ib') for changes instead.
  • v2.1.0.0 19.5.2016
  • v2.1.0 19.5.2016 Deleted "test" from title
  • v2.1 19.5.2016 Improved mutationobserver behavior to not clean links multiple times, and reduced size of script.
  • v2.0.4.14 18.5.2016 fixed google hangouts links
  • v2.0.4.13 9.4.2016 Allows some ebay hash links for things like shipping, etc
  • v2.0.4.12 23.9.2015 fixed case where ebay link cleaning didn't run
  • v2.0.4.11 9.9.2015 Discovered that Google search results redirection can different based on user agent string. Modified regex to work with a number of different user agent strings.
  • v2.0.4.10 8.9.2015 Updated regex's
  • v2.0.4.9 8.9.2015 Google changed results redirection, fixed script so it keeps working
  • v2.0.4.8 30.8.2015 Improved youtube video url cleaning
  • v2.0.4.7 29.8.2015 Fixed: bing url cleaning only worked on https. Going from http to https requires a page reload, which history.replacestate doesn't do.
  • v2.0.4.6 27.8.2015 Added more link cleaning to youtube description links
  • v2.0.4.5 26.8.2015
  • v2.0.4.4 26.8.2015 Found easier way to check which links to disable redirection and SPF
  • v2.0.4.3 26.8.2015 Forgot to actually put in the youtubeClasses regex
  • v2.0.4.2 25.8.2015
  • v2.0.4.1 25.8.2015 Uses history.replaceState() instead of history.pushState, given that the old URL is not wanted.
  • v2.0.4.0 25.8.2015 Now uses history.pushState() instead of location.replace() so the page doesn't need to reload
  • v2.0.3.8 24.8.2015 Fixed issue with disabling SPF state
  • v2.0.3.7 24.8.2015 Now disables SPF on Youtube
  • v2.0.3.6 24.8.2015 Fixed amazon link cleaning on Google and Bing searches
  • v2.0.3.5 24.8.2015 Finally fixed youtube redirection links without breaking HTML5 player buttons
  • v2.0.3.4 23.8.2015 Fixed youtube link redirection cleaner not working in Chrome/Opera
  • v2.0.3.3 23.8.2015
  • v2.0.3.2 23.8.2015 Fixed issue causing youtube player controls to disappear
  • v2.0.3.1 22.8.2015
  • v2.0.3.1 22.8.2015
  • v2.0.3.0 22.8.2015 Really fixed youtube redirect links
  • v2.0.2.0 22.8.2015 Added newegg general link cleaning
  • v2.0.1.0 22.8.2015 Now uses mutationObserver instead of EventListener; Fixed amazon item cleaner; some other fixes.
  • v2.0.0.3 22.8.2015 Fixed incorrect youtube redirect variable name
  • v2.0.0.2 21.8.2015
  • v2.0.0.1 21.8.2015
  • v2.0.0.0 21.8.2015
  • v2.0.0.0 21.8.2015
  • v2.0 21.8.2015 Major rewrite, also removes "class" attribute from youtube redirect links.
  • v1.9.2.2 12.8.2015 Shortened ebay include rule just made greasyfork page messier
  • v1.9.2.3 12.8.2015 Shortened ebay include rule
  • v1.9.2.2 12.8.2015 Reduced number of lines required to match google tld's
  • v1.9.2.1 12.8.2015
  • v1.9.2.0 12.8.2015 Added support for youtube redirect URL
  • v1.9.1.3 4.8.2015 Cleaned up code a bit
  • v1.9.1.2 16.7.2015
  • v1.9.1.1 14.7.2015 Fixed image search redirect
  • v1.9.1.0 3.7.2015 Fixed amazon url cleaning
  • v1.9.0.10 2.7.2015
  • v1.9.0.10 2.7.2015
  • v1.9.0.10 2.7.2015
  • v1.9.0.10 2.7.2015
  • v1.9.0.10 2.7.2015
  • v1.9.0.10 2.7.2015
  • v1.9.0.9 2.7.2015
  • v1.9.0.8 2.7.2015
  • v1.9.0.7 1.7.2015
  • v1.9.0.6 1.7.2015 Fixed google tld regex
  • v1.9.0.5 30.6.2015
  • v1.9.0.4 26.6.2015
  • v1.9.0.3 26.6.2015 Restricted domains in case it breaks some sites
  • v1.9.0.2 26.6.2015 Implemented workaround for image redirection
  • v1.9.0.1 1.6.2015
  • v1.9.0 1.6.2015
  • v1.8.6 30.5.2015 Fixed accidentally removed cleaning of google search results redirection
  • v1.8.5 30.5.2015 Fixed captcha, cleaned code, added ebay search URL cleaning
  • v1.7.7 29.5.2015 Consolidation of stuff
  • v1.7.6 29.5.2015 Fixed google image search onhashchange
  • v1.7.5 27.5.2015