Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ko_fi: cssnr
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
27 changes: 27 additions & 0 deletions .github/assets/qr-code-firefox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"props": {
"data": "https://addons.mozilla.org/addon/link-extractor",
"image": "",
"width": 200,
"height": 200,
"margin": "",
"dotsOptions": { "color": "#58beec", "type": "dots" },
"cornersSquareOptions": { "color": "#ee8424", "type": "dot" },
"cornersDotOptions": { "color": "#ffe513", "type": "dot" },
"imageOptions": { "margin": 1 },
"qrOptions": { "errorCorrectionLevel": "Q" }
},
"style": { "borderRadius": "0px", "background": "transparent" },
"frame": {
"text": "Firefox Android",
"position": "top",
"style": {
"textColor": "#ededed",
"backgroundColor": "#0d1117",
"borderColor": "#ababab",
"borderWidth": "2px",
"borderRadius": "16px",
"padding": "4px"
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:

- name: "Schedule Failure Notification"
uses: sarisia/actions-status-discord@v1
if: ${{ always() && github.event_name == 'schedule' && steps.test.outcome == 'failure' }}
if: ${{ failure() && github.event_name == 'schedule' }}
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
[![GitHub Top Language](https://img.shields.io/github/languages/top/cssnr/link-extractor?logo=htmx&logoColor=white)](https://github.com/cssnr/link-extractor)
[![GitHub Org Stars](https://img.shields.io/github/stars/cssnr?style=flat&logo=github&logoColor=white&label=org%20stars)](https://cssnr.github.io/)
[![Discord](https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da)](https://discord.gg/wXy6m2X8wY)
[![Support](https://img.shields.io/badge/Ko--fi-579fbf?logo=kofi&label=Support)](https://ko-fi.com/cssnr)

# Link Extractor

Expand Down Expand Up @@ -50,6 +51,8 @@ Mobile browser support available for
[Firefox](https://addons.mozilla.org/addon/link-extractor) and
[Yandex](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp).

[![QR Code Firefox](https://raw.githubusercontent.com/smashedr/repo-images/refs/heads/master/link-extractor/qr-code-firefox.png)](https://addons.mozilla.org/addon/link-extractor)

## Features

Please submit a [Feature Request](https://github.com/cssnr/link-extractor/discussions/new?category=feature-requests)
Expand All @@ -71,7 +74,7 @@ for new features. For any issues, bugs or concerns; please [Open an Issue](https
- Automatic Dark/Light Mode based on Browser Setting
- Activate from Popup, Context Menu, Keyboard Shortcuts or Omnibox

[![Link Extractor Screenshots](/assets/banner.jpg)](https://link-extractor.cssnr.com/screenshots/)
[![Link Extractor Screenshots](.github/assets/banner.jpg)](https://link-extractor.cssnr.com/screenshots/)

### Upcoming Features

Expand Down Expand Up @@ -123,12 +126,17 @@ Firefox: toggling Debug logs, Chrome: toggling Verbose from levels dropdown.

# Contributing

Currently, the best way to contribute to this project is to give a 5-star rating on
[Google](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp) or
[Mozilla](https://addons.mozilla.org/addon/link-extractor) and to star this project on GitHub.
Please consider making a donation to support the development of this project
and [additional](https://cssnr.com/) open source projects.

[![Support](https://img.shields.io/badge/Ko--fi-579fbf?style=for-the-badge&logo=kofi&label=Support)](https://ko-fi.com/cssnr)

For instructions on building, testing and submitting a PR, see [CONTRIBUTING.md](CONTRIBUTING.md).

Additionally, you can give a 5-star rating
on [Google](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
or [Mozilla](https://addons.mozilla.org/addon/link-extractor) and star this project on GitHub.

Other Web Extensions I have created and published:

- [Link Extractor](https://github.com/cssnr/link-extractor?tab=readme-ov-file#readme)
Expand Down