Greasy Fork is available in English.

General URL Cleaner

Cleans URL's from various popular sites.

< Σχολιασμός για τον κώδικα General URL Cleaner

Αναφορά: Κακός - ο κώδικας δεν λειτουργεί

§
Δημοσιεύτηκε: 08/06/2016
Επεξεργάστηκε: 08/06/2016

Didn't work on Google search

Didn't work for me on Google search when trying to copy the link though the context menu. But the old userscript below works fine. Maybe it will help you. The author is listed.





// ==UserScript==
// @name Update the google search results with direct links instead of google-redirected ones.
// @namespace http://vjani.blogspot.com
// @author Vivek Jani
// @description Directly visit links in google search results instead of redirection/tracking by google, thereby reaching the pages faster!
// @include http://*.google.*
// @include https://*.google.*
// @version 1
// ==/UserScript==
(function(){

var links = document.getElementsByTagName("a");

for(var i=0;i

KnowbodyΔημιουργός
§
Δημοσιεύτηκε: 08/06/2016

What's the exact URL of a search page you're on when it doesn't work?

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.