Reviews for Stylus
Stylus by Stylus Team, Jeremy Schomery
Review by Firefox user 14026981
Rated 5 out of 5
by Firefox user 14026981, 7 years agoStyles are applied when page load is finished, however loading time of page may be long.
If Stylus can run at document start, I don't need to wait page load finished.
Can Stylus run at document start?
updated:
Oh, I find the problem. It is my fault.
I used 'max-width: calc(100vw - var(--scrollbar_vertical_width));' in Stylus.
And the value of '--scrollbar_vertical_width' is set using javascript (Tampermonkey).
i.e. window.addEventListener("load", function() {/* calculate scroll bar size */})
The value is set on loaded, so before loaded the value is invalid and the style will go wrong.
Now I change 'load' to 'DOMContentLoaded', it is fine.
If Stylus can run at document start, I don't need to wait page load finished.
Can Stylus run at document start?
updated:
Oh, I find the problem. It is my fault.
I used 'max-width: calc(100vw - var(--scrollbar_vertical_width));' in Stylus.
And the value of '--scrollbar_vertical_width' is set using javascript (Tampermonkey).
i.e. window.addEventListener("load", function() {/* calculate scroll bar size */})
The value is set on loaded, so before loaded the value is invalid and the style will go wrong.
Now I change 'load' to 'DOMContentLoaded', it is fine.
Developer response
posted 7 years agoExcellent investigation! Indeed, Stylus runs at document start and has been doing that since forever.
1,148 reviews
- Rated 5 out of 5by kuroki, 9 days ago
- Rated 5 out of 5by Sergey, 9 days ago
- Rated 5 out of 5by Quitanell, 12 days ago
- Rated 5 out of 5by Firefox user 18558476, 13 days ago
- Rated 5 out of 5by woam, 14 days ago
- Rated 5 out of 5by klementine des pêches, 19 days ago
- Rated 5 out of 5by Firefox user 18447983, 19 days ago
- Rated 5 out of 5by Firefox user 18735572, 21 days agoمفيدة جدا لتحويل الكتابة من اليسار الى اليمين في تطبيق نوشن
- Rated 5 out of 5by outtieTV, 22 days ago
- Rated 5 out of 5by Firefox user 18924473, 24 days ago
- Rated 5 out of 5by Nikitamce, a month ago
- Rated 5 out of 5by Firefox user 18903740, a month ago
- Rated 5 out of 5by Ardiw, a month ago
- Rated 5 out of 5by Ashmedai, a month ago
- Rated 5 out of 5by Firefox user 14166396, a month ago
- Rated 5 out of 5by anangslamet, a month ago
- Rated 5 out of 5by Firefox user 18888451, a month ago
- Rated 5 out of 5by bunnie, 2 months ago
- Rated 5 out of 5by zsyzsykk, 2 months ago
- Rated 1 out of 5by Hasdorg, 2 months ago
- Rated 5 out of 5by MATEUS BINO, 2 months ago
- Rated 5 out of 5by Firefox user 18052546, 2 months ago
- Rated 5 out of 5by Dean, 2 months ago
- Rated 5 out of 5by Bob M., 2 months ago