Skip to content

Instantly share code, notes, and snippets.

@xmmti
xmmti / Rule34.md
Last active June 10, 2021 05:37
Rule34.paheal.net- Endpoint - Google Apps Script

Full Code

// Google Apps Script Lib: Cheerio 
let $ = (html)=> Cheerio.load(html);

// Set WebSite URL
let urlProtocol = "https://"
let urlBase = "rule34.paheal.net"

/* Utility API EndPoint Function */