Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakasyou/realtime-custom-css
https://github.com/nakasyou/realtime-custom-css
firefox firefox-css firefox-theme floorp
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nakasyou/realtime-custom-css
- Owner: nakasyou
- License: mit
- Created: 2024-03-30T10:30:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T11:57:09.000Z (7 months ago)
- Last Synced: 2024-10-11T17:43:53.464Z (27 days 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.