Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.16 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.16 KB

UGTabExport - A Tampermonkey userscript to export Ultimate Guitar tabs

This userscript adds a button to any tab on ultimate-guitar.com in order to download it in tex format for use with the LaTeX songs package. Just the click the button and the .tex will be downloaded!

See also my songs template HERE to make a nicely styled chordbook specially for guitarists. That was my primaray motivation for making this script.

Installation

Click HERE to install this userscript!

Under the hood

This userscript uses:

  • Tampermonkey
  • ChordSheetJS for conversion of the tab.
  • A JavaScript implementation of the UG api, reverse engineered by Pilfer

TODO

This script does currently not work, because ChordSheetJS needs to merge the nescessary pull request to convert a chordsheet to LaTeX. This functionality will be merged soon however. And when this happens this script will be updated. I will remove this disclaimer when the pull request is merged.