Setting the start page
Moderators: Lootyhoof, FranklinDM
-
evanescent
Setting the start page
I do not want to see anything on starting Pale Moon but my own choice for a start page, which for some years has been my email server. I never want to see such a thing as startme unless I personally sign up for it. How do I remove it completely from my Pale Moon browser start-up and restore my own choice, please?
-
squarefractal
Re: Start portal discussion thread
The same way you set your home page, unless you think or want to suggest that a HTTP request from the browser to start.me will trigger an apocalypse, in which case you can download the source, change the defaults and compile your own copy.evanescent wrote:How do I remove it completely from my Pale Moon browser start-up and restore my own choice
Off-topic:
A question for MC/Tobin: why does running strings through the binaries NOT yield a match for start.palemoon.org?
A question for MC/Tobin: why does running strings through the binaries NOT yield a match for start.palemoon.org?
- New Tobin Paradigm
- Knows the dark side

- Posts: 8850
- Joined: 2012-10-09, 19:37
- Location: Skaro
-
squarefractal
Re: Start portal discussion thread
I was actually talking about the strings present in the browser binaries.
Re: Start portal discussion thread
I don't hard-code those things into the binaries.squarefractal wrote:I was actually talking about the strings present in the browser binaries.
"Son, in life you do not fight battles because you expect to win, you fight them merely because they need to be fought." -- Snagglepuss


- New Tobin Paradigm
- Knows the dark side

- Posts: 8850
- Joined: 2012-10-09, 19:37
- Location: Skaro
Re: Start portal discussion thread
There is very little in the way of strings in actual binary files..
-
squarefractal
Re: Start portal discussion thread
So it just vanishes into the air? Seems like it, since I can't find a single occurrence of "palemoon.org" in the binaries, except for in the status bar:
Code: Select all
guest@porteus:~$ find /opt/palemoon -type f -exec grep -li palemoon.org {} \;
/opt/palemoon/distribution/bundles/statusbar@palemoon.org/install.rdf
- New Tobin Paradigm
- Knows the dark side

- Posts: 8850
- Joined: 2012-10-09, 19:37
- Location: Skaro
Re: Start portal discussion thread
Strings are by enlarge in the langpacks and other related files safely locked away in the omnija files.
I posted to you the file that contains where it is defined.
I posted to you the file that contains where it is defined.
Re: Start portal discussion thread
If you search for a string in compressed files, you won't find any.
Also, this is totally off-topic.Please take it to another thread. Splitting the topic.
Also, this is totally off-topic.
"Son, in life you do not fight battles because you expect to win, you fight them merely because they need to be fought." -- Snagglepuss



