Greasy Fork is available in English.

Remove Bing Character Limit

Removes character limit from search input field

Maker
bigplayer-ai
Dagelijks aantal installaties
1
Totaal aantal installaties
210
Beoordelingen
0 0 0
Versie
2.2
Gemaakt op
03-06-2023
Bijgewerkt op
19-02-2024
Licentie
MIT
Wordt toegepast op

This user script removes the character limit from the Bing search input field.
This allows you to enter longer and more complex queries without being restricted by the default limit.
It also keeps the unlimited characters even if you change the conversation style or clear the conversation, unlike other scripts that reset the limit.

To use this script, you need to install a user script manager extension such as Tampermonkey or Greasemonkey in your browser.
Then, you can install this script from the link below and enable it on the Bing website.
You will see an infinity symbol next to the search input field indicating that the limit is removed.

This script works by repeatedly trying to remove the maxlength attribute from the search input element until it succeeds.
It also monitors any changes in the input element and re-applies the removal if needed.
This script is safe and does not interfere with any other functionality of the Bing website. as this is only front-end script (very safe script).