Skip to content

Commit

Permalink
Updates (#99)
Browse files Browse the repository at this point in the history
* Cleanup JS and HTML

* Cleanup Switches

* Update Popup

* Supress Inspections and Update Dependencies

* Rollback Puppeteer to 22

* Cleanup

* Update README.md

* Update Dependencies
  • Loading branch information
smashedr authored Sep 5, 2024
1 parent a5bce7a commit 703efba
Show file tree
Hide file tree
Showing 16 changed files with 401 additions and 374 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ For any issues, bugs or concerns; please [Open an Issue](https://github.com/cssn

### Upcoming Features

* Option to Extract Links from All Text Files (PDF Extraction currently in Beta)
* Option to Set Names/Titles for Saved Filters
* Option to Extract Using Multiple Filters with AND/OR

Expand All @@ -87,8 +88,9 @@ For any issues, bugs or concerns; please [Open an Issue](https://github.com/cssn
### Known Issues

* Attempting to extract links from multiple selected tabs without granting host permissions opens the options page and
does not display any error message. If you encounter this, grant host permissions to the extension and try again.
- Unable to grant host permissions on Kiwi Browser (Kiwi is expected to update before the end of the year).

For more information see the [FAQ](https://link-extractor.cssnr.com/faq/).

## Configuration

Expand Down Expand Up @@ -212,6 +214,8 @@ Other Web Extensions I have created and published:

- [Link Extractor](https://github.com/cssnr/link-extractor)
- [Open Links in New Tab](https://github.com/cssnr/open-links-in-new-tab)
- [Auto Auth](https://github.com/cssnr/auto-auth)
- [Cache Cleaner](https://github.com/cssnr/cache-cleaner)
- [HLS Video Downloader](https://github.com/cssnr/hls-video-downloader)
- [SMWC Web Extension](https://github.com/cssnr/smwc-web-extension)
- [PlayDrift Extension](https://github.com/cssnr/playdrift-extension)
Expand Down
139 changes: 70 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@fortawesome/fontawesome-free": "^6.6.0",
"bootstrap": "^5.3.3",
"clipboard": "^2.0.11",
"datatables.net": "^2.0.7",
"datatables.net-bs5": "^2.1.3",
"datatables.net-buttons": "^3.0.2",
"datatables.net-buttons-bs5": "^3.1.1",
"datatables.net": "^2.1.5",
"datatables.net-bs5": "^2.1.5",
"datatables.net-buttons": "^3.1.2",
"datatables.net-buttons-bs5": "^3.1.2",
"jquery": "^3.7.1",
"pdfjs-dist": "^4.5.136"
"pdfjs-dist": "^4.6.82"
},
"devDependencies": {
"@types/chrome": "^0.0.268",
"@types/chrome": "^0.0.270",
"eslint": "^8.57.0",
"gulp": "^4.0.2",
"json-merger": "^1.1.10",
Expand Down
Loading

0 comments on commit 703efba

Please sign in to comment.