stylish
stylish copied to clipboard
Styles applied to non-applicable websites with an <iframe> from another domain
With the latest version (2.0.4), and Safari (11.0.1) or Safari Technology Preview (Release 43), styles for websites with different URLs are being applied when there is an embedded iframe for another domain on that site.
For example, theguardian.com
has an iframe embed for youtube.com
. When a style is applied to youtube.com
, it will also be applied to theguardian.com
.
Yep, confirm that when I have a dark Google style, basically every website becomes dark...
#34 Another bug fix was a reason for this one. Confirmed and updated in 2.0.6. Will be available in autoupdate soon or you can download it directly from website https://sobolev.us/stylish
Thanks for fixing it!
Not seeing the update though Safari Extension Gallery yet?
Is 2.0.6 released?
2.0.8 released and submitted to Apple. Waiting for approval.
Great! I am still on 2.0.5 and not seeing update yet.
@tzm41 I have beta release here, do you want to test it? (new editor available too)
Ah sure
New editor now supports EMMET shortcuts (ex ZEN Coding in old versions of Stylish), so you still can expand any css shortcuts to full snippets with TAB
key like bgs:c
to background-size: cover;
. Let me known what you think about it. CSS validation can show you the number of errors and highlight exact lines in realtime. Code highlighted with CodeMirror project.