This commit is contained in:
Kasper (git commits by Albert) 2022-02-21 19:41:28 -05:00
parent 89cdb13ed8
commit 34a42f396a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
function coinSearch(e){e=document.getElementById("btnCheck").toLowerCase().trim();["shib","squid"].includes(e)?alert("Scam"):alert("Safe")}var searchBox=document.getElementById("searchBox");function search(){window.location="https://search.swivro.net/secure/search?q="+searchBox.value;var e=document.getElementById("searchBtn");e.innerHTML="<i class='fas fa-circle-notch fa-spin'></i>",setTimeout((function(){e.innerHTML="<i class='fas fa-search'></i>"}),4e3)}var input=document.getElementsByClassName("searchValue")[0];input.addEventListener("keyup",(function(e){13===e.keyCode&&(e.preventDefault(),document.getElementsByClassName("searchBtn")[0].click())}));
function coinSearch(e){e=e.toLowerCase().trim();["shib","squid"].includes(e)?alert("Scam"):alert("Safe")}document.getElementById("btnCheck").addEventListener("click",(()=>{const{value:e}=document.getElementById("coinValue");coinSearch(e)}));var searchBox=document.getElementById("searchBox");function search(){window.location="https://search.swivro.net/secure/search?q="+searchBox.value;var e=document.getElementById("searchBtn");e.innerHTML="<i class='fas fa-circle-notch fa-spin'></i>",setTimeout((function(){e.innerHTML="<i class='fas fa-search'></i>"}),4e3)}var input=document.getElementsByClassName("searchValue")[0];input.addEventListener("keyup",(function(e){13===e.keyCode&&(e.preventDefault(),document.getElementsByClassName("searchBtn")[0].click())}));

View File

@ -12,4 +12,4 @@
</ul>
</div>
</div>
</nav><div class="container inner-page-header"><h1 class="center coin-checker-header-text">Check if a cryptocurrency is a scam</h1><div class="input-group coinValue"><input class="form-control" type="text" placeholder="Ticker (ex: BTC)"><button class="btn btn-primary" id="btnCheck" type="button">Check&nbsp;&nbsp;<i class="fa fa-refresh"></i></button></div><p class="center scamsafe-text">Scam - DO NOT BUY!</p></div><div class="features-coin-checker"><div class="container"><div class="row"><div class="col-md-6"><h1>Not every&nbsp;<span style="text-decoration: underline;">memecoin</span>&nbsp;is a complete scam!</h1><p>The majority of what's called "memecoins" are scams, but not all of them are. Wownero (a software fork of Monero) is a great example. It's considered a "memecoin" as it has a meme-inspired name, however, the coin itself is not a scam, as they are very honest with their buyers and the public, on their website.</p><a href="https://wownero.org"><button class="btn btn-primary wownero-btn" type="button">Check out Wownero  <i class="fas fa-external-link-alt"></i></button></a><a href="https://mashable.com/article/squid-game-cryptocurrency-scam"><button class="btn btn-danger" type="button">Scamcoin Example  <i class="fas fa-external-link-alt"></i></button></a></div><div class="col-md-6"><img class="wownero-logo" src="assets/img/Wownero_3D_Logo_Spin.webp"></div></div></div><div class="container row-two-coin"><div class="row"><div class="col-md-6"><img class="idiot-token-logo" src="assets/img/squid-idiot-token.png"></div><div class="col-md-6"><h1>How do we determine whether or not a coin is a scam?</h1><p>We, mostly, ask to ourselves, three questions about the coin in question, being <strong>(1)&nbsp;does the coin claim to be something it is not, (2) do the devs consistently overpromise and underdeliver, and (3) does the coin have a sensible whitepaper. </strong>Even if the coin has a sensible whitepaper, but consistently overpromises &amp; underdelivers, and claims to be something it's not, it will be considered a scam.</p><a href="#"><button class="btn btn-primary" type="button">Use our Scam Coin Checker  <i class="fa fa-level-up"></i></button></a></div></div></div></div><script src="assets/bootstrap/js/bootstrap.min.js"></script><script src="assets/js/script.min.js"></script></body></html>
</nav><div class="container inner-page-header"><h1 class="center coin-checker-header-text">Check if a cryptocurrency is a scam</h1><div class="input-group coinValue"><input class="form-control" type="text" id="coinValue" placeholder="Ticker (ex: BTC)"><button class="btn btn-primary" id="btnCheck" type="button">Check&nbsp;&nbsp;<i class="fa fa-refresh"></i></button></div><p class="center scamsafe-text">Scam - DO NOT BUY!</p></div><div class="features-coin-checker"><div class="container"><div class="row"><div class="col-md-6"><h1>Not every&nbsp;<span style="text-decoration: underline;">memecoin</span>&nbsp;is a complete scam!</h1><p>The majority of what's called "memecoins" are scams, but not all of them are. Wownero (a software fork of Monero) is a great example. It's considered a "memecoin" as it has a meme-inspired name, however, the coin itself is not a scam, as they are very honest with their buyers and the public, on their website.</p><a href="https://wownero.org"><button class="btn btn-primary wownero-btn" type="button">Check out Wownero  <i class="fas fa-external-link-alt"></i></button></a><a href="https://mashable.com/article/squid-game-cryptocurrency-scam"><button class="btn btn-danger" type="button">Scamcoin Example  <i class="fas fa-external-link-alt"></i></button></a></div><div class="col-md-6"><img class="wownero-logo" src="assets/img/Wownero_3D_Logo_Spin.webp"></div></div></div><div class="container row-two-coin"><div class="row"><div class="col-md-6"><img class="idiot-token-logo" src="assets/img/squid-idiot-token.png"></div><div class="col-md-6"><h1>How do we determine whether or not a coin is a scam?</h1><p>We, mostly, ask to ourselves, three questions about the coin in question, being <strong>(1)&nbsp;does the coin claim to be something it is not, (2) do the devs consistently overpromise and underdeliver, and (3) does the coin have a sensible whitepaper. </strong>Even if the coin has a sensible whitepaper, but consistently overpromises &amp; underdelivers, and claims to be something it's not, it will be considered a scam.</p><a href="#"><button class="btn btn-primary" type="button">Use our Scam Coin Checker  <i class="fa fa-level-up"></i></button></a></div></div></div></div><script src="assets/bootstrap/js/bootstrap.min.js"></script><script src="assets/js/script.min.js"></script></body></html>