Skip to content

Instantly share code, notes, and snippets.

View godrix's full-sized avatar
💻
trying to take over the world

Godri.dev godrix

💻
trying to take over the world
View GitHub Profile
@godrix
godrix / DEB.js
Created August 16, 2022 16:51
Disposable Email Blacklist
const email = ['0-mail.com', '0815.ru', '0815.ru0clickemail.com', '0clickemail.com', '0wnd.net', '0wnd.org', '10minutemail.com', '10minutemail.de', '123-m.com', '126.com', '12minutemail.com', '139.com', '163.com', '1ce.us', '1chuan.com', '1pad.de', '1zhuan.com', '20minutemail.com', '21cn.com', '24hourmail.com', '2prong.com', '30minutemail.com', '33mail.com', '3d-painting.com', '4warding.com', '4warding.net', '4warding.org', '60minutemail.com', '675hosting.com', '675hosting.net', '675hosting.org', '6ip.us', '6paq.com', '6url.com', '75hosting.com', '75hosting.net', '75hosting.org', '7days-printing.com', '7tags.com', '99experts.com', '9ox.net', 'a-bc.net', 'afrobacon.com', 'ag.us.to', 'agedmail.com', 'ajaxapp.net', 'akapost.com', 'ama-trade.de', 'ama-trans.de', 'amilegit.com', 'amiri.net', 'amiriindustries.com', 'ano-mail.net', 'anonbox.net', 'anonymail.dk', 'anonymbox.com', 'anonymousmail.org', 'anonymousspeech.com', 'antichef.com', 'antichef.net', 'antireg.com', 'antispam.de', 'armyspy.com', 'azmeil.tk', 'baxo
This file has been truncated, but you can view the full file.
[
{
"id": "1",
"mac": "000000",
"vendor": "Officially Xerox"
},
{
"id": "2",
"mac": "000001",
"vendor": "SuperLAN-2U"
function isExponentPushToken(str) {
const regex = /^ExponentPushToken\[[A-Za-z0-9_-]{22}\]$/;
return regex.test(str);
}