DriverIdentifier: Download without account

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

Δημιουργός
adgitate
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
77
Βαθμολογίες
0 0 0
Έκδοση
0.0.1.20160717072408
Δημιουργήθηκε την
17/07/2016
Ενημερώθηκε την
17/07/2016
Μέγεθος
662 Bytes
Άδεια
Μη διαθέσιμη
Εφαρμόζεται σε

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