Questions tagged [palemoon]

Pale Moon is an Open Source, Firefox-based web browser available for Microsoft Windows and Linux, focusing on efficiency and ease of use.

9 questions
4
votes
1 answer

Simple firefox extension "not compatible" error in Pale Moon

I'm trying to get a very basic extension working in Pale Moon (variation of Firefox). lib\main.js: var data = require("sdk/self"); var pageMod = require("sdk/page-mod"); pageMod.PageMod({ include: "*.annoyingsite.com", contentScriptFile:…
Jodes
  • 14,118
  • 26
  • 97
  • 156
1
vote
2 answers

What part of the url i get while trying to open postman from browser link in your api site should i feed postman and where?

While trying to open the "open with postman" link on Imgur's api side https://apidocs.imgur.com/ a popup gives me an option to "open" with postman for linux ( I'm in archlinux 64 with postman installed in /usr/bin/) But instead of open postman my…
1
vote
1 answer

Why is this an error in IE11 and Pale Moon?

I reported a Javascript bug to the FreeNAS team on their bug tracker, related to their upcoming release which won't work due to a JS syntax error on some less common browsers, but I'm curious why it's an error. The code snippet raises a pretty…
Stilez
  • 558
  • 5
  • 14
1
vote
1 answer

How to remove focus rings from Firefox, what is the correct selector for the main window?

EDIT: The focus rings are caused by the Grab And Drag plugin. See my answer below for the fix. Whenever I click on any part of a web pages' body, Firefox (Pale Moon 27.2.1) puts focus rings around the perimeter of the browser window (see…
Jeff
  • 5,962
  • 16
  • 49
  • 81
1
vote
1 answer

How do I persuade an icon in a listcell to be sized to 16x16

I'm going slightly demented with an old(ish) firefox extension I am trying to clean up. It creates a list of web sites and their favicon. And it displays the list either as a pop up menu or as a list, depending on what you ask for. And I cannot get…
Tom Tanner
  • 9,244
  • 3
  • 33
  • 61
0
votes
0 answers

Selenium Web Driver to automate PaleMoon web browser?

Looking for a Selenium Web Driver to automate Palemoon web browser. Googling didn't bring any results.
ShamilS
  • 1,410
  • 2
  • 20
  • 40
0
votes
0 answers

How to delete cache using javascript in Pale Moon browser?

I want to delete the cache and cookies on Pale Moon browser but I don't know to do it. In Firefox I use this code: function clearFirefox () { //Clear cookies Components.classes["@mozilla.org/cookiemanager;1"] …
Ştefan
  • 35
  • 1
  • 8
0
votes
1 answer

Imacros SAVEAS function on Windows Server

Hello users of Stackoverflow, I was just coding some imacros code and faced with unpleasant case. Thing I'm trying to get worked: I'm trying to save !EXTRACT value to Datasource folder in imacros folder (Documents and Settings). I'm using Windos…
0
votes
2 answers

Open a "popup" without focusing it

I've been trying to open a "popup" [1] without it taking the focus automatically. I tried to blur it, from the opener or from the popup itself unsuccessfully. I also looked for pop-under but didn't find anything relevant on Google about both…
jeromej
  • 10,508
  • 2
  • 43
  • 62