From a5728e5e495cad558c1fe7e9275530dea740e684 Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Sun, 21 Sep 2025 20:49:33 +0300 Subject: [PATCH] Added support for CSDROP --- MyDropFreeCaseClaimer.user.js | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MyDropFreeCaseClaimer.user.js b/MyDropFreeCaseClaimer.user.js index b5d4039..d13d4cc 100644 --- a/MyDropFreeCaseClaimer.user.js +++ b/MyDropFreeCaseClaimer.user.js @@ -1,10 +1,11 @@ // ==UserScript== // @name My Drop Free Case Claimer // @namespace https://pube.tk -// @version 2025-09-20 +// @version 2025-09-21 // @description Claims free cases // @author Abhorrent_Anger // @match https://mydrop.pro/free* +// @match https://csdrop.skin/free* // @icon https://www.google.com/s2/favicons?sz=64&domain=mydrop.pro // @grant none // @require https://cdn.jsdelivr.net/gh/CoeJoder/waitForKeyElements.js@v1.3/waitForKeyElements.js diff --git a/README.md b/README.md index d46cff5..087623c 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Userscript for claiming free cases. 1. Ensure that you have Violentmonkey or other userscript extension installed. 2. Download the script [`MyDropFreeCaseClaimer.user.js`](MyDropFreeCaseClaimer.user.js). 3. Confirm that you want to install the script. -4. The script should now be installed and ready to use. Open the [FREE CASE](https://mydrop.pro/free) page. \ No newline at end of file +4. The script should now be installed and ready to use. Open the [MYdrop](https://mydrop.pro/free) and/or [CSDrop](https://csdrop.skin/free) free case page. \ No newline at end of file