Simple script to add a buton download on all documents
- Install Tampermonkey
- Just click here and install or if this dosen't work click here and copy all
- Open Tampermonkey in your browser and click the Add Script tab (icon with a plus symbol)
- Paste the source into the script window and hit save
- Done!
- Add a bookmark to your browser
- In url put this
javascript:(function() {location.href='/clarolinepdfplayerbundle/pdf/' + window.location.pathname.split('/')[4]+'#downloaded';})();