Jump to content

dmiranda

Member
  • Posts

    719
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 
  • Country

    Argentina

Posts posted by dmiranda

  1. I block gstatic and ganalytics (among many other things) systemwide.  So now I can't use google search without a ridiculous number of challenges. I've been trying to change the default engine, including adding my current favorite etools.ch, but those changes won't stick. 

    Does anyone have an idea how to add a serch engine and make it the default, and know where said settings are changed, so I don't delete them on closing? Thanks!

  2. I use autoruns 13.98.0.0, old but funtional (probably hidden away somewhere in sysinternals site, or archive.orf?). I also use startupcl (more simple, using the startup registry entries in HKLM, HKCU and RunOnce (used to be in http://www.mlin.net/StartupCPL.shtml, now gone). For services and drivers I use the old, but very functional p-service 2.7 (which used to be at p-nand-q.com). To delay startup items, I use startup delayer (http://www.cottonwoodsw.com/dlyrsumm.html) 3.0.0.366, but have not used it much (only for special occasions).

     

  3. On 4/9/2023 at 1:39 PM, VistaLover said:

    So, respectfully, one concludes you must've missed that "notification" post you asked for :dubbio:...

    Yes I did. I use 360chrome mostly for social media (FB, Linkedin, and the like). Your 360EE_11.0.2251.0_Modified.7z mod, @Humming Owl, is for some reason not giving me the full fucntionality of previous ones I got from 360EE_13.0.2310.0_Modified.7z   For example, after sigining in I can't access the Linkedin fed, nor messages within facebook or in the separate messenger tab, things I could do with the previous one. Has anyone noted similar issues? Thanks! Apologies for the confusion.

  4. On 1/16/2023 at 7:27 PM, UCyborg said:

    That said, I delete VC runtime DLLs from application folder, so all api*.dllmsvcp140.dll, ucrtbase.dll, vcomp140.dll and vcruntime140.dll, also both D3DCompiler_*.dll since I have all of those in system System32/SysWOW64 folders. Then dependentlibs.list file must be modified to not list any of those, I actually delete everything except the "xul.dll" line since the OS resolves other dependencies anyway.

    Works also in mailnews. EDIT: it works with Mypal68 too.

  5. On 11/24/2022 at 4:57 AM, luweitest said:

    The pref "browser.tabs.remote.force-enable" is for toggling the multi-process mode in Serpent 52. My system is dual core CPU, 4GB RAM,  Windows XP SP3 32bit with all POSReady patches. I'd like to use the abundant RAM, so I normally switch multi-process on; but some add-ons do not work under multi-process mode, or I need debug something, I will turn it off. Adding a restart code would save me some clicks and seconds!

    Hi the. I do not use this (I prefer to have a no e10 profile for such things. But you may try https://custombuttons.sourceforge.net/forum/viewtopic.php?f=4&t=44002&sid=7ecc5da3152e2e2c7bb62e23921106c4

    It installs well on custom buttons, but it needs testing. Cheers!

  6. 1 hour ago, Ben Markson said:

    browser.tabs.fadeLabels

    Well, after testing a while, as a boolean it works fading the title within the fixed with tab, as modified by the style code you provided.  With browser.tabs.fadeLabels set to true, the label doesn't cover the close or mute button. Freak occurrence, once or twice

    Without the forced user.css, though, label size, in my set up, continues to determine tab with, though.

    Cheers!

  7. 17 hours ago, Ben Markson said:

    As @VistaLover says, it's a user style. I'm using an older version (2.0.7) of the Stylish extension – before it was 'compromised' with data-collection crap – Stylus is its more up to date fork that works with the latest FF.

    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    @-moz-document url-prefix('chrome://browser/content/browser.xul')
    {
        .tab-label[pinned]
        {
            width: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .tab-content
        {
           white-space: nowrap !important;
           overflow: hidden !important;
           text-overflow: ellipsis !important;
        }
    }

    Ben.
     

    It does the trick, although it leaves the close tab and mute tab thinguies out. But now I can browse. Let's hope this is solved soon.

  8. 7 hours ago, Ben Markson said:

    It is Tab Mix Plus that has been broken. Installing the latest https://addons.palemoon.org/addon/tab-mix-plus/ Pale Moon/Basilisk 0.5.8.4 version doesn't help. Which is a shame because TMP is a nice add-on.

    For the moment I've sort of fixed things with this...

        .tab-label[pinned]
        {
            width: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .tab-content
        {
           white-space: nowrap !important;
           overflow: hidden !important;
           text-overflow: ellipsis !important;
        }

    ...but it's by no means perfect especially if you start opening lots of tabs.

    Hi Ben. I was using TMP 0.5.8.1 until this build, no problem, but with this latest build not even 0.5.8.4 makes the trick, as you pointed out. I intuit that the issue is that this latest build doesn't respect fixed size tabs, as it extends its width to cover the page title, when it loads, overlapping with left and right tabs till resulting in the crazy pic I posted. Open 20 pages and you can't know what is what, anymore. 

    As in the attached pic, TMP has a setting in its display section, tab's tab, next to last item: tab width fits to tab title. I have always have it un-tick, But the last build disregards this setting, I reckon, and forces full title width tabs, on top of other 50 width tabs. A fresh vanilla profile does not suffer this problem: tabs' width are fixed, irrespective of page title.

    Now, in the meanwhile (forgive my ignorance): where should I enter the code you suggested?  Thanks!

     

    Noname.png.74083a8fbeb04f252ddf56851851f0b9.png

     

  9. On 3/4/2023 at 7:18 AM, Ben Markson said:

    basilisk52-g4.8.win32-git-20230304-3219d2d-uxp-33981efb4-xpmod.7z

    I think the tab pining has gone a bit wonky.
     

    There is definitively something worng with the way tabs in this building behave, in interaction with other other tab-affecting addons. In a fresh profile, all seems fine. In my case, though, it seems to conflict with some of the extensions I use (I guess it is tabmix plus), which results in an extra large foreground tab, overlapping with other inactive tabs.  Noname.png.fc8289d4b1d5c644f554d5ee7abf9551.png

×
×
  • Create New...