From 374d43af404f73f6cbdc92b60e60d61944d84292 Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Sun, 28 Sep 2025 11:16:37 +0300 Subject: [PATCH] Multiple language support --- GetDropFreeCaseClaimer.user.js | 5 +++-- README.md | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/GetDropFreeCaseClaimer.user.js b/GetDropFreeCaseClaimer.user.js index 8518c05..add5edb 100644 --- a/GetDropFreeCaseClaimer.user.js +++ b/GetDropFreeCaseClaimer.user.js @@ -1,10 +1,11 @@ // ==UserScript== // @name Get Drop Free Case Claimer // @namespace https://pube.tk -// @version 2025-09-21 +// @version 2025-09-28 // @description Claims free cases // @author Abhorrent_Anger -// @match https://getdrop.org/case/free* +// @match https://getdrop.org/case/free* +// @match https://getdrop.org/*/case/free* // @icon https://www.google.com/s2/favicons?sz=64&domain=getdrop.org // @grant none // @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js diff --git a/README.md b/README.md index 2844682..8e3b174 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,7 @@ Userscript for claiming free cases. 1. Ensure that you have Violentmonkey or other userscript extension installed. 2. Download the script [`GetDropFreeCaseClaimer.user.js`](GetDropFreeCaseClaimer.user.js?raw=true). 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://getdrop.org/case/free) page. \ No newline at end of file +4. The script should now be installed and ready to use. Open the [FREE CASE](https://getdrop.org/case/free) page. + +## Note +Withdrawals seem to be capped at lifetime 11G total. \ No newline at end of file