Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/undecv/userscripts

UserScripts and UserStyles by undecV.
https://github.com/undecv/userscripts

usercss userscript userscript-collection userscripts userstyle userstyles

Last synced: 3 days ago
JSON representation

UserScripts and UserStyles by undecV.

Awesome Lists containing this project

README

        

# undecV / UserScripts

> UserScripts and UserStyles by undecV.

English | [ζ­£ι«”δΈ­ζ–‡](./README.zh-TW.md)

## TOC

### UserScripts

- Export EasyCard Transaction History to CSV: [Introduction][EasyCardCSV] (zh-TW only), [Install πŸ”± UserScript][EasyCardCSV.user.js]
- Export Taiwan E-Invoice Transaction History to CSV: [Introduction][EInvoiceCSV] (zh-TW only), [Install πŸ”± UserScript][EInvoiceCSV.user.js]

### UserStyles

- Anime1.me Theater Mode:[Install 🎨 UserStyle][Anime1Theater.user.css]
- Hide IEEE Xplore Sidebar:[Install 🎨 UserStyle][HideIEEEXploreSidebar.user.css]

## AutoHotKey

- Skip Warning Window For Changing File Extension

[EasyCardCSV]: ./UserScripts/EasyCardCSV/
[EasyCardCSV.user.js]: https://raw.githubusercontent.com/undecV/UserScripts/main/UserScripts/EasyCardCSV/EasyCardCSV.user.js
[EInvoiceCSV]: ./UserScripts/EInvoiceCSV/
[EInvoiceCSV.user.js]: https://raw.githubusercontent.com/undecV/UserScripts/main/UserScripts/EInvoiceCSV/EInvoiceCSV.user.js
[Anime1Theater.user.css]: https://raw.githubusercontent.com/undecV/UserScripts/main/UserStyles/Anime1Theater/Anime1Theater.user.css
[HideIEEEXploreSidebar.user.css]: https://raw.githubusercontent.com/undecV/UserScripts/main/UserStyles/Miscellaneous/HideIEEEXploreSidebar.user.css

## Preliminaries

UserScripts and UserStyles are both tools used to modify the appearance and functionality of web pages. UserScripts are JavaScript programs that can run on web pages to modify their behavior or add new features. On the other hand, UserStyles are style sheets written in CSS that can change the appearance and layout of web pages.

### Intro to UserScripts

[Violentmonkey][] is a browser extension used to manage UserScripts. It supports running JavaScript code in the browser to modify the behavior of web pages. To install UserScripts, you first need to install the Violentmonkey extension and then add the desired UserScript link or directly paste the UserScript code into its management interface. Alternatively, you can also install UserScripts directly on supported websites.

Install the 🐡 Violentmonkey extension: 🦊 [Firefox][Violentmonkey:Firefox], 🌐 [Chrome][Violentmonkey:Chrome], 🌊 [Edge][Violentmonkey:Edge]。

### Intro to UserStyles

[Stylus][] is an extension used to manage UserStyles. It allows users to easily apply custom CSS styles to web pages. To install UserStyles, you need to install the Stylus extension and then add the desired UserStyle link or directly paste the CSS code into its management interface. Similarly, you can also install UserStyles directly on supported websites.

Install the 🎨 Stylus extension: 🦊 [Firefox][Stylus:Firefox], 🌐 [Chrome][Stylus:Chrome].

### Intro to AutoHotKey

[AutoHotKey][] is a powerful scripting language for Windows that allows users to create custom scripts to automate repetitive tasks, create keyboard shortcuts, and control windows and processes. With AutoHotKey, users can streamline workflows and enhance productivity by customizing their computing environment to better meet their personal needs. It's especially useful for tasks that require frequent actions, such as typing common phrases or manipulating window positions.

Through these extensions and tools, you can easily customize the appearance, functionality, and even the automation of tasks on your system to better suit your personal preferences or needs.

[Violentmonkey]: https://violentmonkey.github.io/
[Violentmonkey:Firefox]: https://addons.mozilla.org/firefox/addon/violentmonkey/
[Violentmonkey:Chrome]: https://chrome.google.com/webstore/detail/violent-monkey/jinjaccalgkegednnccohejagnlnfdag
[Violentmonkey:Edge]: https://microsoftedge.microsoft.com/addons/detail/eeagobfjdenkkddmbclomhiblgggliao
[Stylus]: https://add0n.com/stylus.html
[Stylus:Firefox]: https://addons.mozilla.org/firefox/addon/styl-us/
[Stylus:Chrome]: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne
[AutoHotKey]: https://www.autohotkey.com/