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
| { | |
| "spinnerVerbs": { | |
| "mode": "replace", | |
| "verbs": [ | |
| "🦴 Jolly green jizzface", | |
| "👹 Clowntard", | |
| "🦴 Shaved sasquatch", | |
| "🏗️ 80-story sky-raper", | |
| "🧟 Spewbacca", | |
| "👻 Jizzie Gillispie", |
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
| { | |
| "spinnerVerbs": { | |
| "mode": "replace", | |
| "verbs": [ | |
| "⛵ Sailing", | |
| "🐎 Riding like the wind", | |
| "📅 Reelin' in the years", | |
| "🛣️ Takin' it to the streets", | |
| "🎶 Listening to the music", | |
| "🏃 Running on empty", |
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
| { | |
| "type": "object", | |
| "properties": { | |
| "multi_start_date": { | |
| "type": "string", | |
| "format": "date", | |
| "description": "The start date of the statement period." | |
| }, | |
| "multi_end_date": { | |
| "type": "string", |
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
| div::-webkit-scrollbar { | |
| width: 10px; | |
| } | |
| div::-webkit-scrollbar-track { | |
| background-color: #9993 !important; | |
| } | |
| div::-webkit-scrollbar-thumb { | |
| background-color: #9999 !important; | |
| } |
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
| <table class="table table-bordered table-condensed"> | |
| <tr> | |
| <th>Col 1</th> | |
| <th>Col 2</th> | |
| <th>Col 3</th> | |
| <th>Col 4</th> | |
| <th>Col 5</th> | |
| </tr> | |
| <tr> |