Skip to content

Instantly share code, notes, and snippets.

@j4hanon
j4hanon / civitai-search-model-card-filter.js
Last active August 29, 2025 06:35
A user script to filter out unpopular models from the CivitAI search page. Popularity is based on the number of thumb up the model got.
// ==UserScript==
// @name Model Card Filter
// @namespace http://tampermonkey.net/
// @version 2025-08-29
// @description A script filters out unpopular models on search page.
// @author j4hanon
// @match https://civitai.com/search/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=civitai.com
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Keydown Navigator
// @namespace http://tampermonkey.net/
// @version 0.1
// @description This script allows you to navigate pages with Arrow Keys (right/left)
// @author You
// @match *://e-hentai.org/*
// @match *://rule34.xxx/*
// @match *://hitomi.la/*
// @match *://ecchi.iwara.tv/*
@j4hanon
j4hanon / tampermonkey_youtube_age_restriction_bypass.js
Created April 17, 2020 16:18
tampermonkey - youtube age restriction bypass
// ==UserScript==
// @name Youtube age restriction bypass
// @namespace http://github.com/j4hanon
// @version 0.1
// @description Bypass age restricted videos
// @author j4hanon
// @match https://www.youtube.com/*
// @match http://www.youtube.com/*
// @grant none
// ==/UserScript==
@j4hanon
j4hanon / tampermonkey_erotarest_bypass.js
Created April 17, 2020 16:17
tampermonkey - erotarest bypass
// ==UserScript==
// @name erotarest bypass
// @namespace http://github.com/j4hanon
// @version 0.1
// @description try to take over the world!
// @author j4hanon
// @match https://movie.eroterest.net/page/*
// @grant none
// ==/UserScript==