Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
Putcha$🎭
Browse files Browse the repository at this point in the history
With winputs from sober xennie.
  • Loading branch information
itsN1X authored Jul 1, 2019
1 parent 66f66b1 commit d0b4baa
Showing 1 changed file with 41 additions and 23 deletions.
64 changes: 41 additions & 23 deletions docs/hgd.js
Original file line number Diff line number Diff line change
@@ -1,47 +1,65 @@
const app = document.getElementById('root');

const logo = document.createElement('img');
logo.src = 'https://avatars1.githubusercontent.com/u/13474314?s=32';

const container = document.createElement('div');
container.setAttribute('class', 'container');

app.appendChild(logo);
app.appendChild(container);

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////THIS///IS////////////////////////////hgd///[.]//JS///////////ZZPRAF1N1X42AF////////////////////////////////#keybase pull a11////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////Day////8913a//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////itsN1X/////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
const app = document.getElementById('root');const logo = document.createElement('img');logo.src = 'https://avatars1.githubusercontent.com/u/13474314?s=32';
const Alice = document.createElement('div');Alice.setAttribute('class', 'Alice');
var request = new XMLHttpRequest();
request.open('GET', 'https://api.coinmarketcap.com/v1/ticker/', true);
request.open('GET', 'https://api.coinmarketcap.com/v1/ticker/?start=12&limit=96', true);
request.onload = function () {

// Begin accessing JSON data here
var datagggg = JSON.parse(this.response);
if (request.status >= 200 && request.status < 400) {
datagggg.forEach(id => {
const card = document.createElement('div');
card.setAttribute('class', 'card');

const Butch = document.createElement('div');
Butch.setAttribute('class', 'Butch');
///
///
const h1 = document.createElement('h1');
h1.textContent = ' at the maximus, β›”: ' + id.max_supply;


const h2 = document.createElement('h2');
h2.textContent = 'nOUR, ' + id.name + ' , ' + id.percent_change_7d + ' ‰:⇨ has now just ' + id.total_supply;

ee = document.createElement('eeee');
ee.textContent = ' … aworc ' + id.market_cap_usd + ' vCrazy,β„–. Β» ' + id.rank + 'th this dΓ¦y!';

const p = document.createElement('p');
id.name = id.name.substring(2, 7) + id.price_btc;
p.textContent = `${id.name}...`;

container.appendChild(card);
card.appendChild(h1);
card.appendChild(h2);
card.appendChild(ee);
card.appendChild(p);
app.appendChild(logo);
app.appendChild(Alice);

Alice.appendChild(Butch);
Butch.appendChild(h1);
Butch.appendChild(h2);
Butch.appendChild(ee);
Butch.appendChild(p);


const TerrorMessage = document.createElement('marquee');
TerrorMessage.textContent = 'π˜—π˜­π˜¦π˜’π˜΄π˜¦ 𝘀𝘰𝘯𝘴π˜ͺπ˜₯𝘦𝘳 𝘷𝘰𝘡π˜ͺ𝘯𝘨 3r3333333333 𝘒𝘴 𝘡𝘩𝘺(𝘰𝘢𝘳) π˜—π˜³π˜°π˜Ήπ˜Ί 𝘰𝘯 𝘡𝘩𝘦 π˜¦π˜–π˜š π˜•π˜¦π˜΅π˜Έπ˜°π˜³π˜¬, 𝘡𝘩𝘒𝘯𝘬 𝘢 : ]';

Butch.appendChild(TerrorMessage);

});
} else {
const errorMessage = document.createElement('marquee');
errorMessage.textContent = `wuhtf Β¬gg`;
app.appendChild(errorMessage);
}
}

request.send();
///////////more///about.me/itsN1X//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////THIS///IS////////////////////////////hgd///[.]//JS///////////ZZPRAF1N1X42AF////////////////////////////////#keybase pull a11////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////telegram.me/itsN1X//////////////////////////////////
///////////////////////Follow//us//on//Twitter.com/A11/////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////Day////8913a//////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////itsN1X/////////////////////////////////////
///:zzPRaF1N1X42aF/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

0 comments on commit d0b4baa

Please sign in to comment.