Show the sub-studio of a Brazzers scene.
Installation requires a browser extension such as Violentmonkey / Tampermonkey / Greasemonkey.
Show the sub-studio of a Brazzers scene.
Installation requires a browser extension such as Violentmonkey / Tampermonkey / Greasemonkey.
Based on a bookmarklet by @deliciousnights.
Installation requires a browser extension such as [Violentmonkey] / [Tampermonkey] / [Greasemonkey].
This userscript adds the year to partial video release dates on manyvids.com
Installation requires a browser extension such as Tampermonkey or Greasemonkey.
This userscript adds image resolutions next to every performer image on StashDB.
Installation requires a browser extension such as Tampermonkey or Greasemonkey.
This userscript adds titles to StashDB pages.
Installation requires a browser extension such as Tampermonkey or Greasemonkey.
This userscript adds useful tools to indexxx.com
Installation requires a browser extension such as Tampermonkey or Greasemonkey.
Installation requires a browser extension such as Tampermonkey or Greasemonkey.
| # coding: utf-8 | |
| import hashlib | |
| import re | |
| import sys | |
| import traceback | |
| from datetime import datetime, timedelta, timezone | |
| from pathlib import Path | |
| from typing import cast, Optional | |
| import requests |
| # coding: utf-8 | |
| """Manually submit fingerprints to StashDB.org""" | |
| import argparse | |
| import hashlib | |
| import json | |
| import math | |
| import os | |
| import struct | |
| import subprocess |