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
| [ | |
| { | |
| "_id": "633b045e3310a89d43321727", | |
| "index": 0, | |
| "guid": "b82d6b45-356e-47ce-b9dd-7cc4e78581dd", | |
| "isActive": false, | |
| "balance": "$3,981.85", | |
| "age": 37, | |
| "eyeColor": "brown", | |
| "name": "Henderson Mccray", |
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
| // You need to be on the youtube -> specific_channel -> videos page | |
| // NOTE: The snippet will only pick up what is available on the screen. | |
| // So scroll to load up more videos into the page and then run the snippet in the chrome console. | |
| // DISCLAIMER -> | |
| // Please read through the snippet before using it. And only use it if you understand what it is doing and are comfortable. | |
| // The script is as provided and I am not responsible for any of your problems. | |
| // There is no mischief in this script, I am just encouraging you to not trust/use any scripts on the web with out understanding what it is doing. |
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
| { | |
| "vars": { | |
| "@gray-base": "#000", | |
| "@gray-darker": "lighten(@gray-base, 13.5%)", | |
| "@gray-dark": "lighten(@gray-base, 20%)", | |
| "@gray": "lighten(@gray-base, 33.5%)", | |
| "@gray-light": "lighten(@gray-base, 46.7%)", | |
| "@gray-lighter": "lighten(@gray-base, 93.5%)", | |
| "@brand-primary": "#FDB72E", | |
| "@brand-success": "#5cb85c", |