Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlttiRi committed Jun 17, 2024
1 parent 6e1a2be commit 8deac52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/href-taker.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name HrefTaker
// @version 0.11.2-2024.6.17-cfbb
// @version 0.11.3-2024.6.17-520c
// @namespace gh.alttiri
// @description URL grabber popup
// @license GPL-3.0
Expand Down Expand Up @@ -1455,7 +1455,7 @@ function getPopup(settings) {
</label>
</span>
<span id="keep-in-storage-wrapper">
<label title="Keep URLs the localStorage">
<label title="Keep URLs in localStorage">
<input type="checkbox" name="keep_in_storage" ${checked(keep_in_storage)}>
KiS
</label>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "href-taker",
"private": true,
"version": "0.11.2-2024.6.17-cfbb",
"version": "0.11.3-2024.6.17-520c",
"type": "module",
"scripts": {
"dev": "vite --open demo.html --host",
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function getPopup(settings) {
</label>
</span>
<span id="keep-in-storage-wrapper">
<label title="Keep URLs the localStorage">
<label title="Keep URLs in localStorage">
<input type="checkbox" name="keep_in_storage" ${checked(keep_in_storage)}>
KiS
</label>
Expand Down

0 comments on commit 8deac52

Please sign in to comment.