Skip to content

Commit 5b3f9b8

Browse files
authored
Update README.md (#118)
1 parent a80200c commit 5b3f9b8

8 files changed

Lines changed: 41 additions & 5 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ko_fi: cssnr
File renamed without changes.
File renamed without changes.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"props": {
3+
"data": "https://addons.mozilla.org/addon/link-extractor",
4+
"image": "",
5+
"width": 200,
6+
"height": 200,
7+
"margin": "",
8+
"dotsOptions": { "color": "#58beec", "type": "dots" },
9+
"cornersSquareOptions": { "color": "#ee8424", "type": "dot" },
10+
"cornersDotOptions": { "color": "#ffe513", "type": "dot" },
11+
"imageOptions": { "margin": 1 },
12+
"qrOptions": { "errorCorrectionLevel": "Q" }
13+
},
14+
"style": { "borderRadius": "0px", "background": "transparent" },
15+
"frame": {
16+
"text": "Firefox Android",
17+
"position": "top",
18+
"style": {
19+
"textColor": "#ededed",
20+
"backgroundColor": "#0d1117",
21+
"borderColor": "#ababab",
22+
"borderWidth": "2px",
23+
"borderRadius": "16px",
24+
"padding": "4px"
25+
}
26+
}
27+
}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363

6464
- name: "Schedule Failure Notification"
6565
uses: sarisia/actions-status-discord@v1
66-
if: ${{ always() && github.event_name == 'schedule' && steps.test.outcome == 'failure' }}
66+
if: ${{ failure() && github.event_name == 'schedule' }}
6767
with:
6868
webhook: ${{ secrets.DISCORD_WEBHOOK }}

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
[![GitHub Top Language](https://img.shields.io/github/languages/top/cssnr/link-extractor?logo=htmx&logoColor=white)](https://github.com/cssnr/link-extractor)
1515
[![GitHub Org Stars](https://img.shields.io/github/stars/cssnr?style=flat&logo=github&logoColor=white&label=org%20stars)](https://cssnr.github.io/)
1616
[![Discord](https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da)](https://discord.gg/wXy6m2X8wY)
17+
[![Support](https://img.shields.io/badge/Ko--fi-579fbf?logo=kofi&label=Support)](https://ko-fi.com/cssnr)
1718

1819
# Link Extractor
1920

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

54+
[![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)
55+
5356
## Features
5457

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

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

7679
### Upcoming Features
7780

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

124127
# Contributing
125128

126-
Currently, the best way to contribute to this project is to give a 5-star rating on
127-
[Google](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp) or
128-
[Mozilla](https://addons.mozilla.org/addon/link-extractor) and to star this project on GitHub.
129+
Please consider making a donation to support the development of this project
130+
and [additional](https://cssnr.com/) open source projects.
131+
132+
[![Support](https://img.shields.io/badge/Ko--fi-579fbf?style=for-the-badge&logo=kofi&label=Support)](https://ko-fi.com/cssnr)
129133

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

136+
Additionally, you can give a 5-star rating
137+
on [Google](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
138+
or [Mozilla](https://addons.mozilla.org/addon/link-extractor) and star this project on GitHub.
139+
132140
Other Web Extensions I have created and published:
133141

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

0 commit comments

Comments
 (0)