Skip to content

Instantly share code, notes, and snippets.

@zs-dima
zs-dima / minimal-kagi.css
Last active March 27, 2025 02:22
Extension to the Kagi CSS
/* Extension to the Kagi CSS */
/* https://kagi.com/settings?p=custom_css */
/* based on https://gist.github.com/joshellington/51765a15d8f780089619b638fc6aea6b */
/* Unique part */
.logo svg, .app-logo, .doggo_sit_a, .footer { display: none }
.m-h .m-app-logo { display: none }
.top_nav_links, #accountContainer .header_links { display: none }
@jamesjlyons
jamesjlyons / cozy-kagi-theme.css
Last active May 7, 2025 19:10
A cozy theme for Kagi Search. Be sure to set the default Kagi themes to "Calm Blue" and "Moon Dark" for the themes to apply properly.
:root {
--sand1: hsl(50, 20%, 99%);
--sand2: hsl(60, 7.7%, 97.5%);
--sand3: hsl(59, 6.5%, 95.1%);
--sand4: hsl(58, 6.1%, 92.9%);
--sand5: hsl(57, 6%, 90.7%);
--sand6: hsl(56, 5.9%, 88.4%);
--sand7: hsl(55, 5.9%, 85.2%);
--sand8: hsl(51, 6%, 77.1%);
--sand9: hsl(50, 2%, 55.7%);
@radiantly
radiantly / noMangleGoogle.user.js
Last active May 17, 2025 18:18
Prevent Google from mangling links on the search results when clicking or copying on Firefox
// ==UserScript==
// @name Prevent link mangling on Google
// @namespace LordBusiness.LMG
// @match https://www.google.com/search
// @grant none
// @version 1.1
// @author radiantly
// @description Prevent google from mangling the link when copying or clicking the link on Firefox
// ==/UserScript==
@symant233
symant233 / ublock-static-filters.txt
Last active March 25, 2024 13:32
uBlock static filters
! 2019/2/2 https://start.duckduckgo.com
start.duckduckgo.com##.header__label.showcase.header--aside__item
start.duckduckgo.com##.tag-home__item
! 2019/2/2 https://www.bilibili.com
www.bilibili.com###fixed_app_download
! 2019/2/4 http://ask.zol.com.cn
ask.zol.com.cn###\#J_recommend_cover
ask.zol.com.cn###\#J_recommend_cover
@tindy2013
tindy2013 / _subconverter_configs.md
Last active December 3, 2024 07:37
subconverter_configs

This is a gist repository for some external configs for subconverter, you can use the raw address of the following INIs to generate a specified set of rules, groups and/or scripts.

@xPaw
xPaw / steam_quick_queue.user.js
Last active February 21, 2025 23:42
⚠ This script has been integrated into SteamDB browser extension!
// ==UserScript==
// @name Steam Queue Auto Discoverer
// @description Discover the Steam queue three times to get the sale cards
// @version 2.3.0
// @namespace https://gist.github.com/xPaw/73f8ae2031b4e528abf7
// @icon https://store.steampowered.com/favicon.ico
// @match https://store.steampowered.com/explore*
// @grant none
// ==/UserScript==
@gaomd
gaomd / gist:7da5de92561dbd0c6b44
Last active October 28, 2023 09:13
Migrating V2EX's starred topics to Pinboard
//
// This scripts helps you migrating V2EX's starred topics to Pinboard
// https://www.v2ex.com/t/137169
//
// 0. Edit authToken variable below.
// 1. Navigate to https://www.v2ex.com/my/topics
// 2. Paste code into browser console, and enter to execute
// 3. You should see the console scroll over some outputs
// 4. Wait for the "DONE :)" message
// 5. Move to the next page, and continue step 1
@Lerg
Lerg / colors.lua
Created July 1, 2014 07:22
147 color names as a Lua table, RGB from 0 to 1.
return {
aliceblue = {0.94117647058824, 0.97254901960784, 1},
antiquewhite = {0.98039215686275, 0.92156862745098, 0.84313725490196},
aqua = {0, 1, 1},
aquamarine = {0.49803921568627, 1, 0.83137254901961},
azure = {0.94117647058824, 1, 1},
beige = {0.96078431372549, 0.96078431372549, 0.86274509803922},
bisque = {1, 0.89411764705882, 0.76862745098039},
black = {0, 0, 0},
blanchedalmond = {1, 0.92156862745098, 0.80392156862745},
@YungSang
YungSang / patch.model.tumblr.getTumblelogs.tbrl.js
Last active December 28, 2015 10:39
[Deprecated] Taberareloo パッチ: 全てのサブブログ(招待された他のブログを含む)を投稿先に出来るようにするパッチ * Taberareloo v3.0.10 で対応済み
// ==Taberareloo==
// {
// "name" : "Fix getting multiple tumblelogs"
// , "description" : "Fix getting multiple tumblelogs"
// , "include" : ["background"]
// , "version" : "0.1.1"
// , "downloadURL" : "https://gist.github.com/YungSang/7487373/raw/patch.model.tumblr.getTumblelogs.tbrl.js"
// }
// ==/Taberareloo==
@fanzeyi
fanzeyi / v2ex_api.md
Last active April 29, 2024 08:43
V2EX API