I hereby claim:
- I am m-rcus on github.
- I am maarcus (https://keybase.io/maarcus) on keybase.
- I have a public key ASAMvpkQexAK_W2F02_9w1siKTEWzrxSYr22l84iMPFYfwo
To claim this, I am signing this object:
| bmwforum.co | |
| catsnthing.com | |
| catsnthings.fun | |
| crabrave.pw | |
| curiouscat.club | |
| datasig.io | |
| datauth.io | |
| dateing.club | |
| discörd.com | |
| disçordapp.com |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # A TinyPNG API script that at least works... somewhat. | |
| # This isn't a pretty script, but it works. Don't h8 me. | |
| # This script is meant for singular files. But you can use convert all files in a folder using a `for` loop. | |
| # Example: `for image in *.jpg; do ./tinypng_convert.sh $image; done` | |
| # What this script does: | |
| # - Takes one file as input |
| // ==UserScript== | |
| // @name Twitter Images - New URL Format | |
| // @description For better quality images | |
| // @namespace https://github.com/M-rcus | |
| // @author Marcus H | |
| // @match https://pbs.twimg.com/media/* | |
| // @grant none | |
| // @version 1.1.2 | |
| // @updateUrl https://gist.githubusercontent.com/M-rcus/eeb3afcb549987ef9b79a8f953b34bf5/raw | |
| // ==/UserScript== |
A userscript for copying the direct picture URLs to your clipboard, so you can use it with other software such as JDownloader.
To use this script, you will need a userscript manager for your web browser.
It's basically a normal browser extension that allows you to add custom "userscripts" (such as this one) for websites.
Here's a list of some popular userscript managers:
| // ==UserScript== | |
| // @name CyberDrop - Sort Album Select and More | |
| // @namespace github.com/M-rcus | |
| // @match https://cyberdrop.cr/ | |
| // @match https://bunkr.is/ | |
| // @grant unsafeWindow | |
| // @version 2.5.3 | |
| // @author Maarcus | |
| // @description Automatically sorts the album select alphabetically once page loads on CyberDrop... and some other QoL changes. | |
| // @downloadUrl https://gist.github.com/M-rcus/dfea1ecd288cc3be5f493eb7f52e45e1/raw/cyberdrop-album-select-sort.user.js |
A work-in-progress userscript for downloading media from Fansly.
Caution
From late 2024 up until March 25th, 2026, the violentmonkey-dom library was being retrieved from a personal server of mine at https://m.leak.fans/ujs/violentmonkey-dom-v1.0.9.js. The backend server that was hosting this script was hosted by a former friend of mine and either them or someone else injected a malicious version of this script that sent credentials off to a third-party server.
I have since migrated the m.leak.fans files to a server I am in control of myself (as well as removed any DNS records for the server credentials were sent to), and replaced the violentmonkey-dom library with the official v1.0.9 version. In addition to this, if you have installed the script during that time period, please make sure to update to the latest version (v0.9.3) of this userscript to ensure you have the clean version of the violentmonkey-dom library.
Note that the previously mentioned URL that le
| { | |
| "createdBy": "Redirector v3.5.3", | |
| "createdAt": "2023-08-04T10:47:57.667Z", | |
| "redirects": [ | |
| { | |
| "description": "Cyberdrop.to to .me - Assets", | |
| "exampleUrl": "https://cdn.cyberdrop.to/libs/lightgallery.js/lightgallery.js@1.4.0.min.js", | |
| "exampleResult": "https://cdn.cyberdrop.me/libs/lightgallery.js/lightgallery.js@1.4.0.min.js?teehee=zz", | |
| "error": null, | |
| "includePattern": "https://(\\w+).cyberdrop.to/(.+)(\\?.+$)?", |