SkillAgentSearch skills...

CauDNS

just another way to bypass annoying blocking extensions. Works with Securly, GoGuardian, CKAuth, and more!

Install / Use

/learn @dragon731012/CauDNS
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Major credit to Omada (https://omada.cafe)

Works with GoGuardian, CKAuth, and more!

How to use

Type this into your url bar:

data:text/html, <script src='https://cdn.jsdelivr.net/gh/dragon731012/caudns/jszip.js' defer></script> <script src='https://cdn.jsdelivr.net/gh/dragon731012/caudns/filesaver.js' defer></script> <script src='https://caudns.vercel.app/main.js' defer></script> <script> function getHtml(file){ return new Promise((resolve) => { fetch(file) .then((response) => { return response.text(); }) .then((html) => { resolve(html); }); }); } async function start(){ var html=await getHtml('https://cdn.jsdelivr.net/gh/dragon731012/caudns/data.txt'); html=html.toString(); console.log(html); document.body.innerHTML=html; } start(); </script>

or, just host this repo on any static hosting provider!

View on GitHub
GitHub Stars72
CategoryDevelopment
Updated25d ago
Forks108

Languages

JavaScript

Security Score

100/100

Audited on Mar 9, 2026

No findings