Greasy Fork is available in English.

DriverIdentifier: Download without account

Download a driver listed on driveridentifier.com without creating an account. (Replaces download button destination)

Fejlesztő
adgitate
Napi telepítések
0
Telepítések száma
73
Értékelések
0 0 0
Verzió
0.0.1.20160717072408
Létrehozva
2016.07.17.
Frissítve
2016.07.17.
Licensz
Ismeretlen
Érvényes

as a bookmarklet (doesn't replace buttons, it will open download in new tab):

javascript:(function(){window.open(decodeURIComponent([].slice.call(document.getElementsByTagName("a")).filter(function(a){return a.href.indexOf("download_file.php")!=-1})[0].href.match(/url=([^&]+)/)[1]),'_blank');})();