Jump to content

My Browser Builds (Part 2)


Recommended Posts


Soggi above has stored some current versions on his website...

Or old versions from Wayback machine:
last archived Serpents are from 20200822:

https://web.archive.org/web/20200824094315/https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200822-57e81f0-uxp-dd1ad91cb-xpmod-ia32.7z
https://web.archive.org/web/20200824094215/https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200822-57e81f0-uxp-dd1ad91cb-xpmod.7z
https://web.archive.org/web/20200824094244/https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200822-57e81f0-uxp-dd1ad91cb-xpmod.7z
(44-50MB)

K-Meleon last archived build is 20200926:
https://web.archive.org/web/20201001055613/https://o.rths.ml/kmeleon/km76.3.1-goanna-20200926.7z (35MB)

(Notepad.... dimly remember that mess also had an issue with storing linebreaks only partially, either only \r or \n...)
.

Edited by siria
Link to comment
Share on other sites

1 hour ago, DanR20 said:

The way I do it is to export manifest.json with 7-zip, open it with Microsoft Word then copy the updated code in and import it back into the .xpi addon.

When you set Notepad++ as default program to open .json-files, you can directly open and edit them from within the .xpi, save and the .xpi will be updated. :)

Screenshot_xpi.thumb.png.4fceeac07cc51f520570c93380d5b489.png

[Edit]

In my XP Virtual Machine I use an older version of Notepad++ (7.5.1), since newer versions don't support XP any more...

npp.7.5.1.Installer.zip

Edited by nicolaasjan
Link to comment
Share on other sites

@nicolaasjan,

That makes it easier than extracting it. You can also directly edit the file with 7-zip within the .xpi and without extraction (it'll open notepad) but sometimes that works and sometimes not as far as corrupting the addon. Better to go with with a program like Notepad++ that's more reliable.

Link to comment
Share on other sites

Hi

3 hours ago, DanR20 said:

That might work too. When I do it with notepad I'm getting the same corrupt problem where it won't install.

This is exactly what happens with Notepad a corrupt installation issue.

thanks for the notepad++ link
I take notepad++  7.3.3 latest version to work with XP2 :rolleyes:

Link to comment
Share on other sites

On 10/22/2020 at 3:38 AM, S75 said:

...how i can install that ''Good Old Youtube'' extension in NM27 or it not support it any way?

If you want YouTube’s classic layout (which btw might cease to exist at any time) in NM27, have you tried a user agent override with “googlebot” as discussed in https://msfn.org/board/topic/181184-yt-may-not-work-on-old-browsers-anymore-starting-march-2020/?do=findComment&comment=1183860? It seems like someone mentioned in this thread that the same method worked for NM27 - probably within the last 45 pages, but I don’t feel like searching for that today. :zzz: Edit: I missed the part about such SSUAOs stopped working weeks ago. :wacko:

Edited by Vistapocalypse
Link to comment
Share on other sites

7 hours ago, DanR20 said:

You can also directly edit the file with 7-zip within the .xpi and without extraction (it'll open notepad) but sometimes that works and sometimes not as far as corrupting the addon.

7-zip has an (advanced) setting under Tools -> Options -> Editor where you can input the full path to your preferred code editor's main executable, and from then on "text-like" files inside an opened archive will open with said selected editor; very handy indeed, does not involve OS-wide file type (i.e. extension) associations... :P

pRRQj3F.jpg

7 hours ago, nicolaasjan said:

It's done with WinRAR here, but sometimes I use 7-zip as well.

Just make sure you set Notepad++ as the default program for .json-files.

A similar (advanced) setting exists inside WinRar, too:

dWU9EGM.jpg

(Apologies, but I currently have a Greek-only installation of latest WinRar 5.91, I guess you still get the idea, hopefully :D )

PS: The code editor of my choice... :whistle:

Edited by VistaLover
Link to comment
Share on other sites

8 hours ago, siria said:

Soggi above has stored some current versions on his website...

Beside the FF 45ESR and New Moon 26.5 / 27 / 28 versions on my website, I also have some others on my HDD:

  • basilisk52-g4.6.win32-git-20201003-ef27fbe-uxp-15acac52b-xpmod.7z
  • basilisk52-g4.6.win32-git-20201003-ef27fbe-uxp-15acac52b-xpmod-ia32.7z
  • basilisk55-win32-git-20200919-a4291d5cc-xpmod.7z
  • basilisk55-win64-git-20200919-a4291d5cc-xpmod.7z
  • bnavigator.win32-20201003-355db4de-uxp-15acac52b-xpmod.7z
  • iceape.win32-20201003-id-eed0566-ia-41157bf-uxp-15acac52b-xpmod.7z
  • icedove.win32-20201003-id-eed0566-uxp-15acac52b-xpmod.7z
  • KM76.3.1-Goanna-20201003.7z
  • mailnews.win32-20201003-355db4de-uxp-15acac52b-xpmod.7z
  • retrozilla-suite-tls12-20200131.7z

...if needed. Let's wait, what roytam1 says to my offer.

8 hours ago, nicolaasjan said:

In my XP Virtual Machine I use an older version of Notepad++ (7.5.1), since newer versions don't support XP any more...

That's wrong! The latest version still supports Windows XP, I run Notepad++ 7.9 myself without a problem on it.

kind regards
soggi

Link to comment
Share on other sites

5 hours ago, Vistapocalypse said:

If you want YouTube’s classic layout <snipped> in NM27, have you tried a user agent override with “googlebot” as discussed...

Unfortunately, the youtube SSUAO method has ceased working many weeks ago, whether you impersonate Google Bot or a relatively old Firefox (etc.) version :( ; more finer "machinery" :angry: is currently needed for Youtube in order to access their non-polymer layout, the process involves URL and Request Header manipulation (to specifically request from the server a late July/early August version of the embedded youtube player, as mentioned by @RainyShadow here ), plus some additional HTML/CSS fixes may be needed to be applied on the generated "Classic" youtube page... ;) This is basically what the two Firefox WEs discussed previously actually do...

On 10/21/2020 at 8:02 PM, RainyShadow said:

How does one write a simple extension for NM27?

15 hours ago, ArcticFoxie said:

Though might be easier to see if a NM27 addon can be created.

WE need a "legacy" type extension for both New Moon 27+28 to regain Classic YT :( ; NM28, with its more advanced platform and engine, stands better chances of having such an add-on created for it, not least because it also supports jetpack extensions... Another possible solution would be to write a usescript duplicating the functions of those WEs and installing it on NM27/28 via "Greasemonkey for Pale Moon" :dubbio:

This subject, but for official Pale Moon 28, was first brought up in the official support forum:

https://forum.palemoon.org/viewtopic.php?f=46&t=25030

but the developers there, despite having the know-how to write such an extension, vehemently refused to do so, sayin' it isn't worth their time and effort on developing something that may get obsoleted any day now...

Quote

no one in their right mind will port over a dying extension/trick to Pale Moon. The sooner you/we accept this, the better.

I do note, however, that we have a "coders corner" here at MSFN:

https://msfn.org/board/forum/99-coding-scripting-and-servers/

...perhaps it wouldn't hurt asking over there... ;)

Link to comment
Share on other sites

On 10/23/2020 at 10:33 AM, VistaLover said:

Youtube in order to access their non-polymer layout, the process involves URL and Request Header manipulation

maybe we can have some hint from here: https://stackoverflow.com/questions/30585385/firefox-extension-how-to-intercept-the-requested-url-conditionally-and-block-it

and https://stackoverflow.com/a/1777834/145278

Edited by roytam1
Link to comment
Share on other sites

6 hours ago, soggi said:

That's wrong! The latest version still supports Windows XP, I run Notepad++ 7.9 myself without a problem on it.

Just tried it; you're right.

Thanks! :)

 

However, when I tried quite some time ago, it threw an error and on their forum (or Github?) there was a heated discussion about the dropped XP support...

Guess they changed something.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...