cnwangjie / better-onetab

:bookmark_tabs: A better OneTab for Chrome :memo: Temporarily removed from firefox :construction: V2 is WIP
https://chrome.google.com/webstore/detail/better-onetab/eookhngofldnbnidjlbkeecljkfpmfpg
MIT License
1.68k stars 286 forks source link

I want display More list on one page. #292

Open MarsZone opened 4 years ago

MarsZone commented 4 years ago

Thanks for your plugin ...It's very nice.

Now there is a limit that you can only set up to 15 list in one page. But I want show more.

Second the btn fold all lists. Only can fold but can't expand...how about add one?

Bananenschreck commented 4 years ago

If it is urgent you could unzip the .xpi file and edit it manually for personal use only. open the file app.js in your favourite editor and look for the option "listsPerPage".

Then you can change the values into something else for example { cate: f, name: "listsPerPage", type: String, default: 15, items: [{value: 15, label: 15}, {value: 20, label: 20}, {value: 30, label: 30},{value: 50, label: 50}], new: "1.4.0" } I am currently testing 50 lists per page and the addon does handle it fine.

you probably have to sign the xpi (that's just a zip file). you can do this, in case of firefox here.

just be sure to sign this for personal use only and public because of cnwangjie's copyright. then you should be able to install it. after that you should be able to select your amount of lists.

image

EDIT: nvm, just saw your fork :)

MarsZone commented 4 years ago

If it is urgent you could unzip the .xpi file and edit it manually for personal use only. open the file app.js in your favourite editor and look for the option "listsPerPage".

Then you can change the values into something else for example { cate: f, name: "listsPerPage", type: String, default: 15, items: [{value: 15, label: 15}, {value: 20, label: 20}, {value: 30, label: 30},{value: 50, label: 50}], new: "1.4.0" } I am currently testing 50 lists per page and the addon does handle it fine.

you probably have to sign the xpi (that's just a zip file). you can do this, in case of firefox here.

just be sure to sign this for personal use only and public because of cnwangjie's copyright. then you should be able to install it. after that you should be able to select your amount of lists.

image

EDIT: nvm, just saw your fork :)

thank you anyway....:) yes I fork and change the code...and fix some bug.