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
Ispratiti kad ce IDO: | |
- https://syn.city/ | |
- https://zksync.io/ - istraziti | |
- https://coinmarketcap.com/currencies/metawars/ | |
- https://coinmarketcap.com/currencies/revomon/ | |
- https://coinmarketcap.com/currencies/ftx-token/ - novi bnb | |
- https://coinmarketcap.com/currencies/starship/ - 100x |
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
// 1. prvi deo koda kopiras u konzolu na https://solanart.io/collections/solanaslugs | |
// - ako zelis vise slugova, moras da skrolujes dole da ih sve ucita | |
// zatim kopiraj ovaj code ga u konzolu: | |
const slugArray = Array.from(document.querySelectorAll('.card-title')) | |
const copy = slugArray.map(e => Number(e.outerText.split(" - ")[1])) | |
copy | |
// to sto ti izbaci kao rezultat, ides desni klik i "copy object" |
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
.block1 { | |
background-color: rgba(255, 255, 255, 0.8); | |
padding: 25px; | |
width: 60%; | |
} | |
.columnstyle { | |
height: 500px; | |
} | |
.columnstyle .bg-mask { | |
opacity: 0; |