Skip to content

Instantly share code, notes, and snippets.

View xymopen's full-sized avatar

xymopen_Official xymopen

  • Shanghai, China
View GitHub Profile
@xymopen
xymopen / sfx.nsi
Last active June 12, 2016 08:02
A SFX archive script for NSIS
!define SFX_NAME ""
!define SFX_DIR ""
!define SFX_RUN "$INSTDIR\Setup.exe"
!define SFX_ICON ""
!define SFX_OUT ""
VIFileVersion "0.0.0.0"
VIProductVersion "0.0.0.0"
VIAddVersionKey "FileVersion" "0.0.0.0"
@xymopen
xymopen / FakeXHR.js
Last active December 22, 2015 14:24 — forked from ccloli/hook_xhr.js
Netease Music HQ Support (Refactor)
function process( input ) {
console.log( input );
return input;
};
function getPrototypeChain( END_OF_PROTOTYPE_CHAIN ) {
var returns = [ ], currentProto = END_OF_PROTOTYPE_CHAIN;
do {
@xymopen
xymopen / Description.html
Last active March 22, 2018 17:47
解除尔雅通识课在自动暂停播放的限制并添加自动播放下一集的功能
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="UTF-8" />
</head>
<body>
<p>该脚本解除尔雅通识课在后台暂停播放和一段时间无操作后暂停播放的限制并添加自动播放下一集的功能。</p>
<br />
@xymopen
xymopen / ssprofile.user.js
Last active August 29, 2015 14:20
ShadowX Profile
// ==UserScript==
// @name ShadowX Profile
// @namespace com.gmail.open.xuyiming
// @version 0.2
// @description 在 ShadowX 的节点页面显示 JSON 格式的配置信息
// @author +依然独特
// @match *://shadowx.work/user/node/*
// @match *://shadowx.co/user/node/*
// @include *://shadowx.work/user/node/*
// @include *://shadowx.co/user/node/*
@xymopen
xymopen / Description.html
Last active December 5, 2015 04:53
在 Freenode Web IRC 聊天室中创造瀑布
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="UTF-8" />
</head>
<body>
<p>该脚本提供在 Freenode Web IRC 中多行输入的能力。</p>
<p>请勿用于非法或惹人讨厌的用途!</p>