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
95 changes: 95 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"IDX.aI.enableInlineCompletion": true,
"IDX.aI.enableCodebaseIndexing": true,

"editor.tabSize": 2,
"editor.autoClosingBrackets": "never",
"editor.autoClosingOvertype": "never",
"editor.autoClosingQuotes": "never",
"editor.copyWithSyntaxHighlighting": false,
"editor.detectIndentation": false,
"editor.minimap.enabled": false,
"workbench.list.smoothScrolling": true,
"terminal.integrated.mouseWheelScrollSensitivity": 0.5,
"workbench.startupEditor": "newUntitledFile",
"editor.insertSpaces": false,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
"javascript.format.semicolons": "remove",
"html.format.indentInnerHtml": true,
"html.format.extraLiners": "",
"typescript.suggest.enabled": false,
"javascript.suggest.enabled": false,
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"workbench.colorCustomizations": {

},
"json.maxItemsComputed": 5000000,
"security.workspace.trust.untrustedFiles": "open",
"security.workspace.trust.enabled": false,
"explorer.confirmDelete": false,
"json.format.keepLines": true,
"typescript.format.semicolons": "remove",
"css.format.spaceAroundSelectorSeparator": true,
"html.autoCreateQuotes": false,
"css.format.newlineBetweenRules": false,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"eslint.format.enable": true,
"eslint.probe": [
"javascript",
"typescript",
"html",
"markdown"
],
"editor.formatOnSaveMode": "modifications",
"editor.minimap.maxColumn": 200,
"html.format.wrapLineLength": 200,
"editor.padding.top": 20,
"vscode-edge-devtools.webhintInstallNotification": true,
"files.associations": {
"*.json5": "json5"
},
"json.schemas": [

],
"redhat.telemetry.enabled": true,
"explorer.excludeGitIgnore": true,
"scm.inputFontSize": 18,
"terminal.integrated.fontSize": 18,
"debug.console.fontSize": 18,
"chat.editor.fontSize": 18,
"markdown.preview.fontSize": 18,
"settingsSync.ignoredSettings": [
"editor.fontSize",
"debug.console.fontSize",
"scm.inputFontSize",
"terminal.integrated.fontSize",
"chat.editor.fontSize",
"markdown.preview.fontSize"
],
"git.openRepositoryInParentFolders": "always",
"editor.stickyScroll.enabled": false,
"window.menuBarVisibility": "visible",
"html.autoClosingTags": false,
"editor.indentSize": "tabSize",
"git.autofetch": true,
"diffEditor.maxComputationTime": 0,
"diffEditor.codeLens": true,
"remoteHub.commitDirectlyWarning": "off",
"workbench.editor.enablePreview": false,
"geminicodeassist.inlineSuggestions.enableAuto": false,
"files.autoSave": "afterDelay",
"geminicodeassist.project": "daniel-herr-software",
"git.enableSmartCommit": true,
"window.zoomPerWindow": false,
"github.copilot.nextEditSuggestions.enabled": true,
"window.zoomLevel": 1,
"editor.fontSize": 18,
"git.confirmSync": false,
"window.autoDetectColorScheme": true
}
3 changes: 2 additions & 1 deletion main/Bookmark_Topper.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="canonical" href="https://danielherr.software/Bookmark_Topper">
<meta name="description" content="Bookmark Topper is a WebExtension which moves newly created bookmarks to the top of their folder.">
</head>
<body>
<header>
<h1>
<a href="/">Daniel Herr Software</a>
</h1>
<h2>
<img src="images/bookmark_topper_32.png" width="32" height="32">
<img src="images/bookmark_topper_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Bookmark Topper icon" would be more helpful.

Suggested change
<img src="images/bookmark_topper_32.png" alt="" width="32" height="32">
<img src="images/bookmark_topper_32.png" alt="Bookmark Topper icon" width="32" height="32">

Bookmark Topper
</h2>
</header>
Expand Down
3 changes: 2 additions & 1 deletion main/Link_Controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="canonical" href="https://danielherr.software/Link_Controller">
<meta name="description" content="Link Controller is a WebExtension which controls whether links open in the current tab or in a new tab.">
</head>
<body>
<header>
<h1>
<a href="/">Daniel Herr Software</a>
</h1>
<h2>
<img src="images/link_controller_32.png" width="32" height="32">
<img src="images/link_controller_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Link Controller icon" would be more helpful.

Suggested change
<img src="images/link_controller_32.png" alt="" width="32" height="32">
<img src="images/link_controller_32.png" alt="Link Controller icon" width="32" height="32">

Link Controller
</h2>
</header>
Expand Down
3 changes: 2 additions & 1 deletion main/Memory_Monitor.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="canonical" href="https://danielherr.software/Memory_Monitor">
<meta name="description" content="Memory Monitor is a WebExtension which displays RAM usage information.">
</head>
<body>
<header>
<h1>
<a href="/">Daniel Herr Software</a>
</h1>
<h2>
<img src="images/memory_monitor_32.png" width="32" height="32">
<img src="images/memory_monitor_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Memory Monitor icon" would be more helpful.

