J
J
Jedi2017-08-27 23:45:46
Python
Jedi, 2017-08-27 23:45:46

How to change browser scrollbar?

Hello, how can I change the browser scroll bar?

Already 20 minutes looking for how, but damn it, apparently no way :). I certainly found a couple of examples, but they are not enough.

Please write me the shortest documentation, GetStarted for this. Thanks :).
Or, just write what properties to write, and to which element.
It is desirable without the use of javascript, I read on the zebra that it is very, very harmful.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Bashinsky, 2019-05-05
@KOT10

Create a listener function that puts everything it receives into a queue.
This function simply while executes longpoll requests, writes them to the queue without processing, and immediately starts listening further
Create a function for reading this queue:
1) dequeu, if empty - return
2) processing
Spread the second function into several threads and loop

D
devalone, 2019-05-05
@devalone

Better use asyncio.

S
Sergey delphinpro, 2017-08-27
@PHPjedi

Without js it is possible, but limited and not the same in browsers.
For webkits (the best features, you can do very well)
https://gist.github.com/delphinpro/266c7a76e614e1c...
There are styles for IE/EDGE too There is
no styling option in FF.
js solutions are more cross-browser and provide more options.
the best solution out there, this is https://github.com/Diokuz/baron

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question