javascript:(function(){var f=function(){var t=prompt('Enter Google Drive Share Link :','');if(null===t){return false;}if(!t){return 'error';}var a=t.match(/\/d\/([^\/]+)\//);return(null == a)?'error':'https://drive.google.com/uc?export=download&id='+a[1];};var r=f();if(false!==r){prompt('Direct Download Link :',r);}})();