Search found 2529 matches

by coffeebreak
2020-05-28, 17:46
Forum: Browser extensions
Topic: Add-ons in PM 29
Replies: 3
Views: 390

Re: Add-ons in PM 29

@Giraffe, See this thread: Add-on "was not designed for Pale Moon"
by coffeebreak
2020-05-28, 17:32
Forum: General support
Topic: Changing Bookmarks Toolbar folder favicons
Replies: 10
Views: 517

Re: Changing Bookmarks Toolbar folder favicons

... DOM Inspector... . Never used it, but I'll check it out. Some documentation: DOM Inspector (Mozillazine knowledge base) DOM Inspector : Introduction ; FAQ (MDN) "Using hidden UI in CCK2" (Mike Kaply blog) And something that afaik isn't formally documented... The Pale Moon fork of DOMi (unlike o...
by coffeebreak
2020-05-27, 21:26
Forum: General support
Topic: Full Screen: Auto-unhide Menubar on mouse hover?
Replies: 7
Views: 523

Re: Full Screen: Auto-unhide Menubar on mouse hover?

I would like to also auto-unhide the Menubar. Is there any setting I can change or add that would allow me to do this? - You might take a look at this post for a userChrome solution that unhides all the top-of-page toolbars (including menu bar) in full screen on hover. (For it to work, in about:con...
by coffeebreak
2020-05-26, 12:54
Forum: General support
Topic: Changing Bookmarks Toolbar folder favicons
Replies: 10
Views: 517

Re: Changing Bookmarks Toolbar folder favicons

1. To use different images for same-name subfolders (of different parent folders), use two bits of CSS that specify folder names for both parents and subs. The different parent folder names will distinguish them from each other: Subfolder of parent #1: #personal-bookmarks .bookmark-item[container="t...
by coffeebreak
2020-05-25, 00:21
Forum: General support
Topic: Changing Bookmarks Toolbar folder favicons
Replies: 10
Views: 517

Re: Changing Bookmarks Toolbar folder favicons

Globally: #personal-bookmarks .bookmark-item[container="true"] menupopup .bookmark-item[container="true"] { list-style-image: url("filepath_to_image_or_base64_string") !important; -moz-image-region: auto !important; } For subfolders of a specific parent folder, specify the parent folder name: #perso...
by coffeebreak
2020-05-24, 17:07
Forum: General support
Topic: Changing Bookmarks Toolbar folder favicons
Replies: 10
Views: 517

Re: Changing Bookmarks Toolbar folder favicons

What seems to work with this change? Retaining the first CSS while also setting exception folder images worked simultaneously. It seemed that "exceptions" code had to be equally (more?) specific than the other code about what items to affect, even to specifying #personal-bookmarks . The entry order...
by coffeebreak
2020-05-24, 03:53
Forum: Binary Outcast Projects
Topic: Adblock Prime "disable on [site] only"
Replies: 6
Views: 402

Re: Adblock Prime "disable on [site] only"

I did install it yesterday to test on duckduckgo.com, and ads showed up just fine when the domain was whitelisted. It is set to allow advertisements. Incidentally, this issue impacts other sites as well Actually... I just compared ABPrime with uBO and Adblock Latitude on duckduckgo when whitelisted...
by coffeebreak
2020-05-24, 00:15
Forum: Binary Outcast Projects
Topic: Adblock Prime "disable on [site] only"
Replies: 6
Views: 402

Re: Adblock Prime "disable on [site] only"

First, FTR, I don't use ABPrime, but I did install it yesterday to test on duckduckgo.com, and ads showed up just fine when the domain was whitelisted. Are there other Pale Moon add-ons that could get in the way? You can troubleshoot this for yourself by disabling all add-ons except the adblocker. I...
by coffeebreak
2020-05-23, 23:37
Forum: General support
Topic: Changing Bookmarks Toolbar folder favicons
Replies: 10
Views: 517

Re: Changing Bookmarks Toolbar folder favicons

Starting the css for the individual folder(s) with #personal-bookmarks seems to work. Probably it wasn't specific enough without it: #personal-bookmarks .bookmark-item[container="true"][label="folder_name_here"] { list-style-image:url('icon_here.ico') -moz-image-region:auto!important;} As an alterna...
by coffeebreak
2020-05-23, 03:35
Forum: Binary Outcast Projects
Topic: Adblock Prime "disable on [site] only"
Replies: 6
Views: 402

Re: Adblock Prime "disable on [site] only"

Tharthan wrote:
2020-05-23, 02:25
Could my having third-party cookies disabled play some role in this?
No.

Do you search off a bookmark (or plugin) with customized settings?
If so, you might check your DDG advertisement settings.
by coffeebreak
2020-05-22, 23:22
Forum: Bug reports (Linux & other)
Topic: dumpert.nl results in black window
Replies: 9
Views: 375

Re: dumpert.nl results in black window

Moonchild wrote:
2020-05-22, 20:47
I got none of those.
I get the same error as adesh right after clicking the consent for cookies.
by coffeebreak
2020-05-18, 12:12
Forum: Bug reports (Windows)
Topic: Bookmark icons of some in toolbar are changing
Replies: 22
Views: 1367

Re: Bookmark icons of some in toolbar are changing

You might try a Custom Buttons solution - see this post and following for the button code + instructions.
by coffeebreak
2020-05-17, 18:47
Forum: Pale Moon for Linux
Topic: Pale Moon 27.8.4 and reCAPTCHA
Replies: 5
Views: 262

Re: Pale Moon 27.8.4 and reCAPTCHA

It might help to create a boolean preference in about:config -- dom.messageChannel.enabled = true .
See this post.
by coffeebreak
2020-05-16, 11:14
Forum: General support
Topic: FYI: ourworldindata.org (covid info site) does not work genuine PM UA
Replies: 7
Views: 361

Re: FYI: ourworldindata.org (covid info site) does not work genuine PM UA

The first part of the override, that determines which site it's for, is: general.useragent.override.polyfill.io . Even though weather.com provided an occasion for making the override, that override is not for weather.com. It's an override for polyfill.io , and it's the reason that ourworldindata.org...
by coffeebreak
2020-05-16, 09:25
Forum: General support
Topic: FYI: ourworldindata.org (covid info site) does not work genuine PM UA
Replies: 7
Views: 361

Re: FYI: ourworldindata.org (covid info site) does not work genuine PM UA

both links to a page worked without any problems. And I'm using the default user agent mode for Firefox Compatibility. I'm also using the default user agent for linux Pale Moon Do you still have the UA override for polyfill.io that you set to deal with weather.com issues? That override is effective...
by coffeebreak
2020-05-15, 16:43
Forum: General support
Topic: FYI: ourworldindata.org (covid info site) does not work genuine PM UA
Replies: 7
Views: 361

Re: FYI: ourworldindata.org (covid info site) does not work genuine PM UA

This is likely due to ourworldindata.org using the old version 2 of the polyfill script. They need to update to v.3. Either blocking polyfill.io , or making a UA override for polyfill.io (rather than for ourworldindata.org) should be equally hellpful here, as well as for other sites that use the old...
by coffeebreak
2020-05-15, 16:11
Forum: Browser plug-ins
Topic: I can't disable the latest Flash beta
Replies: 3
Views: 317

Re: I can't disable the latest Flash beta

Whether Flash Player is activated or not, the linked video uses HTML5 here.

If you right-click on the video during play, do you see Flash Player information?
by coffeebreak
2020-05-14, 14:19
Forum: General support
Topic: View Image Info bug?
Replies: 23
Views: 891

Re: View Image Info bug?

davews wrote:
2020-05-14, 13:41
When I test sites as I browse it seems 50% that they fail.
Among all the sites you linked, I only see this issue on mensa.org.uk.
For all the others there was no problem.
by coffeebreak
2020-05-14, 01:05
Forum: General support
Topic: Some tiktok videos won't play
Replies: 26
Views: 716

Re: Some tiktok videos won't play

The videos play fine here too with Native and Compat user agents in current PM release.
by coffeebreak
2020-05-12, 17:14
Forum: Browser extensions
Topic: Screengrab fix version
Replies: 24
Views: 809

Re: Screengrab fix version

in Borealis where there are no Firefox Devtools? Well... Not having devtools in Borealis was your choice. From my end, I don't guage the worth of a feature by whether it caters to Borealis, since I don't use that browser. In Pale Moon, a screenshot can be sent to the clipboard. As for the visible p...