Skip to content

Instantly share code, notes, and snippets.

@cyb233
cyb233 / eh.user.js
Last active October 19, 2023 07:53
获取e站所有收藏,以及对所有标签进行排序以找到你最爱的标签,可按namespace分组,支持翻译
// ==UserScript==
// @name e站收藏统计
// @namespace Schwi
// @version 0.5
// @description 获取e站所有收藏,以及对所有标签进行排序以找到你最爱的标签,可按namespace分组,支持翻译
// @author Schwi
// @match *://e-hentai.org/*
// @match *://exhentai.org/*
// @icon https://e-hentai.org/favicon.ico
// @grant none
{
"⤡": "⤡",
"⊞": "⊞",
"×": "×",
"❮": "❮",
"❯": "❯",
"Loading...": "加载中...",
"Waiting...": "等待中...",
"In queue...": "队列中...",
"@@/^Waiting (.*)$/": "等待中 $1",
@ddrpa
ddrpa / HeaderEditorConfig.json
Last active May 3, 2022 10:09
replace emotions with larger icon in steam activity editor
{
"request": [
{
"enable": true,
"name": "replace resources from community.cloudflare.steamstatic.com",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "https://community.cloudflare.steamstatic.com/economy/emoticon/(.*)",
"exclude": "",
"group": "steam",
@xioxin
xioxin / EhReadStatus.user.js
Created July 23, 2020 12:59
eh阅读状态
// ==UserScript==
// @name eh阅读状态
// @namespace com.xioxin.EhTagReadStatus
// @version 0.1
// @description 利用css ":visited" 特性在标题前增加阅读状态指示
// @author xioxin
// @include *://exhentai.org/*
// @include *://e-hentai.org/*
// @grant GM_addStyle
// ==/UserScript==
@deneschen
deneschen / windows CMD命令大全及详细解释和语法
Created February 26, 2018 14:33
windows CMD命令大全及详细解释和语法
windows CMD命令大全及详细解释和语法
引用:
http://letle.iteye.com/blog/169045
http://www.cppblog.com/kyelin/archive/2007/04/21/22540.aspx
windows批处理程序中的特殊字符
批处理介绍
纯以dos系统而言,可执行程序大约可以细分为五类,依照执行优先级由高到低排列分别是:
DOSKEY宏命令(预先驻留内存)