-
Running Firefox 103.0, which I believe is the current version. When I click on the xpi link to install the current version of TMP, Firefox reports that the file is corrupt and cannot be installed. Is …
-
Close a tab, open a new tab at several places away from its original place, then reopen that tab.
The tab will have a chance reopen at 1~2 places left or right of the place it should be which may cor…
-
So, when I try to open chrome://userchromejs/content/aboutconfig/config.xhtml , my Nightly version 101.0a1 (2022-04-07) (64-bit) gives me a "File not found" error.
Did Mozilla change something, tha…
-
I already have xiaoxiaoflood's usrChromeJS 'protocol' installed so the only required step in this case is to add the _aboutconfig_ folder to the user's profile/chrome/_utils_ folder. For whom may be c…
ghost updated
2 years ago
-
Is it right that the Addon is not signed?
With Firefox ESR and `xpinstall.signatures.required` to `false` it seems to load but I still see the warning. Is this option required for TMP?
Could you p…
-
Sorry to bring this up again. Had Win7/Win11 dual boot with both working fine pointing to profile on D drive for seamless move for a few months now. Just decided to move to Win11. Installed the latest…
-
Hi, I just want to let you know that TMP 1.0.0-pre.8 stopped working on G4.1.3.
I was surprised when I noticed that TMP features went missing so I checked my Addon Page.
As it turns out, TMP got dis…
-
I recently found a way to register a new `about:` URL and figured it'd be a pretty good match for this. I just registered your config document to `about:cfg`, which looks a bit fancier than a long chr…
-
Hello! 🙂
I pressed the icon on Tools Menu > User Scripts > "Switch to item in Tools Menu". How can I get it back?
---
![Pic](https://user-images.githubusercontent.com/30071027/168567680-d27e1c8…
-
`document.getElementById("history-panelmenu").addEventListener("click",function(e){
if(e.button == 2){
e.stopPropagation();
e.preventDefault();
undoCloseTab(0);
}
},false)`
I am usin…