This file contains 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
/* 1. Paste this entire gist over at https://mrcoles.com/bookmarklet/ to generate a bookmarklet */ | |
/* 2. If desired, update the default PATH station code and heading [line #9 below, but refer to line 12 for station codes */ | |
/* 3. Use a meaningful (or fun!) name, like: "Simple PATH Times" or "🚊 Arrivals" */ | |
/* 4. Drag the generated bookmarklet link to your Bookmarks Toolbar */ | |
/* 6. Enjoy the clean, simple UI to browse PATH arrivals information */ | |
function(){ | |
sta = 'EXP'; dir = 'NY'; | |
let da = ['NJ', 'NY']; |
This file contains 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
/* 1. Paste this entire gist over at https://mrcoles.com/bookmarklet/ to generate a bookmarklet */ | |
/* 2. If desired, update the default PATH station code and heading [line #9 below] - refer to line 12 for station codes */ | |
/* 3. Use a meaningful (or fun!) name, like: "Simple PATH Times" or "🚊 Times" */ | |
/* 4. Drag the generated bookmarklet link to your Bookmarks Toolbar. */ | |
/* 5. Click on the bookmarklet when on the PATH JSON feed page [https://www.panynj.gov/bin/portauthority/ridepath.json] */ | |
/* 6. Enjoy the clean, simple UI to browse PATH train arrivals information */ | |
function(){ | |
sta = 'EXP'; dir = 'NY'; |