Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hermes-node-chrome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lisa
hermes-node-chrome
Commits
cf83e08a
Commit
cf83e08a
authored
Apr 30, 2026
by
Lisa (AI Assistant)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: add donation info + license headers to source files
parent
2dc6b1e3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
42 additions
and
0 deletions
+42
-0
README.md
README.md
+12
-0
build.sh
build.sh
+6
-0
background.js
hermes_browser_extension/background.js
+6
-0
content.js
hermes_browser_extension/content.js
+6
-0
injected.js
hermes_browser_extension/injected.js
+6
-0
manifest.json
hermes_browser_extension/manifest.json
+6
-0
No files found.
README.md
View file @
cf83e08a
...
...
@@ -193,3 +193,15 @@ For issues:
-
Check node agent logs for native messaging errors
-
Verify extension is loaded and enabled
-
Ensure node agent has
`enable_browser: true`
in config
## Donate
If you find this project useful, consider supporting its continued development:
**Bitcoin (BTC)**
:
`bc1ql5klyv78t0a5g59y3tczv8ejy9l740x3zg0cge`
**Ethereum (ETH)**
:
`0x3f707d3543A6C301B3Bf47eBc4B469e017a119B4`
**Solana (SOL)**
:
`G7iZQ3iQ7k5t9E9g8Y7u6i5t4r3e2w1q0P9O8I7U6Y5`
---
*Copyright (c) 2026 Stefy (nextime) Lanza <stefy@nexlab.net>. All rights reserved.*
build.sh
View file @
cf83e08a
#!/bin/bash
# Hermes Node Protocol
# Copyright (c) 2026 Stefy (nextime) Lanza <stefy@nexlab.net>
# All rights reserved.
#
# This software is released under the MIT License with a copyleft clause.
# See the LICENSE file for full terms.
set
-e
echo
"=== Building Hermes Node Chrome Extension ==="
...
...
hermes_browser_extension/background.js
View file @
cf83e08a
#
Hermes
Node
Protocol
#
Copyright
(
c
)
2026
Stefy
(
nextime
)
Lanza
<
stefy
@
nexlab
.
net
>
#
All
rights
reserved
.
#
#
This
software
is
released
under
the
MIT
License
with
a
copyleft
clause
.
#
See
the
LICENSE
file
for
full
terms
.
// Hermes Extension Background Service Worker
// Provides bidirectional communication between CDP and content scripts
...
...
hermes_browser_extension/content.js
View file @
cf83e08a
#
Hermes
Node
Protocol
#
Copyright
(
c
)
2026
Stefy
(
nextime
)
Lanza
<
stefy
@
nexlab
.
net
>
#
All
rights
reserved
.
#
#
This
software
is
released
under
the
MIT
License
with
a
copyleft
clause
.
#
See
the
LICENSE
file
for
full
terms
.
// Hermes Content Script - runs in every page
// Establishes communication channel with injected code
...
...
hermes_browser_extension/injected.js
View file @
cf83e08a
#
Hermes
Node
Protocol
#
Copyright
(
c
)
2026
Stefy
(
nextime
)
Lanza
<
stefy
@
nexlab
.
net
>
#
All
rights
reserved
.
#
#
This
software
is
released
under
the
MIT
License
with
a
copyleft
clause
.
#
See
the
LICENSE
file
for
full
terms
.
// Hermes Injected API - exposed to page JavaScript context
// Allows page scripts to communicate with the extension and agent
...
...
hermes_browser_extension/manifest.json
View file @
cf83e08a
#
Hermes
Node
Protocol
#
Copyright
(c)
2026
Stefy
(nextime)
Lanza
<stefy@nexlab.net>
#
All
rights
reserved.
#
#
This
software
is
released
under
the
MIT
License
with
a
copyleft
clause.
#
See
the
LICENSE
file
for
full
terms.
{
"manifest_version"
:
3
,
"name"
:
"Hermes Node Agent Extension"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment