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 / open-terminals.md
Last active May 15, 2024 10:43 — forked from auroursa/open-windows-terminal-in-current-folder.md
Open Windows Terminal and Fluent Terminal in current folder

Open Windows Terminal and Fluent Terminal in current folder

Using Registry to add "Terminal Here" in the context menu.

Icon value is optional, path may change with different version.

notice change [your username] to the correct username.

Use cmd.exe to resolve executable from %PATH%. Require that %UserProfile%\AppData\Local\Microsoft\WindowsApps is presented at %PATH% of system environment variable (which is default).

@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 {