A jQuery plugin that converts VG Wort URLs for PDF files from pure HTML to JavaScript by analyzing and manipulating the href attribute. See VG Wort manual (in German)
Features:
- old hashes with 30 instead of 32 characters
- capitalized URLs
- proprietary publisher subdomains
- no specific file extension needed
<script src="//code.jquery.com/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="jquery-vgwort.min.js" type="text/javascript"></script>
<script type="text/javascript">$( document ).ready( function(){ $('a').setVgwortPdfLink() } )</script>
(c) 2012- Ingram Braun
Licensed Gnu Public License