Questions tagged [stylebot]
6 questions
1
vote
1 answer
Alter existing webpage to show attribute values as text
I visit a webpage that I would like to make a little (for me) more user-friendly.
It consists of a list movie titles with links to imdb.com.
The IMDB user rating can be viewed as a tooltip (the title attribute), and that's the problem. It takes…

Jonas Hansen
- 55
- 5
0
votes
0 answers
Can Stylebot change default in a drop down menu?
I am trying to change the default value from 5 --> 25. But cannot seem to get the syntax correct.
I would be grateful for any suggestions.
0
votes
0 answers
CSS to override Google Sheets gridlines?
I'm looking for help on why my CSS isn't working.
I want to use the Stylebot chrome extension with this CSS to make gridlines darker on a Google Sheet.
.waffle td, .grid-fixed-table td {
border: 1px solid;
border-color: black;
…
0
votes
1 answer
How to make auto change "Show Entries" value with Tampermonkey or Stylebot?
https://datatables.net/examples/advanced_init/length_menu.html
From this page, it's Show "10" Entries. How can we change to "50" every time we open this web by using Tampermonkey or Stylebot in Chrome Browser?

user3546314
- 124
- 1
- 13
0
votes
1 answer
Matching CSS patterns for customised formatting
I am using a Chrome browser extension called Stylebot to apply custom CSS formatting to particular elements on a webpage - the purpose of this is to selectively obscure sensitive information before creating a screencast.
The problem is that on…

Ben
- 198
- 11
0
votes
1 answer
Workflowy - Stylebot - Is there a way to style css tag where a particular tag/item starts with xxx (e.g. "[ ]" or "evernote://" characters?
Trying to style my Workflowy in Stylebot atm.
I use something like [ ] to denote a tasks (not everything stored in my Workflowy are "tasks") and am wondering if there's a way to code the CSS such that it applies to bullet items that begin with "[ …

ingSiang
- 1
- 1