This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Ohio Flower Terpene Tracker — Bookmarklet Bootstrap | |
| * | |
| * Paste this as your bookmarklet URL (or use it to create one): | |
| * | |
| * javascript:(function(){ | |
| * var s=document.createElement('script'); | |
| * s.src='https://r00tdaddy.github.io/terpene-tracker/terpene-tracker.js'; | |
| * s.onload=function(){ if(window.TerpeneTracker)window.TerpeneTracker.init(); }; | |
| * document.body.appendChild(s); |