stonecrusher / simpleMenuWizard

Hide contextmenu items in Firefox Photon
MIT License
383 stars 31 forks source link

Unable to integrate with Firefox-UWP-Style #93

Open dp103 opened 2 months ago

dp103 commented 2 months ago

I followed the instructions "Using simpleMenuWizard together with other custom modifications" It still does not work. can someone guide me!

(https://github.com/Guerra24/Firefox-UWP-Style)

stonecrusher commented 2 months ago

Sorry that question is not specific enough. You need to provide more information.

The other modification works, but simpleMenuWizard doesn't?

What browser version do you use?

Show your userChrome.css

dp103 commented 2 months ago

I use Firefox 130.0.1 (64-bit)

i used a clean install of Firefox on win 10.

The "Firefox-UWP-Style" is MDL2 Theme for Firefox. It provided me with bunch of files to be placed in chrome folder.

It includes userContent.css, userChrome.css, customContent.css, customChrome.css and a css folder with more css files within it.

These are the contents of userChrome.css

/AGENT_SHEET/

/ MDL2 / / Base Theme / @import url(./css/base.css);

/ simple Menu Wizard Context Menus / @import url(./simpleMenuWizard.css);

/ Pop-ups, Context Menus, Dropdowns, etc / @import url(./css/context.css);

/ Base Tags Theme / @import url(./css/tags.css);

/ Pages / @import url(./css/pagesChrome.css);

/ Styles / @import url(./css/styles/mdl2.css); @import url(./css/styles/sun-valley.css);

/ @media (-moz-bool-pref: "pref.here") { /

/ Custom CSS for userChrome.css / @import url(./customChrome.css);

stonecrusher commented 2 months ago

I don't know why you didn't place

/* simple Menu Wizard Context Menus */
@import url(./simpleMenuWizard.css);

to the very top as instructed, but I don't think that's the problem.

The other modification works?

dp103 commented 2 months ago

I also placed at the top. Didn't work. yes the theme works. Now i have manually added lines for each specific code to remove tabs in the css file.

After some workaround my main concerns have been resolved.