Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View the DOM from plugin #150

Open
dylan1951 opened this issue Feb 24, 2025 · 0 comments · May be fixed by #151
Open

View the DOM from plugin #150

dylan1951 opened this issue Feb 24, 2025 · 0 comments · May be fixed by #151

Comments

@dylan1951
Copy link
Contributor

For some use cases it is necessary for the plugin to see the DOM.

For example, consider a web based game where you have many character profiles and you want to prove the level of a specific character.

Assume that when you click a character from your characters list, it fetch's the character data using the API endpoint api.game.com/character/1234 but it remains on the same page game.com/characters.

The only way for the plugin to know which character ID to notarise would be to either:

  1. Pass a parameter to the plugin as suggested in Passing params when run plugin #149
  2. Allow the plugin to see which character is currently selected in the DOM (along with its ID).
@dylan1951 dylan1951 linked a pull request Feb 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant