DriverIdentifier: Download without account

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
adgitate
일일 설치수
0
총 설치수
73
평점
0 0 0
버전
0.0.1.20160717072408
생성
2016-07-17
갱신
2016-07-17
라이선스
없음
동작 사이트

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