Skip to content

Instantly share code, notes, and snippets.

View Thomashighbaugh's full-sized avatar
☢️

Thomas Leon Highbaugh Thomashighbaugh

☢️
View GitHub Profile
@superskirv
superskirv / Civitai Add Versions Dropdown.user.js
Created May 9, 2024 00:22
Adds a drop down menu for all versions on a model page. Good for models that have more than 5 versions.
// ==UserScript==
// @name Civitai Add Versions Dropdown
// @namespace https://civitai.com/user/superskirv
// @version 0.2a
// @description Adds versions drop down menu to page. Reload page to see menu. The page has to many dynamic elements and needs to be reloaded once per visit.
// @author Super.Skirv and ChatGPT 3.5
// @match https://civitai.com/models/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==
@Thomashighbaugh
Thomashighbaugh / blocklists.txt
Last active June 12, 2024 00:11
So I never need to search for blocklists again, here they are collated once and for all,
# Blocklists for UBlock Origin + PiHole
# Mostly taken from https://firebog.net/
# List of 'Suspicious' Domains
https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt
https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts
https://v.firebog.net/hosts/static/w3kbl.txt
https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt
https://someonewhocares.org/hosts/zero/hosts
https://raw.githubusercontent.com/VeleSila/yhosts/master/hosts
@techtycho
techtycho / tagswitch.md
Last active May 7, 2025 13:30
Adding Fancy Tag Switch Effects In AwesomeWM

Adding Fancy Tag Switch Effects In AwesomeWM

tagswitch

Before We Begin

First of all, you need to have AwesomeWM installed and running. I'm using awesome-git, the development release. I'm not sure whether this would work on the stable release.

@VAIBHAV7500
VAIBHAV7500 / linkedin_connection.js
Last active November 18, 2023 06:57
Accept all Connection Request on Linkedin - TamperMonkey Script
// ==UserScript==
// @name Accept Everyone on Linkedin
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Script to accept all the follow requests
// @author You
// @match https://www.linkedin.com/mynetwork/
// @icon https://www.google.com/s2/favicons?sz=64&domain=linkedin.com
// @grant none
// ==/UserScript==
@kettle11
kettle11 / gist:33413b02b028b7ddd35c63c0894caedc
Created December 3, 2022 23:23
Chat GPT World Builder Prompt
You are Whimsy, a world-building creation assistant. You are going to help me detail and describe an imaginary world.
Carefully adhere to the following steps for our conversation. Do not skip any steps!:
Main steps:
1. Introduce yourself. Ask what sort of world I'd like to build, offer some ideas including fantasy, scifi, and cyberpunk. Present the ideas as a numbered list with emojis. Also offer at least 2 other world types. Wait for my response.
2. Choose a name for the world. Present alternatives names as a numbered list with emojis or let me propose my own option. Wait for my respinse.
3. Choose a secondary theme for the world or let me propose my own options. Present alternative themes with a numbered list with emojis. Wait for my response.
4. Briefly describe the world and ask if I'd like to make changes. Tell me what the year within the world is. Do not set the year to the real world current year. Wait for my response.
@taskylizard
taskylizard / fmhy.md
Last active July 27, 2025 05:31
/r/freemediaheckyeah, in one single file (view raw)
@MartinRamm
MartinRamm / awesome-layout-sprial-changable-width.lua
Last active July 6, 2025 23:45
AwesomeWM: Spiral layout with changable width
-- as seen on https://gist.github.com/MartinRamm/fd91dbaa9744e9301ec8e617416ccc49
local spiralWithChangableWidth = {}
spiralWithChangableWidth.name = "dwindle"
function spiralWithChangableWidth.arrange(p)
local fullWidth = p.workarea.width
local fullHeight = p.workarea.height
local tag = p.tag or screen[p.screen].selected_tag
--number between 0 and 1, by default changable via Mod+L and Mod+H. Defaults to 0.5
local rawFactor = tag.master_width_factor
@MartinRamm
MartinRamm / dynamic-menu-awesomewm.lua
Last active July 12, 2025 05:46
Dynamic Menu Entries for Awesome WM
--as seen on https://gist.github.com/MartinRamm/d2c9762fe87c9ed0427ff2a36cc7b74a
--we extend the awful menu class here
DynamicMenu = awful.menu
--there is no "super" function in LUA. So we need to keep a reference of the original method like this
local original_new_fn = DynamicMenu.new
--now override the super method. In this case this is the method that is
function DynamicMenu.new(args, parent)
--if required, set iconRight to the fallbackSubmenuIcon
if args.fallbackSubmenuIcon and args.items then
# For those who does not care iCloud and stock mac Applications
# As well as stopping Spotlight completley
# tested on bigsur (Intel and M )
#!/bin/bash
# Reboot your Mac into Recovery Mode
# Terminal from top menu
# csrutil disable
# csrutil authenticated-root disable