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.me/ | |
// @match https://bunkr.is/ | |
// @grant none | |
// @version 2.5.2 | |
// @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.
https://fansly.com/post/123456789...
{ | |
"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/[email protected]", | |
"exampleResult": "https://cdn.cyberdrop.me/libs/lightgallery.js/[email protected]?teehee=zz", | |
"error": null, | |
"includePattern": "https://(\\w+).cyberdrop.to/(.+)(\\?.+$)?", |