Anything to do with the Pale Moon add-ons website. (addons.palemoon.org)
Not for questions about add-ons themselves!
Forum rules
Important: This board is for specifics regarding the add-ons website (addons.palemoon.org) and not to report extension compatibility issues or discuss different extensions.
Please only post here when your topic is directly related to the add-ons website service so our moderators don't have to move your posts all the time...
-
letmeindude
Unread post
by letmeindude » 2020-01-08, 16:01
When I open a few tabs I get this:
So why not move that text to the end, so we can see extension names in our tabs without hovering, switching, etc?
-
therube
- Board Warrior

- Posts: 1702
- Joined: 2018-06-08, 17:02
Unread post
by therube » 2020-01-09, 06:37
(Not what you want, but mouseover on the tab... Should work most everywhere, not only on Pale Moon.
Suppose you could use an extension to modify the page <title> </title>?)
-
karlkracher
- Fanatic

- Posts: 135
- Joined: 2015-12-05, 17:40
- Location: berlin / germany
Unread post
by karlkracher » 2020-01-09, 08:07
Well, I see two possibilities
1. Start a discussion with New Tobin Paradigm.
2. Install
Greasemonkey (if not already done) and use a script to change the title tag
Code: Select all
// ==UserScript==
// @name change_pm_addon_title
// @namespace cpat
// @include https://addons.palemoon.org/*
// @version 1
// @grant none
// ==/UserScript==
// greasemonkey for pale moon 3.31.4
document.title = document.title.replace ('Pale Moon - ', '') + ' - Pale Moon';
-
New Tobin Paradigm
Unread post
by New Tobin Paradigm » 2020-01-09, 12:02
No.
-
letmeindude
Unread post
by letmeindude » 2020-01-09, 12:28
karlkracher wrote: ↑2020-01-09, 08:07
1. Start a discussion with New Tobin Paradigm.
2. Install
Greasemonkey (if not already done) and use a script to change the title tag
1. No.
2. Thank you, I have Violentmonkey installed in Opera, so that will do it.
-
jars_
- Lunatic

- Posts: 413
- Joined: 2016-12-27, 00:12
Unread post
by jars_ » 2020-01-09, 12:42
This is really annoying tradition\pattern, has taken root on many sites - site name in the begining of tab аnd only then site topic name.
Это действительно очень тупая традиция\шаблон, прижилась на многих сайтах - имя сайта в начале вкладок и только затем, название раздела, страницы.
2. Install Greasemonkey (if not already done) and use a script to change the title tag
-
letmeindude
Unread post
by letmeindude » 2020-01-09, 13:11
jars_ wrote: ↑2020-01-09, 12:42
This is really annoying tradition\pattern, has taken root on many sites - site name in the begining of tab аnd only then site topic name.
Maybe they want more people to install Greasemonkey

Thank you for the script.
-
New Tobin Paradigm
Unread post
by New Tobin Paradigm » 2020-01-09, 13:21
That would be an incorrect assumption.
-
moonbat
- Knows the dark side

- Posts: 5517
- Joined: 2015-12-09, 15:45
Unread post
by moonbat » 2020-01-10, 02:35
jars_ wrote: ↑2020-01-09, 12:42
This is really annoying tradition\pattern, has taken root on many sites - site name in the begining of tab аnd only then site topic name.
It goes back to when the web was originally made up of HTML documents connected by links - the title reflected the page hierarchy going back to the root. This was long before tabbed browsing existed so space wasn't a constraint. Also when you are browsing through your history, it is easier to see entries for a given site at a glance if the page title begins with the site name.
Although these days many sites have completely stopped making the title reflect the current context or section, making it useless. Right click on your history back button and you will just see a long list of 'mywebsite.com' - so you can't jump back to a particular page anymore.
-
New Tobin Paradigm
Unread post
by New Tobin Paradigm » 2020-01-10, 03:29
I personally have always used reverse breadcrumb page titles but MCP sites use natural order more in line with the older web as moonbat says.
The point is, I am not the one to convince for Pale Moon and Basilisk site page titles. Moonchild is. I merely stay consistent on the parts I manage. So the answer is no until he says otherwise and I am fine with that.