Michael
Michael
TTCTheo's Typesafe Cult
Created by Michael on 1/21/2025 in #questions
Do you know any way to extract a DOM-Element from a website and according style definitions/classes?
I am trying to extract an component (an password import form from auth0) from a website and I also want to extract relevant style definitions. Is there any way to do that easily? For context: I am trying to create a passwort-repeat input for auth0 using so-called partials. Partials are snippets of code you can insert in their auth-form. The password-repeat input should obviously have the same styles as the password input form but i cannot just copy the classnames because the classnames update on every update from auth0 so its functionality would be time-restricted cause it is only a matter of time when auth0 is gonna roll out another update and my class declarations are irrelevant. Any help appreciated.
2 replies