Greasy Fork is available in English.

Open-Source Alternative Redirector

Redirects you from proprietary web-services to ethical alternatives(front-end).

< Σχολιασμός για τον κώδικα Open-Source Alternative Redirector

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

§
Δημοσιεύτηκε: 20/03/2022

instead of checking for the entire domains name, check for substring(str.includes('imgur.com')) as imgur redirects to m.imgur.com on mobile.
yes, I'm using your script on mobile. it works great!

NotYouΔημιουργός
§
Δημοσιεύτηκε: 21/03/2022

You mean, do something like this or what?:

if(window.location.host.substring(this.toString().includes('imgur.com'))){ /* do something */ }

Also, I don't really think your format is a good idea, first, mega corps has much of subdomains, for example let's take google, it has subdomains: cloud.google.com, translate.google.com, support.google.com etc., So checking domain globally is not really that good idea. And about mobile Imgur, I'll try to figure out how to make redirect.

NotYouΔημιουργός
§
Δημοσιεύτηκε: 24/03/2022

instead of checking for the entire domains name, check for substring(str.includes('imgur.com')) as imgur redirects to m.imgur.com on mobile.
yes, I'm using your script on mobile. it works great!

About Imgur, mobile Imgur version automatically redirects you to random gallery, as we know first loading DOM Content and then scripts and styles, so Imgur redirects first, so scripts can't really do anything.

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

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