Service running Usage: Prefix the original URL with this service: https://p.kokomi0728.eu.org/https://example.com Browser: Original: https://example.com With prefix: https://p.kokomi0728.eu.org/https://example.com curl: Original: curl -L "https://example.com/file.txt" With prefix: curl -L "https://p.kokomi0728.eu.org/https://example.com/file.txt" wget: Original: wget -O file.txt "https://example.com/file.txt" With prefix: wget -O file.txt "https://p.kokomi0728.eu.org/https://example.com/file.txt" git clone: Original: git clone https://github.com/user/repo.git With prefix: git clone https://p.kokomi0728.eu.org/https://github.com/user/repo.git Options: __no_rewrite=1 disable html rewrite __debug=1 show debug headers Examples with options: https://p.kokomi0728.eu.org/https://example.com?__no_rewrite=1 https://p.kokomi0728.eu.org/https://example.com?__debug=1