Skip to content

Commit

Permalink
Update README.md (#4)
Browse files Browse the repository at this point in the history
* Update README.md

* Update Link

* Add Icon to links.html
  • Loading branch information
smashedr authored Oct 21, 2023
1 parent ee1e483 commit f08203d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Easily extract links and/or domains from any site with an optional filter includ
* Firefox: https://addons.mozilla.org/addon/link-extractor
* Chrome: https://chrome.google.com/webstore/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp

[![Screenshot of Links and Popup](https://raw.githubusercontent.com/cssnr/link-extractor-site/main/screenshots/links-popup_640x400.jpg)](https://github.com/cssnr/link-extractor)

# Features

* Extract all Links and/or Domains
Expand All @@ -45,7 +47,7 @@ You can then run the addon from the [src](src) directory as normal.

## Chrome Setup

1. Download (or clone) the repo: [link-extractor-master.zip](https://github.com/cssnr/link-extractor/archive/refs/heads/master.zip)
1. Download (or clone) the repo [master.zip](https://github.com/cssnr/link-extractor/archive/refs/heads/master.zip) or a [Release](https://github.com/cssnr/link-extractor/releases).
1. Unzip the archive, place the folder where it must remain and note its location for later.
1. Open Chrome, click the `3 dots` in the top right, click `Extensions`, click `Manage Extensions`.
1. In the top right, click `Developer Mode` then on the top left click `Load unpacked`.
Expand All @@ -58,7 +60,7 @@ You can then run the addon from the [src](src) directory as normal.
> This **does not** work on Release Firefox!
> You must use [ESR](https://www.mozilla.org/en-CA/firefox/all/#product-desktop-esr), Development, or Nightly.
1. Download (or clone) the repo: [link-extractor-master.zip](https://github.com/cssnr/link-extractor/archive/refs/heads/master.zip)
1. Download (or clone) the repo [master.zip](https://github.com/cssnr/link-extractor/archive/refs/heads/master.zip) or a [Release](https://github.com/cssnr/link-extractor/releases).
1. Open `about:config` search for `xpinstall.signatures.required` and set to `false`.
1. Open `about:addons` and drag the zip file to the page or choose Install from File from the Settings wheel.
1. You may also load temporary from: `about:debugging#/runtime/this-firefox`
1 change: 1 addition & 0 deletions src/html/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<title>Link Extractor</title>
<link rel="icon" href="../images/logo16.png" sizes="any">
<link rel="stylesheet" type="text/css" href="../dist/bootstrap/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../css/links.css">
<script type="text/javascript" src="../js/theme.js"></script>
Expand Down

0 comments on commit f08203d

Please sign in to comment.