Dontpad unofficial API for Js Vanilla
- Using Dontpad in Javascript without backend server to request.
- Free proxy to get Dontpad Data by cors-anywhere.
- Using crypto-js to simple encrypt and assign post data.
- After import DontpadJS.min.js
postText(urlPath, textPost)getText(urlPath).then(response => {
console.log(response)
});getSubPath(urlPath).then(result => {
console.log(result)
});clearPath(urlPath) postText(urlPath, textPost, true, passwordSignature)If someone access your path will see like this.
*If you dont insert Pass this default password will: dontpadJs *
getText(urlPath,true).then(response => {
console.log(response)
});getText(urlPath,true,true,passwordSignature).then(response => {
console.log(response)
});Output
<script src="https://cdn.jsdelivr.net/gh/GabrielDuarteMG/DontpadJs@latest/DontpadJS.min.js">
</script> <script src="DontpadJS.min.js">
</script><script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/hmac-sha256.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/components/enc-base64-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/aes.js"></script>gabriel160499@gmail.com
- If you wanna using some mathod to encrypt and implement your post on max security, i'm recommend Obfuscator.io.


