Skip to content

Instantly share code, notes, and snippets.

View saviorxzero98's full-sized avatar

saviorxzero98

View GitHub Profile
@saviorxzero98
saviorxzero98 / cc_sc.user.js
Created October 1, 2020 13:56
將正體中文轉成簡體中文
// ==UserScript==
// @name 簡繁轉換 (繁轉簡)
// @namespace ChineseConvert.ToSimplified
// @description 將正體中文轉成簡體中文
// @author saviorxzero98
// @include *
// @version 1.0
// @license MIT
// @updateURL https://gist.github.com/saviorxzero98/3f41b6dea9a32ae9873e4f4c2e0b4fff/raw/fb37098f6e8a45d1d5895241de8a2e3a65e09c5c/cc_sc.user.js
// @grant GM_registerMenuCommand
@saviorxzero98
saviorxzero98 / cc_tw.user.js
Last active October 1, 2020 13:54
將簡體中文轉成正體中文
// ==UserScript==
// @name 繁簡轉換 (簡轉繁)
// @namespace ChineseConvert.ToTaiwan
// @description 將簡體中文轉成正體中文
// @author saviorxzero98
// @include *
// @version 1.0
// @license MIT
// @updateURL https://gist.github.com/saviorxzero98/cfbf62ffb2b238c2ea4fd4b717fafd27/raw/ddcd63950c60c9c90edaad27fc9e4d4313e85b12/cc_tw.user.js
// @grant GM_registerMenuCommand
@saviorxzero98
saviorxzero98 / viewimage.user.js
Last active June 7, 2023 12:50 — forked from bijij/viewimage.user.js
Userscript version of the View Image chrome extension
// ==UserScript==
// @name View Image
// @namespace https://github.com/bijij/ViewImage
// @version 3.7.0
// @description This userscript re-implements the "View Image" and "Search by image" buttons into google images.
// @author Joshua B
// @run-at document-end
// @include http*://*.google.tld/search*tbm=isch*
// @include http*://*.google.tld/imgres*
// @updateURL https://gist.github.com/saviorxzero98/88662a751b48cfeb90f22a61ca4567eb/raw/viewimage.user.js
@saviorxzero98
saviorxzero98 / tsconfig.json
Created March 12, 2018 06:30
tsconfig tempelete
{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": false,
"outDir": "Scripts",
"target": "es5"
},
"exclude": [