[BUG] The presence of the & symbol prevents you from specifying a URL in the App page tab
Korb opened this issue · 0 comments
Korb commented
Expected Behavior
Direction
https://www.igdb.com/search?utf8=%E2%9C%93&q=[NAME]
allows you to search for a game on the igdb.com website.
Actual Behavior
The link is converted to
https://www.igdb.com/search?utf8=%E2%9C%93&%3Bq=[NAME]
and becomes invalid.
Steps to Reproduce the Problem
- Add the text
IGDB
to theName
field,https://www.igdb.com/search?utf8=%E2%9C%93&q=[NAME]
to theURL
field andhttps://www.igdb.com/favicon.ico
to theIcon
field to theApp page
tab. - Open any game on store.steampowered.com
- Click on the
View on IGDB
link
Specifications
- Augmented Steam Version: 4.1.2 (September 20, 2024)
- Browser Version: Mozilla Firefox 131.0 (64-bit)