Userscripts topic
A userscript is a kind of lightweight and less privileged browser extension written in JavaScript used to modify webpages. Userscripts may use the special API, usually referred as GM_API, allowing them to bypass same-origin policy and store data in separate storage not accessible to web pages. The technology was initially introduced in the GreaseMonkey extension for Firefox web browser, and then spread to other browsers, sometimes built-in, like in Presto-based Opera, sometimes with help of extensions, like in Chromium-based browsers. The most famous catalogs of userscripts are GreasyFork and OpenUserJS.
ani-list-unlimited
A collection of user scripts for https://anilist.co.
return-youtube-comment-username
This is to change the handle in the YouTube comments section to a username
NamuLink
나무위키에만 있는 복잡한 네이버 파워링크 광고를 제거하는 유저스크립트
download-git-userscript
download github repo or directory via one-click
TrackingTokenStripper
A Tampermonkey Userscript that remove most of the annoying tracking token from URL parameters
chatgpt.js-greasemonkey-starter
🙈 A starting point for developing your own Greasemonkey userscript using chatgpt.js
klas-helper-extension
🎠 광운대학교 KLAS 사이트에 편리한 기능을 추가하는 브라우저 확장 프로그램
userscript-typescript-template
Template repo using Webpack and TypeScript to build your userscript for Tampermonkey and more extensions.