Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 804 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 804 Bytes

Simple script to add a buton download on all documents

Script Version

Installation

  1. Install Tampermonkey
  2. Just click here and install or if this dosen't work click here and copy all
  3. Open Tampermonkey in your browser and click the Add Script tab (icon with a plus symbol)
  4. Paste the source into the script window and hit save
  5. Done!

Bookmark Version

Installation

  1. Add a bookmark to your browser
  2. In url put this javascript:(function() {location.href='/clarolinepdfplayerbundle/pdf/' + window.location.pathname.split('/')[4]+'#downloaded';})();