Jump to content

Mabeso

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

About Mabeso

Profile Information

  • OS
    XP Pro x86

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mabeso's Achievements

3

Reputation

  1. For some reason this trick stopped working in roytam1’s Basilisk forks. But it still works in Feodor's Centaury. I use this string right now: Mozilla/5.0 (%OS_SLICE%; rv:73.0) Gecko/20100101 Firefox/69.0
  2. Works totally fine now (though only with my version of Foxy Proxy with the dumb "fp.isGecko45 = true" fix).
  3. Thanks! It was that simple after all. Looks like I just missed the link to NM 28, silly me.
  4. Hello everybody! Is there a way to use a Socks5 proxy with password on New Moon or Arctic Fox via extensions only (with no additional software such as Proxyfier)? On Roytam1's Serpent and in MyPal I use the hack for the FoxyProxy extension from Palemoon forum (https://forum.palemoon.org/viewtopic.php?t=20886) and it works perfectly fine. However, for some reason it refuses to work in New Moon or Arctic Fox. Do you have any clues why and if there is a way to overcome this? Here's the hack: --- components\common.js.orig Fri Jan 27 13:35:18 2017 +++ components\common.js Fri Nov 16 18:33:52 2018 @@ -27,3 +27,3 @@ // We need that to handle bug 769764 properly. - fp.isGecko17 = this.vc.compare(this.appInfo.platformVersion, "18.0a1") < 0; + fp.isGecko17 = false; // We only need to add the foxyproxy service to our wrapper if we are about @@ -38,3 +38,3 @@ // SOCKS is supported but not with authentication. - fp.isGecko45 = this.vc.compare(this.appInfo.platformVersion, "45.0a1") >= 0; + fp.isGecko45 = true;
×
×
  • Create New...