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
๐ซ ๅๅฆ๏ผๆ่ฟๅฅฝๅๆฒกๆ็ฉ่ฟๆธธๆๅข |
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
TypeScript ๐ 8h5m โโโโโโโโโโโโโโโโโโโโโโโโโโโ 45.0% | |
Vue.js ๐ 6h49m โโโโโโโโโโโโโโโโโโโโโโโโโโโ 38.0% | |
HTML ๐ 54m โโโโโโโโโโโโโโโโโโโโโโโโโโโ 5.0% | |
CSS ๐ 38m โโโโโโโโโโโโโโโโโโโโโโโโโโโ 3.5% | |
JSON ๐ 28m โโโโโโโโโโโโโโโโโโโโโโโโโโโ 2.6% |
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 |