Skip to content

toonoeichi/RandomProtect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Have you ever have problem someone trying to access your site

via your public ip? or maybe your forward dynamic dns?

RandomProtect

Simple and (yet) funny way to protect site scraping.


Build from ground up , (meme) and simple HTML and some JavaScript to spice thing up. This (not) groundbreaking technology that we called

window.location.href = https://www.youtube.com/watch?v=dQw4w9WgXcQ;
Redirect people straight to Rickroll!

used for protect other to access anything else except what supposed to!

Note

Still recommended to use Cloudflare Proxy at all cost and only Open the Port that needed! Since this doesn't help with DDoS Attack, Port Scanning, DNS Dumpster and anything , only to protect someone typing the address on the browser or (some) bot scraping your IP to do some nasty piece of s-

But instead only rickroll, we put another meme (or maybe anime song) link on Youtube and random it everyone they tried to visit!


How to use!

You can either

  • Config your reverse proxy to use this url as default page.
rp.aoeyoei.xyz

Like this Caddyfile

:80 {
        redir "https://rp.aoeyoei.xyz" 302
}

* {
        redir "https://rp.aoeyoei.xyz" 302
        tls {
                on_demand
        }
}
  • Self-hosted on your server and point default to there.
  • Deploy on Github , Vercel , or other as your choice, and point your server , reverse proxy to it.

and so much more...


and you can try it by visiting rp.aoeyoei.xyz!


Lists on Links

Last update on 26th January 2025

Category Name Location Description
Default Default url/default.json Default Link that play on everyday.
Day New Year Day url/day/new-year.json New Year Song (Only appear only on January 1st.)
Anime (Ensemble Stars) Fine's Song url/anime/enstar/fine.json Song from fine, a Unit from Starmaker Production from Ensemble Stars (Have Chance 1 from 10 on everyday.)

To Do List

Category Name Description
Day Valentine Day Love Song for Lover on Valentine Day [Even through I still single T^T] (Only appear only on Feburary 14th.)
Anime (Ensemble Stars) Eichi's Birthday Song sing (mainly) by Eichi Tenshouin. (Appeared on his birthday. [10th January]) | This one will disabled all the Ensemble Star Song to be included on the list for that day.

Want to be next?

You can fork this repo and add many song as you like.

Song Dir : url\[category]\[name].json

Recommended only song, I may declined your pull if you put video instead of song. Also you can added new Category if you want. but not removing other people (or my) song from the repo. This is example of the json file

{
    "sites": [
        "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
        "https://www.youtube.com/watch?v=yPYZpwSpKmA",
        "https://www.youtube.com/watch?v=H9891PGJl6Y"
    ]
}

Also, Don't forget to update the list (if you add new Category or List.) Like

Category Name Location Description
Artist Rick Ashley url/artist/rickroll.json Song sing by Rick Ashley.
| Category | Name | Location | Description |
| -------- | ---- | ------ | ----------- |
| Artist | Rick Ashley | [url/artist/rickroll.json](url/artist/rickroll.json) | Song sing by Rick Ashley.

To Do

  • Add more statement and rate of the song to appeared on the list
  • (maybe) move to Svelte for smooth redirect.

Made with ❤️ and 🍻 By Cartoon Kritthapath Yaviraj (ToonOeichi) <3 UwU | 1.0.0.012625

About

Simple and funny way to protect site scraping.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages