Skip to content

undecV/UserScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

undecV / UserScripts

UserScripts and UserStyles by undecV.

English | 正體中文

TOC

UserScripts

UserStyles

AutoHotKey

  • Skip Warning Window For Changing File Extension

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, 🌐 Chrome, 🌊 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, 🌐 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.