Tool to apply CSS to unformatted text #809
generrosity
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Obviously, there is no CSS directive to target arbitrary strings in a document. There are sometimes clever workarounds, but sites try making this as difficult as possible.
I have ADHD, and StyleBot is fantastic for adding subtle highlights and prompts to guide my eye.
Trivial example - "Member of fizbang Group" vs "Never has been a member of fizbang group"; having it bold red vs bold green would be handy 💪
⏩ Is there any tool that could do a once-per-page post-processing?
Literally just trivial string replacement at source level. PageLoadComplete or as data comes in split by tags. Don't care that it can't handle visual cases like FB's letters-in-tags obfuscation.
⏩ Whats the possibility of StyleBot adding something?
No high hopes as StyleBot works fantastic to inject CSS files instead. But it helps to "modify the appearance of any webpage"
⏩ In theory, jQuery could do this maybe ??? is there a jQuery injector stylebot somewhere?!
Thoughts and tips welcome 😁😁
Beta Was this translation helpful? Give feedback.
All reactions