Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- javascript:
- function AccesosdirectosCriptoseries()
- {
- var texto = prompt("Please enter the name of the cryptocurrency or service to which you want to access");
- var moneda = texto.toLowerCase();
- if (moneda != null){alert("Correct!"); window.location = "https://coinmarketcap.com/currencies/"+moneda}
- else{alert("error");}
- if (moneda == "poloniex"){window.location = "https://poloniex.com"}
- if (moneda == "bittrex"){window.location = "https://bittrex.com"}
- if (moneda == "steemit"){window.location = "https://steemit.com"}
- if (moneda == "steemdollars"){window.location = "https://coinmarketcap.com/currencies/steem-dollars"}
- }
- AccesosdirectosCriptoseries();
Advertisement
Add Comment
Please, Sign In to add comment