Greasy Fork is available in English.
A lightweight, robust userscript designed to protect users from known Rickrolls on YouTube. Optimized specifically for mobile environments (iOS Userscripts) and modern browser security policies.
A lightweight, robust userscript designed to protect users from known Rickrolls on YouTube. Optimized specifically for mobile environments (iOS Userscripts) and modern browser security policies.
localStorage for adding your own specific IDs.This project is powered by a public API that other developers can use to check for Rickrolls or fetch the latest database.
https://api.jm26.net/rickroll-db/type=get: Returns the full database. (Formats: json, csv, txt)type=check: Checks a specific url or id.Example Response (type=check):
{
"status": "success",
"rickroll": true,
"videoId": "xvFZjo5PgG0",
"report": {
"message": "False positive? Please report it!",
"url": "[https://api.jm26.net/rickroll-db/report/](https://api.jm26.net/rickroll-db/report/)"
}
}