AddOn Genie

Legacy AddOns fixed to work on current versions of Firefox and lots of awesome goodies!

  • Fixed AddOns
  • Forums
  • BlazingFox
You are here: Home

Shivanand Sharma

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 271 total)
← 1 2 3 … 6 7 8 … 17 18 19 →
  • Author
    Posts
  • January 29, 2015 at 8:42 pm in reply to: Preset Domain Colors Do Not Work #17059
    Shivanand Sharma
    Keymaster

    regexp still does not work!
    config: V26.1 on ff35.0.1 w7x64. theme: "Dark Fox" by randomaster.

    1) preset domain colors: regex does not work. works for domains in simple mode "domain.com" but complex regexp does not always work.
    example: ^about:.* (shows as transparent tab)
    example: ^ftp:.* (shows as pink tab)
    example: ^file:.* (shows as transparent tab)
    Any reason why these do not work?
    Regexp last worked for these in version 25.1.
    Also, tab becomes transparent for some of these but not others.

    colorfultabs preferences:
    user_pref("extensions.clrtabs.advanced", true);
    user_pref("extensions.clrtabs.aggressive", false);
    user_pref("extensions.clrtabs.bgpic", false);
    user_pref("extensions.clrtabs.bgpicpath", "chrome://clrtabs/content/ctbg.gif");
    user_pref("extensions.clrtabs.clrAllTabsPopPref", false);
    user_pref("extensions.clrtabs.colorunmatcheddomain", true);
    user_pref("extensions.clrtabs.consolelog", false);
    user_pref("extensions.clrtabs.currenttab", false);
    user_pref("extensions.clrtabs.currenttabclr", "#FFE57D");
    user_pref("extensions.clrtabs.dispstack", false);
    user_pref("extensions.clrtabs.dpref", "binaryturf.com~#9cc8ffapnphotographyschool.com~rgb(229, 224, 195)^about:.*~#CCCCCC^file:.*~#C0C0C0^ftp:.*~#9999FF");
    user_pref("extensions.clrtabs.dprefBackup", "binaryturf.com~#9cc8ffapnphotographyschool.com~rgb(229, 224, 195)^about:.*~#CCCCCC^file:.*~#C0C0C0^ftp:.*~#9999FF");
    user_pref("extensions.clrtabs.dprefDefault", "binaryturf.com~#9cc8ffapnphotographyschool.com~rgb(229, 224, 195)about:blank~rgb(255, 218, 117)");
    user_pref("extensions.clrtabs.enabledomain", true);
    user_pref("extensions.clrtabs.fadedeg", 3);
    user_pref("extensions.clrtabs.firstrun", "26.1");
    user_pref("extensions.clrtabs.lum", 73);
    user_pref("extensions.clrtabs.lummax", 78);
    user_pref("extensions.clrtabs.lummin", 68);
    user_pref("extensions.clrtabs.menu", true);
    user_pref("extensions.clrtabs.minify", false);
    user_pref("extensions.clrtabs.ppref", "rgb(147, 174, 229)~rgb(255, 218, 117)~rgb(188, 204, 157)~rgb(239, 157, 159)~rgb(186, 167, 225)~rgb(155, 191, 180)~rgb(247, 180, 130)~rgb(216, 171, 192)~rgb(147, 229, 174)~rgb(255, 117, 218)~rgb(188, 157, 204)~rgb(239, 159, 157)~rgb(186, 225, 167)~rgb(155, 180, 191)~rgb(247, 130, 180)~rgb(216, 192, 171)~rgb(174, 147, 229)~rgb(218, 255, 117)~rgb(204, 188, 157)~rgb(157, 239, 159)~rgb(167, 186, 225)~rgb(191, 155, 180)~rgb(180, 247, 130)~rgb(171, 216, 192)~rgb(229, 174, 147)~rgb(117, 218, 255)~rgb(157, 204, 188)~rgb(159, 157, 239)~rgb(225, 167, 186)~rgb(180, 191, 155)~rgb(130, 180, 247)~rgb(192, 171, 216)");
    user_pref("extensions.clrtabs.sat", 61);
    user_pref("extensions.clrtabs.satmax", 100);
    user_pref("extensions.clrtabs.satmin", 22);
    user_pref("extensions.clrtabs.scheme", 2);
    user_pref("extensions.clrtabs.standout", false);
    user_pref("extensions.clrtabs.tablabelblink", false);
    user_pref("extensions.clrtabs.tabradius", 7);
    user_pref("extensions.clrtabs.tabtextclr", "#000000");
    user_pref("extensions.clrtabs.txtreverse", false);
    user_pref("extensions.clrtabs.txtshadow", false);
    user_pref("extensions.clrtabs.uncoloredbgclr", "#EEEEEE");

    • This reply was modified 9 years, 2 months ago by Shivanand Sharma.
    January 29, 2015 at 7:49 pm in reply to: V25.3 Bar Underneath Tabs Appeared After Update, No Way To Turn It Off #17058
    Shivanand Sharma
    Keymaster

    V26.1 on ff35.0.1 w7x64
    1. tab stack shows and hides correctly.

    January 22, 2015 at 11:02 pm in reply to: Differentiating The Currently Selected Tab #17053
    Shivanand Sharma
    Keymaster

    Absolutely... Though, I am just commenting out the entire sections. 🙂

    January 22, 2015 at 10:57 pm in reply to: Differentiating The Currently Selected Tab #17052
    Shivanand Sharma
    Keymaster

    jwh: can you share your complete CSS?

    January 22, 2015 at 10:54 pm in reply to: Differentiating The Currently Selected Tab #17049
    Shivanand Sharma
    Keymaster

    I have been manually modifying the clrtabs.css file since 'Australis' came out, to achieve this. I comment out all the ".australis" lines (except the one with #navigator-toolbox, as it keeps the tab-color line under the tab bar), to make the selected tab highlighted (light gray curved tab). It also shows a curved tab silhouette if you mouse hover, without changing the color, which I find useful too (see attached pics). I haven't messed with the .mac.australis lines, since I don't use a Mac, so not sure what that would do.

    Shivanand,
    Can the 'Highlight the currently selected tab' option in Styles be used to disable those .australis parts in clrtabs.css, or something similar, to indicate the active tab? I think its property is 'tab.tabbrowser-tab.standout', related to colorfulTabs.standout and extensions.clrtabs.standout. That option currently doesn't do anything, at least on Windows and Linux; not sure about Mac. In clrtabsopt.xul:
    <checkbox id="standoutcheck" preference="standout" label="Highlight the currently selected tab."/>

    I tried messing with it myself with no luck, as I don't know css; such as adding this to all the .australis lines:
    .australis #tabbrowser-tabs[tabsontop=true] > tab.tabbrowser-tab.standout > .tab-stack > .tab-content[selected=true],
    ...and various other permutations.

    I've attached pics of how it looks with my manual edit, one showing just the current tab, and another including mouse hover (the mouse pointer is not captured in the screenshot).

    January 22, 2015 at 7:41 pm in reply to: V25.3 Bar Underneath Tabs Appeared After Update, No Way To Turn It Off #17047
    Shivanand Sharma
    Keymaster

    V25.9 issues... ff35 win7... last version that works correctly is 25.1.
    1. tab stack shows and does not disappear with setting.
    2. regex for preset domain colors do not work use ^about:.* for any about page.

    January 21, 2015 at 11:01 am in reply to: V25.3 Bar Underneath Tabs Appeared After Update, No Way To Turn It Off #17046
    Shivanand Sharma
    Keymaster

    Yes. Unfortunate. Will be fixed in the next version.

    January 21, 2015 at 9:43 am in reply to: V25.3 Bar Underneath Tabs Appeared After Update, No Way To Turn It Off #17045
    Shivanand Sharma
    Keymaster

    Just upgrade to 25.9 and it does exactly what you want. But what about proper fix so that people who don't need this annoyance can disable it?

    January 20, 2015 at 2:34 am in reply to: I Found A Typo. #17044
    Shivanand Sharma
    Keymaster

    Should be fixed in the next version.

    January 15, 2015 at 4:56 am in reply to: Save Settings #17037
    Shivanand Sharma
    Keymaster

    I would also welcome this facility. Could the backup settings also be saved in a file that could be copied to another computer - firefox sync not always working as expected for me.
    I second Matt's comment - thank you for your ColourfulTabs - great work.
    Regards,
    George

    December 26, 2014 at 10:38 pm in reply to: Differentiating The Currently Selected Tab #17007
    Shivanand Sharma
    Keymaster

    I would like to see a preference option to set the text color on the currently selected tab. Or just an option to make the text color on the currently selected tab white.

    December 8, 2014 at 3:59 pm in reply to: FfChrome #16970
    Shivanand Sharma
    Keymaster

    Well, I'll post about this anyway. On my work machine there's no way to make new back, reload, etc.. buttons, that can be seen on the second screenshot, always visible. Windows 7 x64.

    • This reply was modified 9 years, 2 months ago by Shivanand Sharma.
    December 5, 2014 at 2:06 am in reply to: Colourful Tabs #16967
    Shivanand Sharma
    Keymaster

    A must have add-on makes browsing so much better. Not just easier but BETTER.

    THANK YOU
    Richard in Louisiana

    December 4, 2014 at 5:04 am in reply to: Colourful Tabs #16966
    Shivanand Sharma
    Keymaster

    Love LOVE love my Colorful Tabs.....THANK YOU 🙂

    December 3, 2014 at 12:53 pm in reply to: V25.3 Bar Underneath Tabs Appeared After Update, No Way To Turn It Off #16964
    Shivanand Sharma
    Keymaster

    The new version 25.6 has an option to display the Tab-Stack, but the setting does not work, the Tab Stack is always deactivated 🙁

    If the setting does not work, I like it more when the Tab Stack is displayed always instead of never.

  • Author
    Posts
Viewing 15 posts - 91 through 105 (of 271 total)
← 1 2 3 … 6 7 8 … 17 18 19 →
Log In
Login With:
Facebook Google

Categories

  • About AddOn Genie

Copyright © 2025 — AddOn Genie • All Rights Reserved • Powered by Lander .Framework on Genesis.