You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This short PHP script will print out a concatenated CSS file, using CSS Nesting (support added in Safari 16.5) that can be used as ~/safari.css and Safari > Advanced > Style sheet
This is not yet a concrete proposal but rather some notes and thinking out loud.
Background
I noticed that the user stylesheet chosen to Safari using
Preferences > Advanced > Style sheet
is applied without a flash of styled content.So I wondered if I could use it to inject all PageExtender CSS?
Testing
I have chosen
~/safari.css
as the file chosen in Safari preferences.Different approaches
@import ".css/letterboxd.com.css";
~/safari.css
~/.css/default.js
document.documentElement.setAttribute("data-location", window.location.href);
~/safari.css
WIPsee belowThe text was updated successfully, but these errors were encountered: