Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name The Pony Archive - Derpi searcher
// @namespace Violentmonkey Scripts
// @version 1.1
// @description Search the Derpi archive on TPA
// @author Marker
// @match *://*.theponyarchive.com/archive/derpibooru/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Manual (You)
// @description Add arbitary posts to reply tracking
// @author Marker
// @namespace https://gist.github.com/marktaiwan
// @version 1.2
// @match https://boards.4chan.org/*
// @match https://boards.4channel.org/*
// @grant none
// @noframes
// ==UserScript==
// @name Twibooru Favoriters
// @description Restore the favoriters tab on image pages
// @version 1.0.0
// @author Marker
// @license MIT
// @namespace https://github.com/marktaiwan/
// @match https://*.twibooru.org/*
// @inject-into content
// @noframes
// ==UserScript==
// @name Ponepaste - load from file
// @version 0.0.1
// @author Marker
// @license WTFPL
// @namespace https://github.com/marktaiwan/
// @match https://ponepaste.org/
// @grant none
// @inject-into content
// @noframes
/* ==UserStyle==
@name Philomena Delayed Tag Dropdown
@namespace https://github.com/marktaiwan/
@version 1.0.0
@author Marker
==/UserStyle== */
@-moz-document domain("derpibooru.org"), domain("furbooru.org"), domain("ponybooru.org"), domain("ponerpics.org"), domain("twibooru.org") {
.tag.dropdown .dropdown__content {
display: block;
// ==UserScript==
// @name Desuarchive Image Expansion
// @description Inline image expansion
// @version 1.0.0
// @author Marker
// @license MIT
// @namespace https://github.com/marktaiwan/
// @homepageURL https://github.com/marktaiwan/
// @match https://desuarchive.org/*
// @inject-into content
@marktaiwan
marktaiwan / flaggotry.user.js
Created November 15, 2022 12:20
Add flags to the posts when viewing archived /mlp/ threads on Desuarchive
// ==UserScript==
// @name Desu Flaggotry
// @namespace https://desuarchive.org/mlp/thread/
// @description Add flags to the posts when viewing archived /mlp/ threads on Desuarchive
// @version 1.0.0
// @author Anonymous
// @icon https://s.4cdn.org/image/flags/mlp/anf.gif
// @match https://desuarchive.org/mlp/thread/*
// @run-at document-end
// @grant GM_addStyle