HabitRPG / habitica-chat-extension

A habitica.com Chat Client for Chrome
18 stars 13 forks source link

Get autogenerated 'data-v-*' from page #65

Closed juanj closed 3 years ago

juanj commented 4 years ago

Get the value of the Vue.js scoped style attribute from the page instead of having it hard coded. Fixes #60

cTheDragons commented 3 years ago

This works.

Tested using the branch which has all the pull requests as one on Firefox 78.0.2 (64-bit) & Chromium Version 83.0.4099.0 (Developer Build) (64-bit).

Once merged with the other pull requests, the version number of the chat client needs to be updated for both Chrome and Firefox, Readme needs to be updated and firefox folder zipped to incorporate the new changes.

You may also want to exclude habitica.com/static/* as with the change the extension no longer works on pages like, https://habitica.com/static/home

cTheDragons commented 3 years ago

This has fixed the issue mention above.

Tested on Firefox 78.0.2 (64-bit) & Chromium Version 83.0.4099.0 (Developer Build) (64-bit).