LowEndMod is a lightweight browser extension that adds various enhancements and usability tweaks to the LowEndTalk forum.
Install the Firefox version from the Firefox Addons Store
- Hide posts, threads, or comments by specific users or keywords
- Hide signature sections in posts
- Seamless integration into the forum UI
- Customizable settings
Follow the steps below to set up the project locally:
- Clone the repository
git clone https://github.com/yureitzk/lowendmod.git
cd lowendmod- Install dependencies
npm i- Configure environment variables:
Create a .env file in the project root and configure the following variables based on your needs:
FIREFOX: Set to1to build the extension for Firefox, or0for other browsers (like Chrome).MANIFEST_VERSION: Set to2or3to specify the desired Manifest V2 or V3.
Example .env file:
FIREFOX=0
MANIFEST_VERSION=3- Build the extension
npm run buildThis will generate the build files in the dist directory.
If you'd like to contribute, feel free to open issues or submit pull requests.
See LICENSE.


