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)

Aŭtoro
adgitate
Ĉiutagaj instaloj
0
Tutaj instaloj
73
Ratings
0 0 0
Versio
0.0.1.20160717072408
Kreita
2016/07/17
Ĝisdatigita
2016/07/17
Licenco
N/A
Aplikiĝas al

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');})();