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 Hijack Function | |
// @namespace https://ngseke.me/ | |
// @version 0.1 | |
// @description Hijack Function | |
// @author You | |
// @match https://* | |
// @grant none | |
// ==/UserScript== |
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
const modules = import.meta.glob('./components/*/index.ts') | |
for (const module of Object.values(modules)) { | |
console.log(module) | |
} |
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 Versatile Npm Copy | |
// @namespace https://ngseke.me/ | |
// @version 0.1 | |
// @description Easily copy various NPM installation commands with a single click. Supports NPM, Yarn, and pnpm. | |
// @author ngseke | |
// @match https://www.npmjs.com/package/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=npmjs.com | |
// @grant none | |
// ==/UserScript== |
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 LinkedIn X Glassdoor | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Shortcut from LinkedIn to Glassdoor | |
// @author ngseke | |
// @match https://www.linkedin.com/jobs/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=linkedin.com | |
// @grant none | |
// ==/UserScript== |
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 Liberate 87pu | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @author You | |
// @match https://www.87pu.com.tw/* | |
// @grant none | |
// ==/UserScript== | |
(function () { |
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 Wikipedia Title with Chinese Translation | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Wikipedia Title with Chinese Translation | |
// @author ngseke | |
// @match https://en.wikipedia.org/wiki/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=wikipedia.org | |
// @grant none | |
// ==/UserScript== |
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 ChatGPT as Your English Tutor | |
// @namespace https://ngseke.me/ | |
// @version 0.1 | |
// @description ChatGPT as Your English Tutor | |
// @author ngseke | |
// @match https://chatgpt.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=openai.com | |
// @grant none | |
// ==/UserScript== |
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 Wikipedia Link Converter | |
// @namespace https//ngseke.me/ | |
// @version 0.1 | |
// @description Convert Wikipedia Links to Desktop Version on Google Search | |
// @author ngseke | |
// @include /^https?\:\/\/.*.google\..*\/.*$/ | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @grant none | |
// ==/UserScript== |
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 CakeResume Company Blocker | |
// @namespace https://ngseke.me/ | |
// @version 0.1 | |
// @description 避免誤擊你的前東家或者雷公司 | |
// @author ngseke | |
// @match *.cakeresume.com/jobs* | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @grant none | |
// ==/UserScript== |
NewerOlder