This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
call electron.cmd --version 1>NUL 2>&1 | |
if ERRORLEVEL 1 echo Cannot access Electron executable && goto END | |
:: Electron's version. | |
for /f %%i in ( 'call electron.cmd --version' ) do set _tmp=%%i | |
set npm_config_target=%_tmp:v=% | |
echo npm_config_target=%npm_config_target% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
pushd "%~dp0" | |
setlocal enabledelayedexpansion | |
if /i %PROCESSOR_ARCHITECTURE% == x86 set bin=waifu2x-converter_x86.exe | |
if /i %PROCESSOR_ARCHITECTURE% == amd64 set bin=waifu2x-converter_x64.exe | |
:LOOP | |
set __test=%1 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function process( input ) { | |
console.log( input ); | |
return input; | |
}; | |
function getPrototypeChain( END_OF_PROTOTYPE_CHAIN ) { | |
var returns = [ ], currentProto = END_OF_PROTOTYPE_CHAIN; | |
do { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
NewerOlder