Sneakpeakcss
Sneakpeakcss
@Aris-t2 [Aminomancer](https://github.com/aminomancer/uc.css.js/blob/f32db2920ae540f67d5eecc4cfbd7160fd29cc4c/uc-navbar.css#L546=) has a nice little code to evoke that notification from console. Depending on FF version: ```JavaScript {let notificationTest=gBrowser.getNotificationBox(gBrowser.selectedBrowser);notificationTest.appendNotification(null,{label:"This is a demo notification",priority:notificationTest.PRIORITY_INFO_HIGH},[{label:"Button 1"},{label:"Link 1",supportPage:"https://github.com/aminomancer/uc.css.js"}])} ``` or ```JavaScript {let...
I also had this problem when i was testing animateContextMenus, but i thought it was only because i did a really fast installation and some scripts were interfering with each...
In the meantime you could try changing it to your liking with css: ```css /*searchbar colors*/ #tabswitcher-window #pattern-textbox { -moz-appearance: none !important; color: white !important; background-color: #191919 !important; border: 1px...
> It works on Windows 11. I find window related features rather difficult to do, so might not fix this. To some extent i can relate, i've had similar problems...
> > you can try it [norvel_history-3.1.0.2.2.109.2023.09.14-xiao.xpi.zip](https://github.com/xiaoxiaoflood/firefox-scripts/files/12611885/norvel_history-3.1.0.2.2.109.2023.09.14-xiao.xpi.zip) > > How did you find this file? I can't find it anywhere on the repository page. That's his own upload in this...
> I didn't even notice the squished date picker. Thanks for pointing that out, but the version you sent didn't fix this for me (...) Works on my side(Firefox 115.3.1esr),...
> @Sneakpeakcss > > > override chrome://global/content/elements/datetimebox.js ../resources/datetimeboxNorwellFix.js > > hello Sneakpeakcss, use `override chrome://global/content/elements/datetimebox.js chrome://norwell/content/datetimeboxNorwellFix` in `chrome.manifest` You mean to do it from extension itself ? I wanted to...
> I didn't modify anything yet, but do I just un-zip the extension, modify the .js files and re-zip it? You might need to package it without any compression as...
> Just to be clear, this still applies globally, like mentioned [here](https://github.com/xiaoxiaoflood/firefox-scripts/issues/268#issuecomment-1773913762), and not only to the extension itself? Yes, as long as Norwell extension is turned on, then it...
> @Sneakpeakcss In regards to you updating links: > > > [2023-24-10] > > [CalendarFix](https://github.com/xiaoxiaoflood/firefox-scripts/files/13127738/datetimeboxNorwellFix.zip) > > [2023-25-10] > > [[email protected]](https://github.com/xiaoxiaoflood/firefox-scripts/files/13141284/norvel%40history.xpi.zip) > > And here's one that has datetimeboxNorwellFix.js already...