Jump to content

Userstyle: how to apply to shadow DOM that is inside iframe?


Go to solution Solved by zdanevich,

Recommended Posts

Hi, I tried all these 4 scripts from https://greasyfork.org/en/scripts?q=Stylus+Shadow+DOM

With CSS:

@-moz-document url-prefix("https://www.evernote.com") {
	:host * { outline: 1px solid red !important; }

	#en-note:host
	{
		padding: 0 !important;
		background: red !important;
	}

}

but nothing .

I am on Firefox 128, Stylus extension.

I want to decrease the padding of the note view (left and right):

image.png.a979e604870e4c7edcb701ddc07bd40c.png

As you see in the screenshot - there is not enough space for the table, but padding eats it.

Thanks for the help.

Link to comment
  • Level 5

I understand you want to do something related to EN. And that’s all I understand.

This is a user forum, and there may be a few devs here as well. But I doubt this will be answered, first of all because you don’t tell what you want to achieve or n a greater picture, and then because you don’t meet many of your fellow coders here.

I know support redirects devs here, but it’s sort of a dead end. Try the bunch at Stackoverflow or GitHub ?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...