Skip to content

amplitudesxd/milliondollarchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

milliondollarchecker

this checks the registration status of all domains on milliondollarhomepage.com, then a list of all available domains are output to the console

the list of domains was scraped using the following javascript code

let pixels = [];
Array.from(document.getElementById('Map').children).forEach((child) => {
  pixels.push({
    coords: child.getAttribute('coords'),
    site: child.getAttribute('href'),
  });
});
document.body.innerHTML = JSON.stringify(pixels);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages