Pure URL for Palemoon
Moderators: Lootyhoof, FranklinDM
Forum rules
Please do not create new topics here unless you are an extension author in need of a dedicated releases&support thread!
Please do not create new topics here unless you are an extension author in need of a dedicated releases&support thread!
Re: Pure URL for Palemoon
Learn how to quote properly and when not to quote at all, moonbat.
-
- Knows the dark side
- Posts: 5584
- Joined: 2015-12-09, 15:45
Re: Pure URL for Palemoon
Wasn't paying attention 
Fixed it now.

Fixed it now.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net
-
- Knows the dark side
- Posts: 5584
- Joined: 2015-12-09, 15:45
Re: Pure URL for Palemoon
Changelog for 2.2.3
- Fixed overlay for Borealis Navigator.
- Code refactoring.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net
Re: Pure URL for Palemoon
I tried to remove a field added by me from the list, but it hasn't been actually removed.
-
- Astronaut
- Posts: 582
- Joined: 2018-04-20, 20:31
Re: Pure URL for Palemoon
Latest update is displayed broken on all themes. Already posted this elsewhere, but reposting is not a crime. Disabling PureURL is the definitely solution ATM.
You do not have the required permissions to view the files attached to this post.
-
- Knows the dark side
- Posts: 5584
- Joined: 2015-12-09, 15:45
Re: Pure URL for Palemoon
Works great with default theme and Moonscape, and at any rate there is nothing in an extension that should affect themes. Also it will work in the background even if you remove the toolbar button, so you needn't disable it (or use the configurable tools menu option to access it). What theme are you using?
You do not have the required permissions to view the files attached to this post.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net
-
- Knows the dark side
- Posts: 5584
- Joined: 2015-12-09, 15:45
Re: Pure URL for Palemoon
Fixed now in version 2.2.4, please check.Andrew Herbert wrote: ↑2020-05-19, 18:40I tried to remove a field added by me from the list, but it hasn't been actually removed.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net
Re: Pure URL for Palemoon
Versions 2.2.3 and 2.2.4 completely break Z-Notifier (fork of X-Notifier-Reloaded), all previous versions were fine
https://github.com/Loirooriol/Z-Notifier
https://github.com/Loirooriol/Z-Notifier
-
- Knows the dark side
- Posts: 5584
- Joined: 2015-12-09, 15:45
Re: Pure URL for Palemoon
If you turn it off (uncheck 'Fix links on pages' in settings), does it make a difference? Otherwise are there any console errors from either extension?ScootyPuffJr wrote: ↑2020-05-22, 11:38Versions 2.2.3 and 2.2.4 completely break Z-Notifier (fork of X-Notifier-Reloaded), all previous versions were fine
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net
Re: Pure URL for Palemoon
No that doesn't make a difference and there's two separate errors in the console:moonbat wrote: ↑2020-05-22, 11:52If you turn it off (uncheck 'Fix links on pages' in settings), does it make a difference? Otherwise are there any console errors from either extension?ScootyPuffJr wrote: ↑2020-05-22, 11:38Versions 2.2.3 and 2.2.4 completely break Z-Notifier (fork of X-Notifier-Reloaded), all previous versions were fine
Timestamp: 22/05/2020 13:35:16
Error: TypeError: prefService is undefined
Source File: chrome://xnotifier/content/overlay.js
Line: 253
Timestamp: 22/05/2020 13:36:11
Error: TypeError: this.main is undefined
Source File: chrome://xnotifier/content/overlay.js
Line: 68
Thanks for the quick reply btw

-
- Knows the dark side
- Posts: 5584
- Joined: 2015-12-09, 15:45
Re: Pure URL for Palemoon
This is the issue - a namespace conflict, because both extensions use a global variable called prefService. I've moved most of the extension's functions into their own namespace, was planning to complete it for the next version. Will update within a day or two.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net
Re: Pure URL for Palemoon
Thank you

-
- Astronaut
- Posts: 582
- Joined: 2018-04-20, 20:31
Re: Pure URL for Palemoon
Preemptive thanks.
-
- Knows the dark side
- Posts: 5584
- Joined: 2015-12-09, 15:45
Re: Pure URL for Palemoon
Changelog for 2.3
- Moved all functions/variables into namespace.
- Changed setting of toolbarbutton image attribute directly through Javascript, uses CSS instead.
- Tools menu icon now is also colored to indicate if active, same as the toolbar button.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net
-
- Knows the dark side
- Posts: 5584
- Joined: 2015-12-09, 15:45
Re: Pure URL for Palemoon
I hope this is fixed nowKlarkKentThe3rd wrote: ↑2020-05-21, 18:45Latest update is displayed broken on all themes. Already posted this elsewhere, but reposting is not a crime. Disabling PureURL is the definitely solution ATM.

Please let me know.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net
-
- Moon Magic practitioner
- Posts: 2882
- Joined: 2012-08-19, 20:32
Re: Pure URL for Palemoon
The icon background is back. Currently on v.2.3. As before, it's only visible in the Status Bar.
You do not have the required permissions to view the files attached to this post.
Last edited by back2themoon on 2020-05-23, 21:05, edited 1 time in total.
-
- Astronaut
- Posts: 582
- Joined: 2018-04-20, 20:31
Re: Pure URL for Palemoon
It's working fine now.
-
- Lunatic
- Posts: 446
- Joined: 2013-02-22, 21:16
- Location: East Coast Australia
Re: Pure URL for Palemoon
< withdrawn>
Dynamic vs Static
Found answer in Release Information page ... almost
Still not sure how that affects results.
I am using Dynamic
Dynamic vs Static
Found answer in Release Information page ... almost

Still not sure how that affects results.
I am using Dynamic
Last edited by bawldiggle on 2020-05-29, 06:40, edited 6 times in total.
Win-7 PRO 64-bit
Palemoon; auto updates current version (32-bit)
Palemoon; auto updates current version (32-bit)
-
- Lunatic
- Posts: 446
- Joined: 2013-02-22, 21:16
- Location: East Coast Australia
Re: Pure URL for Palemoon
My URL tracking strings are not working
"/?_m", "?_m"
But they work on eBay
What am I doing wrong ?
AND
Can I re-sort the URLs list ?
Thank you for your excellent extn
... despitehttps://www.ghacks.net/2020/05/25/ebay- ... he-webpage/?_m=3n%2e0038%2e2471%2ega0ao07kwe%2e2l2w
"/?_m", "?_m"
But they work on eBay
What am I doing wrong ?
AND
Can I re-sort the URLs list ?
Thank you for your excellent extn

Win-7 PRO 64-bit
Palemoon; auto updates current version (32-bit)
Palemoon; auto updates current version (32-bit)
-
- Knows the dark side
- Posts: 5584
- Joined: 2015-12-09, 15:45
Re: Pure URL for Palemoon
You skip the question mark - that signifies the start of the query parameters. So you should just use _m. Also the list is alphabetically sorted when shown in the dialog.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net