This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function luxun | |
| set msgList (cat ~/motd.txt) | |
| set pick (random 1 (count $msgList)) | |
| set pick $msgList[$pick] | |
| printf (set_color F90)$pick | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 🌞 早晨 43 commits ███▍░░░░░░░░░░░░░░░░░░░░░ 13.7% | |
| 🌆 日间 88 commits ███████░░░░░░░░░░░░░░░░░░ 28.0% | |
| 🌃 晚上 88 commits ███████░░░░░░░░░░░░░░░░░░ 28.0% | |
| 🌙 深夜 95 commits ███████▌░░░░░░░░░░░░░░░░░ 30.3% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 💻 Wallpaper Engine 🕘 8 hrs 25 mins | |
| 🎮 Escape from Duckov 🕘 0 hrs 1 mins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| JavaScript 🕓 3h40m ███▊░░ 64.0% | |
| C# 🕓 38m ▋░░░░░ 11.3% | |
| Other 🕓 35m ▌░░░░░ 10.2% | |
| JSON 🕓 26m ▍░░░░░ 7.6% | |
| Markdown 🕓 11m ▏░░░░░ 3.4% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import sys | |
| import time | |
| import argparse | |
| import math | |
| import json | |
| import threading | |
| import requests | |
| import sqlite3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| 需管理员权限以创建软连接 | |
| 需将ffmpeg加入环境变量PATH | |
| 仅在windows平台进行了测试 | |
| ''' | |
| import os | |
| import argparse | |
| import math | |
| import json | |
| import threading |