https://github.com/nakasyou/realtime-custom-css
https://github.com/nakasyou/realtime-custom-css
firefox firefox-css firefox-theme floorp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nakasyou/realtime-custom-css
- Owner: nakasyou
- License: mit
- Created: 2024-03-30T10:30:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T11:57:09.000Z (about 2 years ago)
- Last Synced: 2025-02-14T11:32:09.375Z (over 1 year ago)
- Topics: firefox, firefox-css, firefox-theme, floorp
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Realtime Custom CSS, for Firefox
Real-time changes for Firefox custom CSS.
## Usage
0. You have to install [Deno](https://deno.com).
1. Clone this repo
2. Run command:
```sh
deno run -A main.ts custom.css
```
### Options
```sh
deno run -A main.ts [CSS Path] (--port={port})
```
## Limitations
- An error may occur when moving the directory because the client file is read in a relative path.
- This project is in beta.