Increase number of item in History menu bar

User Help for Mozilla Firefox
Post Reply
b4ckerCrazyMit
Posts: 39
Joined: July 10th, 2022, 3:43 am
Location: Moz Office, SF, USA
Contact:

Increase number of item in History menu bar

Post by b4ckerCrazyMit »

Hello, is there any config that I can touch/change so the default 15 items history in firefox menu bar can be increased to 20-30 items when clicking the menu bar > history?

Is that possible? Thank you!
morat
Posts: 6403
Joined: February 3rd, 2009, 6:29 pm

Re: Increase number of item in History menu bar

Post by morat »

Last edited by morat on August 28th, 2022, 9:07 am, edited 1 time in total.
b4ckerCrazyMit
Posts: 39
Joined: July 10th, 2022, 3:43 am
Location: Moz Office, SF, USA
Contact:

Re: Increase number of item in History menu bar

Post by b4ckerCrazyMit »

morat wrote:AFAICT, it's hard coded.

Reference
http://searchfox.org/mozilla-release/se ... egexp=true
Haiyah... Why lah.. Can I open bugzilla feature ask for this? I mean it;s crazy to make it hard coded
User avatar
dickvl
Posts: 54145
Joined: July 18th, 2005, 3:25 am

Re: Increase number of item in History menu bar

Post by dickvl »

You can possibly create your own smart folder on the Bookmarks Toolbar and adjust the maxResults parameter to get a longer history list.

place:queryType=0&sort=4&maxResults=xx
b4ckerCrazyMit
Posts: 39
Joined: July 10th, 2022, 3:43 am
Location: Moz Office, SF, USA
Contact:

Re: Increase number of item in History menu bar

Post by b4ckerCrazyMit »

dickvl wrote:You can possibly create your own smart folder on the Bookmarks Toolbar and adjust the maxResults parameter to get a longer history list.

place:queryType=0&sort=4&maxResults=xx
But with that I can't just access it keyboard fast enough as alt+s hehe.. but it's workaround at least. ](*,) ](*,)

Thank you =D> =D> :D

EDIT : I forgot to mention, I can't scroll using X220 Thinkpad UltraNav scroll for whatever the reason sadly. That's why I try to use the history menu. Refer to https://i.redd.it/6i2b7tjmh8k91.png and https://www.reddit.com/r/firefox/commen ... s_or_elan/ and https://bugzilla.mozilla.org/show_bug.cgi?id=1306752

Idea filled in https://connect.mozilla.org/t5/ideas/al ... 3086#M6572

Please help up vote. Thank you
User avatar
dickvl
Posts: 54145
Joined: July 18th, 2005, 3:25 am

Re: Increase number of item in History menu bar

Post by dickvl »

b4ckerCrazyMit
Posts: 39
Joined: July 10th, 2022, 3:43 am
Location: Moz Office, SF, USA
Contact:

Re: Increase number of item in History menu bar

Post by b4ckerCrazyMit »

In the end, I end up writting AHK remaping key

Code: Select all

#IfWinActive, ahk_class MozillaWindowClass  ; hotstrings & hotkeys only works in Firefox
!`::
Send !b
Sleep 100
Send ~
return
#IfWinActive
Post Reply