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

Inject CSS #4

Open
b1naryth1ef opened this issue Nov 4, 2012 · 1 comment
Open

Inject CSS #4

b1naryth1ef opened this issue Nov 4, 2012 · 1 comment

Comments

@b1naryth1ef
Copy link
Contributor

We need to modify the page a bit.

  • CSS Class c9: line-height: 1.4px;
  • CSS Class c16: display: none;

Not sure what the best way to do this is. Possibly use BS4?

@Foxboron
Copy link
Contributor

Foxboron commented Nov 5, 2012

So.
For this to be possible we would need to locate the part of the text containing the CSS classes we want to edit, then use them as a guidance for where in the code it is. Parsing the CSS file is still a problem, but solved in terms of the dynamic CSS.

-> locate text
-> fetch css tag
-> find css tag in the css file
-> replace the vars
Any takers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants