bleistift2
bleistift2@sopuli.xyz
Posts
-
Post #1053036
The browser can never know what information is needed for a certain use case. So it needs to be permissive in order to not break valid uses. For instance, your list does not include the things a user clicks on the website. But that’s exactly the info I needed to log recently. A user was complaining that dropdowns would close automatically. We quickly reached the assumption that something was sending two click events. In order to prove that, I started logging the users’ clicks. If there were tw...
-
ich🤓iel
ich🤓iel
-
Post #591182
As in Aaaaaahhh!!
-
Post #166843
tldr; Firefox changed the order in which suggestions appear when you start typing in the address bar. It used to show previously visited websites first. Now it prioritizes its own suggestions. To get back to the old behaviour, navigate to about:config, search for the key browser.urlbar.showSearchSuggestionsFirst and change the value to false.