Hiển thị các câu hỏi cho chủ đề:
Hiển thị các câu hỏi được đánh dấu:

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… (xem thêm)

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

Solved Đã lưu trữ 3 1052

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 … (xem thêm)

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

Solved Đã lưu trữ 1 284

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 … (xem thêm)

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

Solved Đã lưu trữ 2 138

Lost tabs

After upgrading Mozilla, all the open tabs I had disappeared by themselves and I couldn't get them back through the logbook, what should I do?

Solved Đã lưu trữ 7 20