搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Please bring back 100 search results per page functionality

  • 8 个回答
  • 1 人有此问题
  • 最后回复者为 greg

more options

Yet another sterling example of why change is usually bad. Why did Firefox, Google and other browsers (though don't know about Duck Duck Go) drop the 100 results per page option? I've always had that enabled and now that it was removed it makes searching extremely tedious and time wasting. Please offer a SIMPLE AND QUICK way to restore this option ASAP. Thank you.

Yet another sterling example of why change is usually bad. Why did Firefox, Google and other browsers (though don't know about Duck Duck Go) drop the 100 results per page option? I've always had that enabled and now that it was removed it makes searching extremely tedious and time wasting. Please offer a SIMPLE AND QUICK way to restore this option ASAP. Thank you.

所有回复 (8)

more options

You can add the "&num=100" parameter to the URL. There is also the '&udm=14' to disable AI.

由cor-el于修改

有帮助吗?

more options

Possible bookmarklet:

javascript:(function() {let url = new URL(window.location.href);if (!url.searchParams.has('num')) {url.searchParams.set('num', '100');window.location.replace(url.href);}})();

有帮助吗?

more options

I am not a coder and even if I knew how or where to insert those lines would doing any of that result in permanent restoration of the browser's 100 results per page setting through a one time action? I'd guess that it wouldn't. I began using FireFox long ago specifically because it was not Microsoft or Google. Why not do the right thing and'' PUT IT BACK THE WAY IT WAS?'' Give users the original choice of variable results per page.

AND please do this simply via a forthcoming FireFox update.

And soon, please.

Thank you.

有帮助吗?

more options

why this is not put as default value when so many users ask this 100 visible search results

有帮助吗?

more options

What search engine to you use? The default in most of the world is Google, and once Firefox sends your query, the number of results is up to Google. I don't know why Google completely changed their search preferences page, that's probably discussed on Google forums.

As noted above, if &num=100 is added to the end of the URL and resubmitted, Google will show 100 results. After that, as you re-use the results page for other searches, the 100 remains in effect.

I don't think it would make sense to make this the default for all Firefox users, since the default has always been 10 results for users who didn't go into Google search preferences and change the value there.

But it could be made more convenient with an add-on, or with a personal "smart keyword bookmark" as described in the below article:

How to search IMDB, Wikipedia and more from the address bar

有帮助吗?

more options

Adding &num=100 after the URL in a search I just did now did return a full page of results. But doing another search immediately afterwards but without adding &num=100 did not retain that change. How long would it take an add-on developer to write code to make this happen? I think you should do it..............just kidding.

有帮助吗?

more options

greg said

Adding &num=100 after the URL in a search I just did now did return a full page of results. But doing another search immediately afterwards but without adding &num=100 did not retain that change.

Were you using the search bar in the results page? That's how I tested.

有帮助吗?

more options

jscher2000 - Support Volunteer said

Were you using the search bar in the results page? That's how I tested. </blockquote>

If you mean did I paste &num=100 at the end of the URL or statement I was searching in the address bar, then yes i did.

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题