This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Universal Documentation Scraper - Enhanced Formatting | |
// @namespace http://tampermonkey.net/ | |
// @version 4.0 | |
// @description Scrape documentation with improved text formatting and structure | |
// @author You | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File: ./cloudflare.py | |
# Cloudflare V1 | |
import re | |
import sys | |
import time | |
from copy import deepcopy | |
from collections import OrderedDict |