Skip to content

Manifest V3 web extension for dynamic user specified actions

License

Notifications You must be signed in to change notification settings

adityarsuryavamshi/Sniper

Repository files navigation

Sniper

A Manifest V3 extension to perform dynamic user specified actions on a web page without userScripts permission (And thus w/o need for developer mode).

How

By using Computed property names.
The provided selector string is directly passed onto document.querySelector and the provided action and arguments are then applied to each element as elem[action](...args) or as values to HTML Element properties as elem[action] = args

Screenshots

Popup

Screenshot of Popup

Usage

Screenshot of Usage

Integrates with Sidepanel

Screenshot of Sidepanel

Edit Saved Config

Screenshot of Editin

Acknowledgments

The avatar style Shapes is based on: Shapes by Florian Körner, licensed under CC0 1.0 . From Dicebear

Sound Effect from Pixabay

About

Manifest V3 web extension for dynamic user specified actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published