Suggested change
<img src="images/memory_monitor_32.png" alt="" width="32" height="32">
<img src="images/memory_monitor_32.png" alt="Memory Monitor icon" width="32" height="32">

Memory Monitor
</h2>
</header>
Expand Down
3 changes: 2 additions & 1 deletion main/Navigation_Confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="canonical" href="https://danielherr.software/Navigation_Confirmation">
<meta name="description" content="Navigation Confirmation is a WebExtension which asks for confirmation before closing, reloading, or navigating to another page.">
</head>
<body>
<header>
<h1>
<a href="/">Daniel Herr Software</a>
</h1>
<h2>
<img src="images/navigation_confirmation_32.png" width="32" height="32">
<img src="images/navigation_confirmation_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Navigation Confirmation icon" would be more helpful.

Suggested change
<img src="images/navigation_confirmation_32.png" alt="" width="32" height="32">
<img src="images/navigation_confirmation_32.png" alt="Navigation Confirmation icon" width="32" height="32">

Navigation Confirmation
</h2>
</header>
Expand Down
3 changes: 2 additions & 1 deletion main/Processor_Monitor.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="canonical" href="https://danielherr.software/Processor_Monitor">
<meta name="description" content="Processor Monitor is a WebExtension which displays CPU usage information.">
</head>
<body>
<header>
<h1>
<a href="/">Daniel Herr Software</a>
</h1>
<h2>
<img src="images/processor_monitor_32.png" width="32" height="32">
<img src="images/processor_monitor_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Processor Monitor icon" would be more helpful.

Suggested change
<img src="images/processor_monitor_32.png" alt="" width="32" height="32">
<img src="images/processor_monitor_32.png" alt="Processor Monitor icon" width="32" height="32">

Processor Monitor
</h2>
</header>
Expand Down
3 changes: 2 additions & 1 deletion main/Single_Tab_Zoom.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="canonical" href="https://danielherr.software/Single_Tab_Zoom">
<meta name="description" content="Single Tab Zoom is a WebExtension which applies zooming to the current tab instead of the entire site.">
</head>
<body>
<header>
<h1>
<a href="/">Daniel Herr Software</a>
</h1>
<h2>
<img src="images/single_tab_zoom_32.png" width="32" height="32">
<img src="images/single_tab_zoom_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Single Tab Zoom icon" would be more helpful.

Suggested change
<img src="images/single_tab_zoom_32.png" alt="" width="32" height="32">
<img src="images/single_tab_zoom_32.png" alt="Single Tab Zoom icon" width="32" height="32">

Single Tab Zoom
</h2>
</header>
Expand Down
27 changes: 14 additions & 13 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="canonical" href="https://danielherr.software">
<meta name="description" content="Software applications and WebExtensions developed by Daniel Herr Software">
</head>
<body>
<header>
Expand All @@ -19,7 +20,7 @@ <h2>Web Extensions</h2>
<section>
<h3>
<a href="Memory_Monitor">
<img src="images/memory_monitor_32.png" width="32" height="32">
<img src="images/memory_monitor_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Memory Monitor icon" would be more helpful.

Suggested change
<img src="images/memory_monitor_32.png" alt="" width="32" height="32">
<img src="images/memory_monitor_32.png" alt="Memory Monitor icon" width="32" height="32">

Memory Monitor
</a>
</h3>
Expand All @@ -28,7 +29,7 @@ <h3>
<section>
<h3>
<a href="Processor_Monitor">
<img src="images/processor_monitor_32.png" width="32" height="32">
<img src="images/processor_monitor_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Processor Monitor icon" would be more helpful.

Suggested change
<img src="images/processor_monitor_32.png" alt="" width="32" height="32">
<img src="images/processor_monitor_32.png" alt="Processor Monitor icon" width="32" height="32">

Processor Monitor
</a>
</h3>
Expand All @@ -37,7 +38,7 @@ <h3>
<section>
<h3>
<a href="Bookmark_Topper">
<img src="images/bookmark_topper_32.png" width="32" height="32">
<img src="images/bookmark_topper_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Bookmark Topper icon" would be more helpful.

Suggested change
<img src="images/bookmark_topper_32.png" alt="" width="32" height="32">
<img src="images/bookmark_topper_32.png" alt="Bookmark Topper icon" width="32" height="32">

Bookmark Topper
</a>
</h3>
Expand All @@ -46,7 +47,7 @@ <h3>
<section>
<h3>
<a href="Navigation_Confirmation">
<img src="images/navigation_confirmation_32.png" width="32" height="32">
<img src="images/navigation_confirmation_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Navigation Confirmation icon" would be more helpful.

Suggested change
<img src="images/navigation_confirmation_32.png" alt="" width="32" height="32">
<img src="images/navigation_confirmation_32.png" alt="Navigation Confirmation icon" width="32" height="32">

Navigation Confirmation
</a>
</h3>
Expand All @@ -55,7 +56,7 @@ <h3>
<section>
<h3>
<a href="Link_Controller">
<img src="images/link_controller_32.png" width="32" height="32">
<img src="images/link_controller_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Link Controller icon" would be more helpful.

Suggested change
<img src="images/link_controller_32.png" alt="" width="32" height="32">
<img src="images/link_controller_32.png" alt="Link Controller icon" width="32" height="32">

Link Controller
</a>
</h3>
Expand All @@ -64,7 +65,7 @@ <h3>
<section>
<h3>
<a href="Single_Tab_Zoom">
<img src="images/single_tab_zoom_32.png" width="32" height="32">
<img src="images/single_tab_zoom_32.png" alt="" width="32" height="32">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Single Tab Zoom icon" would be more helpful.

Suggested change
<img src="images/single_tab_zoom_32.png" alt="" width="32" height="32">
<img src="images/single_tab_zoom_32.png" alt="Single Tab Zoom icon" width="32" height="32">

Single Tab Zoom
</a>
</h3>
Expand All @@ -77,32 +78,32 @@ <h2>Profiles and Contact</h2>
<a href="https://github.com/DanielHerr">
<picture>
<source srcset="https://github.githubassets.com/favicons/favicon.svg" type="image/svg+xml">
<img src="https://github.githubassets.com/favicons/favicon.png" width="16" height="16">
<img src="https://github.githubassets.com/favicons/favicon.png" alt="" width="16" height="16">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="GitHub icon" would be more helpful.

Suggested change
<img src="https://github.githubassets.com/favicons/favicon.png" alt="" width="16" height="16">
<img src="https://github.githubassets.com/favicons/favicon.png" alt="GitHub icon" width="16" height="16">

</picture>
GitHub
</a>
<a href="https://www.reddit.com/r/Daniel_Herr_Software/">
<img src="https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png" width="16" height="16">
<img src="https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png" alt="" width="16" height="16">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Reddit icon" would be more helpful.

Suggested change
<img src="https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png" alt="" width="16" height="16">
<img src="https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png" alt="Reddit icon" width="16" height="16">

Reddit
</a>
<a href="https://groups.google.com/g/daniel_herr_software">
<img src="https://www.gstatic.com/images/branding/product/1x/groups_32dp.png" width="16" height="16">
<img src="https://www.gstatic.com/images/branding/product/1x/groups_32dp.png" alt="" width="16" height="16">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Google Groups icon" would be more helpful.

Suggested change
<img src="https://www.gstatic.com/images/branding/product/1x/groups_32dp.png" alt="" width="16" height="16">
<img src="https://www.gstatic.com/images/branding/product/1x/groups_32dp.png" alt="Google Groups icon" width="16" height="16">

Google Groups
</a>
<a href="https://www.youtube.com/@DanielHerrSoftware">
<img src="https://www.youtube.com/favicon.ico" width="16" height="16">
<img src="https://www.youtube.com/favicon.ico" alt="" width="16" height="16">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="YouTube icon" would be more helpful.

Suggested change
<img src="https://www.youtube.com/favicon.ico" alt="" width="16" height="16">
<img src="https://www.youtube.com/favicon.ico" alt="YouTube icon" width="16" height="16">

YouTube
</a>
<a href="https://www.linkedin.com/in/daniel-herr">
<img src="https://www.linkedin.com/favicon.ico" width="16" height="16">
<img src="https://www.linkedin.com/favicon.ico" alt="" width="16" height="16">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="LinkedIn icon" would be more helpful.

Suggested change
<img src="https://www.linkedin.com/favicon.ico" alt="" width="16" height="16">
<img src="https://www.linkedin.com/favicon.ico" alt="LinkedIn icon" width="16" height="16">

LinkedIn
</a>
<a href="https://x.com/Daniel_Herr_SW">
<img src="https://x.com/favicon.ico" width="16" height="16">
<img src="https://x.com/favicon.ico" alt="" width="16" height="16">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="X (Twitter) icon" would be more helpful.

Suggested change
<img src="https://x.com/favicon.ico" alt="" width="16" height="16">
<img src="https://x.com/favicon.ico" alt="X (Twitter) icon" width="16" height="16">

X (Twitter)
</a>
<a href="https://stackoverflow.com/users/3591628/daniel-herr">
<img src="https://stackoverflow.com/favicon.ico" width="16" height="16">
<img src="https://stackoverflow.com/favicon.ico" alt="" width="16" height="16">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding an empty alt attribute improves accessibility, but consider adding a more descriptive alt text that describes the image for users who cannot see it. For example, alt="Stack Overflow icon" would be more helpful.

Suggested change
<img src="https://stackoverflow.com/favicon.ico" alt="" width="16" height="16">
<img src="https://stackoverflow.com/favicon.ico" alt="Stack Overflow icon" width="16" height="16">

Stack Overflow
</a>
</address>
Expand Down