I hereby claim:
- I am abc1763613206 on github.
- I am abc1763613206 (https://keybase.io/abc1763613206) on keybase.
- I have a public key whose fingerprint is A4B9 8109 F373 BC3E 27CE BC2A 7D02 9260 0991 B6B7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name MocloudPlus Transfer Fix | |
| // @namespace https://github.com/abc1763613206 | |
| // @version 0.2 | |
| // @description MocloudPlus 转账临时补丁,专治各种鸽子(逃 | |
| // @author abc1763613206 | |
| // @match https://mocloudplus.com/user/invite | |
| // @match https://*mocloudplus.com/user/invite* | |
| // @grant none | |
| // ==/UserScript== |
| import os | |
| import traceback | |
| from time import sleep | |
| from bs4 import BeautifulSoup as bs | |
| import requests | |
| url = 'https://www.januslaboratorium.com/sitemap.xml' | |
| def sendMessage(text): | |
| pass |
| import requests | |
| import json | |
| import random | |
| Back_URL = 'https://api.bilibili.com/x/web-interface/archive/stat?aid=' | |
| headers = { | |
| 'Cookie': "Replace Me With REAL COOKIE" , | |
| 'Pragma': 'no-cache', |
A Pen by Akimitsu Hamamuro on CodePen.
| # Credits to @NanoApe | |
| # websocket-client==0.57.0 更高版本会出问题! | |
| # Original Source: https://gist.github.com/Konano/204ef1e442b3f239663985696fbcadf9 | |
| import time | |
| import _thread as thread | |
| from websocket import WebSocketApp | |
| import websocket | |
| import requests | |
| import json | |
| import logging |
| // ==UserScript== | |
| // @name DICMusic: Form Auto-Save and Restore | |
| // @namespace https://github.com/abc1763613206 | |
| // @version 1.2 | |
| // @description 简易上传页面修改暂存工具 | |
| // @author abc1763613206 | |
| // @match *://dicmusic.com/upload.php | |
| // @grant none | |
| // @downloadURL https://gist.github.com/abc1763613206/92cbbc284346cde66d1173becc823501/raw/FormSave.user.js | |
| // @updateURL https://gist.github.com/abc1763613206/92cbbc284346cde66d1173becc823501/raw/FormSave.user.js |