Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boderify Browser Extension

A simple browser extension that adds a red border to websites.

Description

Boderify is a lightweight browser extension that adds a 5-pixel solid red border around the body of web pages on Mozilla websites. This extension serves as a basic example of how browser extensions can modify page content.

Features

  • Adds a 5px solid red border to the body of web pages
  • Works on all Mozilla.org domains
  • Minimal impact on page load performance

Screenshot

Extension in action

Installation

  1. Download or clone this repository
  2. Open your browser's extension page
  3. Enable developer mode
  4. Click "Load unpacked" and select the extension folder

Files

  • manifest.json: Configuration file that defines extension properties and behavior
  • borderify.js: Content script that applies the red border to web pages
  • icons/border-48.png: Extension icon

How It Works

When you visit any Mozilla.org website, the extension automatically executes the content script (borderify.js), which adds a red border around the entire page.

Compatibility

Currently configured to work with:

  • Firefox (Manifest V2)

License

This project is open source and available for educational purposes.

About

A simple browser extension that adds a red border to websites.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages