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
ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer {}ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer {}ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer {}ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer { | |
display: none !important; | |
} | |
yt-icon#logo-icon:before { | |
content: 'Customized...'; | |
position: absolute; | |
left:1em; | |
top:0.5em; | |
} |
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
// Fields available to open a new position in kraken on a given asset | |
{ | |
"Order Type": { | |
"Description": "Type of order for execution", | |
"Options": { | |
"Market": { | |
"description": "Executes at the current market price", | |
"fields": {} | |
}, | |
"Limit": { |
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
#!/bin/bash | |
# Put this file in your react project root. | |
IMAGE="node:lts-alpine" | |
OUTPUT_DIR="$(pwd)/../public/" | |
if [ "$1" == "help" ]; then | |
echo "Usage: $0 [command] [options]" | |
echo | |
echo "Commands:" | |
echo " none build once and shutdown the container." |
OlderNewer