This repository contains two Tampermonkey userscripts:
- Copy Password from Ovagames: Automatically copies the "password: ###" from Ovagames pages.
- URL Decoder for Ovagames: Automatically decodes Base64-encoded URLs in
linkspy.cc
links and redirects to the final URL.
A userscript that detects and copies the password from the #link_download
section of Ovagames pages to your clipboard.
- Automatically finds and copies the password.
- Displays a notification once the password is copied.
- Install Tampermonkey.
- Click here to install the script.
- Confirm installation in Tampermonkey.
- Scans the
#link_download
element on Ovagames pages. - Copies the password (e.g., "password: 123") to your clipboard if found.
- A notification will appear to confirm the action.
A userscript that decodes and redirects Base64-encoded URLs from Ovagames\linkspy.cc
pages.
- Automatically extracts Base64-encoded URLs.
- Decodes the content and redirects to the final URL, or displays it for manual use.
- Install Tampermonkey.
- Click here to install the script.
- Confirm installation in Tampermonkey.
- Extracts Base64-encoded parts from
linkspy.cc
URLs. - Decodes and redirects to the final URL if valid.
- If redirection fails, the decoded URL is displayed on the page.
- Initial release of the script.
- Initial release of the script.