Skip to content

Commit 703efba

Browse files
authored
Updates (#99)
* Cleanup JS and HTML * Cleanup Switches * Update Popup * Supress Inspections and Update Dependencies * Rollback Puppeteer to 22 * Cleanup * Update README.md * Update Dependencies
1 parent a5bce7a commit 703efba

16 files changed

Lines changed: 401 additions & 374 deletions

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ For any issues, bugs or concerns; please [Open an Issue](https://github.com/cssn
7777

7878
### Upcoming Features
7979

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

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

90-
* Attempting to extract links from multiple selected tabs without granting host permissions opens the options page and
91-
does not display any error message. If you encounter this, grant host permissions to the extension and try again.
91+
- Unable to grant host permissions on Kiwi Browser (Kiwi is expected to update before the end of the year).
92+
93+
For more information see the [FAQ](https://link-extractor.cssnr.com/faq/).
9294

9395
## Configuration
9496

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

213215
- [Link Extractor](https://github.com/cssnr/link-extractor)
214216
- [Open Links in New Tab](https://github.com/cssnr/open-links-in-new-tab)
217+
- [Auto Auth](https://github.com/cssnr/auto-auth)
218+
- [Cache Cleaner](https://github.com/cssnr/cache-cleaner)
215219
- [HLS Video Downloader](https://github.com/cssnr/hls-video-downloader)
216220
- [SMWC Web Extension](https://github.com/cssnr/smwc-web-extension)
217221
- [PlayDrift Extension](https://github.com/cssnr/playdrift-extension)

package-lock.json

Lines changed: 70 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"@fortawesome/fontawesome-free": "^6.6.0",
2121
"bootstrap": "^5.3.3",
2222
"clipboard": "^2.0.11",
23-
"datatables.net": "^2.0.7",
24-
"datatables.net-bs5": "^2.1.3",
25-
"datatables.net-buttons": "^3.0.2",
26-
"datatables.net-buttons-bs5": "^3.1.1",
23+
"datatables.net": "^2.1.5",
24+
"datatables.net-bs5": "^2.1.5",
25+
"datatables.net-buttons": "^3.1.2",
26+
"datatables.net-buttons-bs5": "^3.1.2",
2727
"jquery": "^3.7.1",
28-
"pdfjs-dist": "^4.5.136"
28+
"pdfjs-dist": "^4.6.82"
2929
},
3030
"devDependencies": {
31-
"@types/chrome": "^0.0.268",
31+
"@types/chrome": "^0.0.270",
3232
"eslint": "^8.57.0",
3333
"gulp": "^4.0.2",
3434
"json-merger": "^1.1.10",

0 commit comments

Comments
 (0)