Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erosman authored Oct 19, 2024
1 parent 0391f9f commit beaba82
Showing 1 changed file with 0 additions and 71 deletions.
71 changes: 0 additions & 71 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,78 +119,7 @@ No remote code is used in this extension.
<th>Chrome</th>
<th>Firefox</th>
<th>Firefox for Android</th>
</tr># ![FireMonkey](/src/image/icon.svg) FireMonkey UserScript & UserCSS Manager

[![license](https://img.shields.io/github/license/erosman/firemonkey.svg)](https://github.com/erosman/firemonkey/blob/master/LICENSE)
![GitHub repo size](https://img.shields.io/github/repo-size/erosman/firemonkey?logo=github&logoColor=fff)
![ECMAScript](https://img.shields.io/badge/ECMAScript-2022_(ES13)-blue?style=plastic&logo=javascript)

[About/Changelog](https://erosman.github.io/firemonkey/src/content/about.html) | [Help](https://erosman.github.io/firemonkey/src/content/help.html) | [Issues](https://github.com/erosman/firemonkey/issues)

<i>FireMonkey</i> is a totally new combined user-script and user-style manager. While it has similar functions to other user-Script managers like <i>Greasemonkey/Tampermonkey/Violentmonkey</i>, and user-style managers like <i>Stylish/Stylus/xStyle</i>, there are also differences. Similar to other userscript managers, scripts (or CSS) are injected in tabs when tab is reloading.


## Permissions

- **Input data to the clipboard**: Used to Copy to Clipboard
- **Download files and read and modify the browser’s download history**: Used only to export Script/CSS/Preferences
- **Display notifications to you**: Used to inform users
- **Access browser tabs**: Used to get data for tab operations
- **Store unlimited amount of client-side data**: Used by the user to store Scripts & CSS
- **Access browser activity during navigation**: Used to display the running scripts in active tab
- **Access your data for all websites**: Used to inject Script/CSS


## Releases

<table>
<thead>
<tr>
<th></th>
<th>Firefox</th>
</tr>
</thead>
<tbody>
<tr>
<td>FireMonkey</td>
<td>
<a href="https://addons.mozilla.org/firefox/addon/firemonkey/"><img src="https://img.shields.io/amo/v/firemonkey?logo=firefoxbrowser&logoColor=fff&label=Firefox%2093%2B" alt=""></a><br>
<a href="https://addons.mozilla.org/firefox/addon/firemonkey/"><img src="https://img.shields.io/amo/users/firemonkey" alt=""></a>
<a href="https://addons.mozilla.org/firefox/addon/firemonkey/"><img src="https://img.shields.io/amo/dw/firemonkey" alt=""></a>
</td>
</tr>
<tr>
<td>Source Code Beta</td>
<td><a href="https://github.com/erosman/firemonkey/tree/main/src"><img src="https://img.shields.io/badge/dynamic/json?&url=https%3A%2F%2Fraw.githubusercontent.com%2Ferosman%2Ffiremonkey%2Fmain%2Fsrc%2Fmanifest.json&query=%24.version&logo=github&logoColor=fff&label=FireMonkey%20Beta&color=f60&prefix=v" alt=""></a></td>
</tr>
<tr>
<td>Source Code Release</td>
<td><a href="https://github.com/erosman/firemonkey/releases">Releases</a></td>
</tr>
<tr>
<td>Source Code Old</td>
<td><a href="https://github.com/erosman/support/tree/FireMonkey">2.36-2.72</a></td>
</tr>
</tbody>
</table>


### Browser Minimum

<table>
<thead>
<tr>
<th>Firefox</th>
<th>Firefox for Android</th>
</tr>
</thead>
<tbody>
<tr>
<td>version 93<br><i>(released 2021-10-05)</i></td>
<td>version 113 (manifest)<br><i>(API minimum 102)</i></td>
</tr>
</tbody>
</table>
</thead>
<tbody>
<tr>
Expand Down

0 comments on commit beaba82

Please sign in to comment.