Skip to content

Instantly share code, notes, and snippets.

@Young-Lord
Young-Lord / foxit-linux-login.js
Created October 15, 2025 15:25
在 Linux 上登录 Foxit PDF Editor
/*
Install Frida: uv tool install frida-tools
Add userscript:
// ==UserScript==
// @name Foxit Linux login
// @namespace http://tampermonkey.net/
// @version 2025-10-15
// @description Redirect window.external.dispatchFun to console.log for Foxit PDF Editor Linux
@Young-Lord
Young-Lord / main.py
Last active May 16, 2022 13:33
风暴血条模拟代码
#模拟代码 LY
import numpy as np
import matplotlib as mpl
import matplotlib.pyplot as plt
import pandas as pd
def draw(arr,arr2,qiudao=0,color='black'):#绘图
while qiudao:
arr=[arr[i+1]-arr[i] for i in range(len(arr)-1)]
arr2.pop()