Skip to content

Instantly share code, notes, and snippets.

View GwyndolynMarchant's full-sized avatar
👔
Working

Gwyndolyn Marchant GwyndolynMarchant

👔
Working
View GitHub Profile
@GwyndolynMarchant
GwyndolynMarchant / search-engines-plain-results.abp
Created June 30, 2023 17:26
Blocklist for search engine cruft
[Adblock Plus 2.0]
! Title: 🔍 Search Engines - Just the results
! Licence: CC0
! Version: 1
! Last modified: 30 Jun 2023
! Bing
www.bing.com###b_results .b_vidAns
www.bing.com##[aria-label="Additional Results"]
www.bing.com##.b_ans
/* ==UserStyle==
@name cohost tag reacts
@namespace shadenexus.com
@version 1.3
@description Does this - https://cohost.org/belarius/post/1618245-more-right
@author Gwyndolyn Marchant
@updateURL https://gist.github.com/GwyndolynMarchant/a2464936ae8c9a092dc96908d3fd795c/raw/cohost-tag-reacts.user.css
==/UserStyle== */
@-moz-document url-prefix("https://cohost.org/") {
@GwyndolynMarchant
GwyndolynMarchant / YourChronicle.gpl
Created April 22, 2023 03:29
GNU IMP Palette File - YourChronicle
GIMP Palette
#Palette Name: YourChronicle
#Description: Created by <a target="_blank" href="https://shadenexus.com">Gwyndolyn Marchant</a>.
#Colors: 21
255 255 255 White
235 235 235 Lighter Gray
225 225 225 Light Gray
211 212 211 Lightly Gray
194 194 194 Lightish Gray
150 150 150 Gray
@GwyndolynMarchant
GwyndolynMarchant / bandcamp-sold-out.txt
Last active March 3, 2023 23:18
uBlock Origin cosmetic filter for hiding sold out merch on bandcamp album pages
[Adblock Plus 2.0]
! Title: Bandcamp - Hide sold out items
! Expires: 30 days
! Licence: CC0
! Version: 2
! Last modified: 03 Mar 2023
bandcamp.com##.buyItem:has(.notable:has-text("Sold Out"))
bandcamp.com##.merch-grid-item:has(.sold-out)
@GwyndolynMarchant
GwyndolynMarchant / fl-single-item-slots.user.css
Last active December 5, 2022 17:09
Fallen London - Single-item slots smaller
/* ==UserStyle==
@name Fallen London - Single-item slots smaller
@namespace shadenexus.com
@version 1.0.0
@description Groups the single-item slots into two rows.
@author Gwyndolyn Marchant
@updateURL https://gist.githubusercontent.com/GwyndolynMarchant/09aab0652279bae6b2a8e4c6a49fd0f2/raw/fl-single-item-slots.user.css
==/UserStyle== */
@-moz-document regexp("https?://www.fallenlondon.com/possessions") {
@GwyndolynMarchant
GwyndolynMarchant / Jellyfin Subs - VCR OSD.md
Last active October 10, 2022 17:42
Jellyfin Subtitle Styling - VCR OSD

Re-styles the default subs on Jellyfin. Probably breaks a lot of specifically-styled subtitles because Jellyfin made the absurd choice to make all subtitle styles inline. Recommend baking in all complex subs.

Recommended font: https://puppy.cafe/@EeveeEuphoria/108427783946411284

@GwyndolynMarchant
GwyndolynMarchant / bad-fandom-elements.ublock
Last active September 3, 2022 00:04
uBlock List: Bad Fandom Elements
! Title: 📚 Bad Fandom Elements
! Version: 2022.09.02.20.04
fandom.com###curse-footer
fandom.com###gamepedia-footer
fandom.com###globalNavigation
fandom.com###netbar
fandom.com###ShareEntryPoint
fandom.com##.global-navigation
fandom.com##.has-label.page-header__action-button.wds-is-text.wds-button
fandom.com##.is-visible.fandom-sticky-header
@charset "UTF-8";
/* ==UserStyle==
@name Cohost97
@namespace shadenexus.com/cohost
@version 0.9.2
@description Style that makes cohost look like Microsoft Windows 95/98
@author Gwyndolyn Marchant
@updateURL https://github.com/GwyndolynMarchant/cohost97/raw/main/cohost97.user.css
@preprocessor default
@GwyndolynMarchant
GwyndolynMarchant / Cohost-Post-Sans.ps1
Last active January 15, 2023 02:22
cohost sans posting
<#
.SYNOPSIS
Preps a styled CSS post for cohost and places it in your clipboard.
.DESCRIPTION
Cohost allows HTML with inline styles for posting. This script takes post content and an icon name, and creates a valid post with those features. The post is placed into your clipboard, so it can be pasted into Cohost's post box.
#>
param(
# The content of the post that will be in comic sans
magick.exe convert %*^
-gravity center^
-background none^
\( -clone 0 -resize 256x256 -extent 256x256 \)^
-delete 0^
-colors 256^
-define icon:auto-resize^
out.ico