Skip to content

Instantly share code, notes, and snippets.

View journey-ad's full-sized avatar
🍬
关注嘉然,顿顿解馋

Jad journey-ad

🍬
关注嘉然,顿顿解馋
View GitHub Profile
@journey-ad
journey-ad / pixiv-quick-fav.user.js
Last active February 26, 2024 07:29
Pixiv快速隐私收藏
// ==UserScript==
// @name Pixiv快速隐私收藏
// @description 右键点任意位置的收藏按钮可以快速隐私收藏作品
// @namespace https://github.com/journey-ad
// @version 1.0.1
// @author journey-ad
// @license WTFPL
// @match *://www.pixiv.net/*
// @icon https://www.google.com/s2/favicons?domain=pixiv.net
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js
@journey-ad
journey-ad / luxun.fish
Created September 10, 2020 03:28
fish shell 可用的鲁迅语录 function
function luxun
set msgList (cat ~/motd.txt)
set pick (random 1 (count $msgList))
set pick $msgList[$pick]
printf (set_color F90)$pick
end
🌞 早晨 43 commits ███▍░░░░░░░░░░░░░░░░░░░░░ 13.7%
🌆 日间 88 commits ███████░░░░░░░░░░░░░░░░░░ 28.0%
🌃 晚上 88 commits ███████░░░░░░░░░░░░░░░░░░ 28.0%
🌙 深夜 95 commits ███████▌░░░░░░░░░░░░░░░░░ 30.3%
💻 Wallpaper Engine 🕘 8 hrs 25 mins
🎮 Escape from Duckov 🕘 0 hrs 1 mins
JavaScript 🕓 3h40m ███▊░░ 64.0%
C# 🕓 38m ▋░░░░░ 11.3%
Other 🕓 35m ▌░░░░░ 10.2%
JSON 🕓 26m ▍░░░░░ 7.6%
Markdown 🕓 11m ▏░░░░░ 3.4%
@journey-ad
journey-ad / linkedin-learning.zh.js
Last active June 26, 2022 13:30
LinkedIn Learning 字幕中文翻译脚本
// ==UserScript==
// @name LinkedIn Learning 字幕中文翻译
// @description LinkedIn Learning 字幕中文翻译脚本
// @namespace https://github.com/journey-ad
// @version 0.2.1
// @icon https://static.licdn.cn/sc/h/2c0s1jfqrqv9hg4v0a7zm89oa
// @author journey-ad
// @match *://www.linkedin.com/learning/*
// @require https://greasyfork.org/scripts/411512-gm-createmenu/code/GM_createMenu.js?version=864854
// @require https://cdn.jsdelivr.net/npm/[email protected]/fingerprint2.min.js
@journey-ad
journey-ad / giwifi.py
Last active September 1, 2021 12:32
GiWiFi认证登录脚本
import os
import re
import time
import json
import argparse
import requests
import netifaces
from getpass import getpass
from urllib.parse import urlparse, parse_qs
@journey-ad
journey-ad / 2233.zenra.js
Last active November 24, 2025 23:54
哔站直播间的2233娘挂件替换为全裸版本
// ==UserScript==
// @name 哔站直播全裸2233娘
// @description 哔站直播间的2233娘挂件替换为全裸版本
// @description:zh-TW 嗶站直播間的2233娘掛件替換為全裸版本
// @namespace https://github.com/journey-ad
// @author journey-ad
// @include *://live.bilibili.com/*
// @require https://cdn.jsdelivr.net/jquery/1.12.4/jquery.min.js
@journey-ad
journey-ad / PixivSortHelper.py
Last active May 4, 2019 06:22
对下载好的P站作品进行分类
import os
import sys
import time
import argparse
import math
import json
import threading
import requests
import sqlite3
@journey-ad
journey-ad / PixivDownloadHelper.py
Last active February 26, 2024 07:29
P站批量下载脚本
'''
需管理员权限以创建软连接
需将ffmpeg加入环境变量PATH
仅在windows平台进行了测试
'''
import os
import argparse
import math
import json
import threading