Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kporus/blocker
Our extension enhances online safety by blocking adult content websites. It operates discreetly in the background, ensuring a secure browsing environment. With proactive URL monitoring, it filters out explicit material, providing a family-friendly online experience.
https://github.com/kporus/blocker
javascript
Last synced: about 2 months ago
JSON representation
Our extension enhances online safety by blocking adult content websites. It operates discreetly in the background, ensuring a secure browsing environment. With proactive URL monitoring, it filters out explicit material, providing a family-friendly online experience.
- Host: GitHub
- URL: https://github.com/kporus/blocker
- Owner: KPorus
- Created: 2024-02-21T06:34:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T12:52:18.000Z (10 months ago)
- Last Synced: 2024-02-22T07:44:22.601Z (10 months ago)
- Topics: javascript
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SafeBrowse Extension
## Overview
The SafeBrowse extension is designed to enhance online safety by preventing users from accessing adult content websites. It operates seamlessly in the background, actively monitoring and filtering URLs to create a secure browsing environment.
## Features
- **URL Monitoring:** Proactively monitors URLs to identify and block adult content websites.
- **Background Operation:** Works discreetly in the background, ensuring a seamless and secure browsing experience.
- **Family-Friendly:** Focuses on filtering explicit material, creating a family-friendly online environment.## Installation
1. Clone the repository: `git clone https://github.com/your-username/safe-browse-extension.git`
2. Open Google Chrome.
3. Navigate to `chrome://extensions/`.
4. Enable "Developer mode" in the top right corner.
5. Click on "Load unpacked" and select the cloned repository folder.
### For Incognito mode
1. Open Chrome and go to the extensions management page by typing `chrome://extensions/` in the address bar and pressing Enter.
2. Locate your extension in the list.
3. Click on "Details" for your extension.
4. Find the "Allow in incognito" option.
5. Toggle the switch to enable the extension in incognito mode.## Usage
Simply install the extension, and it will automatically start monitoring and filtering URLs to enhance your online safety.
## Contributions
Contributions are welcome! Feel free to open issues and pull requests.
## No License
This project is not licensed. You are free to use, modify, and distribute the code as per your needs.
## Before start workng
**Note:** To get started, create a `keywords.json` file (referenced in the `.gitignore` file) with a list of keywords. Here's an example of `keywords.json`:```json
{
"KEYWORDS": [
"porn",
"pron",
"jav",
"adult",
// Add more keywords as needed
]
}
```
Feel free to customize the content further based on your preferences.