Releases: cssnr/link-extractor
Releases · cssnr/link-extractor
0.3.1
0.3.0
- Overhaul FIlters Form in Options
- Auto Save Options on Options Page
- Fix Long Filter Values in Various Places
- Many Internal Updates and Improvements
What's Changed
- Update 📖 by @smashedr in #39
- Internal Updates by @smashedr in #41
- Overhaul Filters Form by @smashedr in #42
- Minor Fixes and Improvements by @smashedr in #43
- Fix Filter Values by @smashedr in #44
Full Changelog: 0.2.3...0.3.0
0.2.3
0.2.1
0.2.0
0.1.8
0.1.7
0.1.6
- Add option to disable default link filtering for
://
- Added option to open all Links or Domains in Tabs
- Update Links Page with Count, Open, and Jump-To Buttons
- Fix undefined text variable
What's Changed
Full Changelog: 0.1.5...0.1.6
0.1.5
Fixes the Copy Link Text to Clipboard for Firefox Release.
For reference document.activeElement
works in Chromium and Firefox Developer 120, but NOT Firefox Release 119
This behavior can be made consistent in all browsers in the future once Release FIrefox supports document.activeElement
or Chromium supports linkText
. For now firefox gets linkText
and Chromium gets the document.activeElement
.
What's Changed
Full Changelog: 0.1.4...0.1.5