- Q. Why?
- A. Example of Markdown content being pulled in from a Uri rather than inline.
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
window.addEventListener('load', windowLoadCallback); | |
// fetch thumbnails, i'm guessing? | |
// should probably be something like an interface; | |
// behavior + return types; | |
/** | |
* | |
* @name - fetchConent | |
* @description - Mock get posts | |
*/ | |
function fetchContent(contentType) { |
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
/** | |
* @name - BoA Get ACH Load Credit Entries | |
* @description - Pick off the "ACH Load Credit Entries" from the HTML version of the monthly statements. | |
* @how-to-use - Already auth'd, clicked through to the HTML version of the monthly statements. Open the console. Execute the code from the console. | |
* @note - See ASSUMPTION(S) below | |
*/ | |
/** | |
* @ASSUMPTION - The string "ACH Load Credit" will appear as the 4th item in the table row | |
* @ASSUMPTION - In order, the table headers are |