Skip to content

Instantly share code, notes, and snippets.

View KrisCris's full-sized avatar
🏠
Working from home

KrisCris

🏠
Working from home
  • WUSTL
  • St. Louis, MO
  • 03:19 (UTC -05:00)
View GitHub Profile
@KrisCris
KrisCris / Use Viewing Cage in a Palworld Dedicated Server.md
Last active April 13, 2024 06:29
[Palworld] Guide for Using Viewing Cage in a Palworld Dedicated Server and Save Migration.
@KrisCris
KrisCris / gen_socat_config.py
Last active January 3, 2024 13:20
generate_socat_openwrt_config
# configure here
service_name = "sunshine"
dest_ip = "10.0.0.248"
ports = list(range(47984, 47991)) + list(range(47998, 48001)) + [48010]
# do not touch the rest
configurations = []
for port in ports:
# TCP Configuration
@KrisCris
KrisCris / PreventBiliBiliReplyJumpURL.js
Created July 21, 2022 04:46
PreventBiliBiliReplyJumpURL, 禁用b站评论区自动话题 (带蓝色搜索icon超链接的词条)
// ==UserScript==
// @name 禁用b站评论区自动话题 (带蓝色搜索icon超链接的词条)
// @namespace https://greasyfork.org/zh-CN/scripts/447612-%E5%B9%B2%E6%8E%89%E6%96%B0%E7%89%88b%E7%AB%99%E8%AF%84%E8%AE%BA%E5%8C%BA%E7%9A%84%E6%90%9C%E7%B4%A2-%E6%94%BE%E5%A4%A7%E9%95%9C-%E8%93%9D%E5%AD%97-%E5%8A%9F%E8%83%BD
// @version 1.0
// @description 禁用b站评论区自动话题 (带蓝色搜索icon超链接的词条)
// @author DuckBurnIncense, MODIFIED BY KrisCris
// @match *://www.bilibili.com/video/*
// @icon https://www.bilibili.com/favicon.ico
// @grant none
// @homepage //duckburnincense.ml/