Skip to content

Commit

Permalink
Minor Updates (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr authored Jul 21, 2024
1 parent b4a52c7 commit 691cde1
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 13 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/ifefifghpkllfibejafbakmflidjcjfp?logo=google&logoColor=white&label=google%20users)](https://chrome.google.com/webstore/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
[![Mozilla Add-on Users](https://img.shields.io/amo/users/link-extractor?logo=mozilla&label=mozilla%20users)](https://addons.mozilla.org/addon/link-extractor)
[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/ifefifghpkllfibejafbakmflidjcjfp?logo=google&logoColor=white&label=users)](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
[![Mozilla Add-on Users](https://img.shields.io/amo/users/link-extractor?logo=mozilla&label=users)](https://addons.mozilla.org/addon/link-extractor)
[![Chrome Web Store Rating](https://img.shields.io/chrome-web-store/rating/ifefifghpkllfibejafbakmflidjcjfp?logo=google&logoColor=white)](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
[![Mozilla Add-on Rating](https://img.shields.io/amo/rating/link-extractor?logo=mozilla&logoColor=white)](https://addons.mozilla.org/addon/link-extractor)
[![GitHub Repo stars](https://img.shields.io/github/stars/cssnr/link-extractor?style=flat&logo=github&logoColor=white)](https://github.com/cssnr/link-extractor/stargazers)
[![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/ifefifghpkllfibejafbakmflidjcjfp?label=chrome&logo=googlechrome)](https://chrome.google.com/webstore/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
[![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/ifefifghpkllfibejafbakmflidjcjfp?label=chrome&logo=googlechrome)](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
[![Mozilla Add-on Version](https://img.shields.io/amo/v/link-extractor?label=firefox&logo=firefox)](https://addons.mozilla.org/addon/link-extractor)
[![GitHub Release Version](https://img.shields.io/github/v/release/cssnr/link-extractor?logo=github)](https://github.com/cssnr/link-extractor/releases/latest)
[![Pages](https://img.shields.io/github/actions/workflow/status/cssnr/link-extractor-site/pages.yaml?logo=github&logoColor=white&label=pages)](https://github.com/cssnr/link-extractor-site/actions/workflows/pages.yaml)
Expand All @@ -17,7 +17,7 @@

# Install

* [Google Chrome Web Store](https://chrome.google.com/webstore/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
* [Google Chrome Web Store](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
* [Mozilla Firefox Add-ons](https://addons.mozilla.org/addon/link-extractor)

[![Chrome](https://raw.githubusercontent.com/smashedr/logo-icons/master/browsers/chrome_48.png)](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)
Expand All @@ -29,8 +29,21 @@
[![Yandex](https://raw.githubusercontent.com/smashedr/logo-icons/master/browsers/yandex_48.png)](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp)

All **Chromium** Based Browsers can install the extension from the
[Chrome Web Store](https://chrome.google.com/webstore/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp).
[Chrome Web Store](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp).

Mobile browser support available for
[Firefox](https://addons.mozilla.org/addon/link-extractor) and
[Yandex](https://chromewebstore.google.com/detail/link-extractor/ifefifghpkllfibejafbakmflidjcjfp).

# Development

Install Jekyll: https://jekyllrb.com/docs/installation/

Run: `jekyll serve -s src -o`

This will build the site from the `src` directory, open it in your browser, watch for file changes, automatically
rebuild the site and refresh the site in your browser; enjoy...

For more information see `jekyll help` and `jekyll serve --help` or visit: https://jekyllrb.com/docs/

For production, this site is built with GitHub Actions: [.github/workflows/pages.yaml](.github%2Fworkflows%2Fpages.yaml)
1 change: 1 addition & 0 deletions commit-checklist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{ "value": "Check Config Values", "fileMask": "*src\\_config.yml" }]
5 changes: 4 additions & 1 deletion src/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ chrome_url: https://chromewebstore.google.com/detail/link-extractor/ifefifghpkll
firefox_id: link-extractor
firefox_url: https://addons.mozilla.org/addon/link-extractor

discord_server: 899171661457293343
discord_invite: https://discord.gg/wXy6m2X8wY
discord_webhook: https://relay.cssnr.com/discord/1258944618389569566

feedback_link: https://cssnr.github.io/feedback/?app=Link%20Extractor
relay_url: https://relay.cssnr.com/discord/1258944618389569566
2 changes: 1 addition & 1 deletion src/html/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
permalink: /docs/
title: Documentation
description: Documentation and Instructions for configuring and using Link Extractor.
description: Documentation and instructions for configuring and using Link Extractor.
---

<div class="container-fluid">
Expand Down
6 changes: 3 additions & 3 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
permalink: /
title: Home
description: Easily extract, parse, or open all links/domains from a site or text with optional filters.
description: Easily extract, parse or open all links/domains from a site or text with optional filters.
---

<div class="container-fluid">
Expand All @@ -26,7 +26,7 @@ <h1 class="animate__animated animate__zoomIn"><i class="fa-solid fa-link me-2"><
<a href="{{ site.github_url }}/releases/latest" title="GitHub" target="_blank" rel="noopener">
<img alt="GitHub Release Version" class="mb-1" src="https://img.shields.io/github/v/release/{{ site.github_name }}?style=for-the-badge&logo=github"></a>
<a href="{{ site.discord_invite }}" title="Discord" target="_blank" rel="noopener">
<img alt="Join Discord" class="mb-1" src="https://img.shields.io/discord/899171661457293343?style=for-the-badge&logo=discord&logoColor=white&label=discord&color=7289da"></a>
<img alt="Join Discord" class="mb-1" src="https://img.shields.io/discord/{{ site.discord_server }}?style=for-the-badge&logo=discord&logoColor=white&label=discord&color=7289da"></a>
</div>

<p class="lead">
Expand Down Expand Up @@ -120,7 +120,7 @@ <h2>Support</h2>
You can find additional apps on the
<a href="https://cssnr.github.io/" class="link-body-emphasis" target="_blank" rel="noopener">CSSNR Website</a>
as well as submit
<a href="https://cssnr.github.io/feedback/?app=Link%20Extractor" class="link-body-emphasis" target="_blank" rel="noopener">
<a href="{{ site.feedback_link }}" class="link-body-emphasis" target="_blank" rel="noopener">
General Feedback</a>.
</p>
</div>
2 changes: 1 addition & 1 deletion src/html/screenshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
permalink: /screenshots/
title: Screen Shots
description: Screen Shots of the Web Extension, Extracted Links and Other Features.
description: Screen Shots of the Web Extension, extracted links and other features.
noindex: true
nofooter: true
---
Expand Down
2 changes: 1 addition & 1 deletion src/html/uninstall.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 class="align-middle mb-0">{{ site.site_name }}</h1>
</div>
{% include alerts.html %}
<form id="uninstall-form">
<input type="hidden" value="{{ site.discord_webhook }}" id="discord-webhook" hidden="hidden">
<input type="hidden" value="{{ site.relay_url }}" id="relay-url" hidden="hidden">
<div class="form-check form-switch fs-5">
<input class="form-check-input" type="checkbox" role="switch" id="not-used">
<label class="form-check-label text-success-emphasis" for="not-used">Do Not Need or Not Used</label>
Expand Down
2 changes: 1 addition & 1 deletion src/js/uninstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async function formSubmit(event) {
console.debug('formSubmit:', event)
event.preventDefault()
errorAlert.style.display = 'none'
const url = event.target.elements['discord-webhook'].value
const url = event.target.elements['relay-url'].value
const notUsed = event.target.elements['not-used'].checked
const notExpected = event.target.elements['not-expected'].checked
const notWorking = event.target.elements['not-working'].checked
Expand Down

0 comments on commit 691cde1

Please sign in to comment.