Showing questions tagged:

Group tab isn't Working

I've got Reading the full Article on GROUP TABS that has been released yesterday on My Firefox it Got Update and Installed But I just couldn't found the "Add to the Group… (மேலும் படிக்க)

I've got Reading the full Article on GROUP TABS that has been released yesterday on My Firefox it Got Update and Installed But I just couldn't found the "Add to the Group option when I click right at any of my tab" + If I drag over one on Another Tab it just got replaced like they substitute their Places No BOX Border line Shows No Group Created NOTHING. I'm a Nearly 6 Year Old Firefox User I NEEDED that FEATURE SO BADLY PLEASE FIX it SOMEHOW. ThAnks Regards: Loyal USer

தீர்வுற்றது Archived 3 1117

firefox.cfg no longer overwrite new tab content

This code in mozilla.cfg used to overwrite new tab, but as of latest firefox 136.0b1 no longer works. Any way to fix this? There error in Browser Console. // mozilla.cfg … (மேலும் படிக்க)

This code in mozilla.cfg used to overwrite new tab, but as of latest firefox 136.0b1 no longer works. Any way to fix this? There error in Browser Console.

// mozilla.cfg needs to start with a comment line var {classes:Cc,interfaces:Ci,utils:Cu} = Components;

/* set new tab page */ try {

 Cu.import("resource:///modules/AboutNewTab.jsm");
 var newTabURL = "file:///D:/Documents/images/home.html";
 AboutNewTab.newTabURL = newTabURL;

} catch(e){Cu.reportError(e);} // report errors in the Browser Console

தீர்வுற்றது Archived 1 258

Tabs broken yet again how to move to bottom again

OK after the code breaking yesterday here is the new code I got that works. https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/tabs_on_bottom_v2.css … (மேலும் படிக்க)

OK after the code breaking yesterday here is the new code I got that works.

https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/tabs_on_bottom_v2.css

தீர்வுற்றது Archived 2 164