Sinus44
Sinus44
Is there any new information on the issue? I would like to use my pygame application without having to connect to the internet every time I launch it.
cookies allow for "pyga.me". "document.cookie" is empty Chrome, Win 10
``` document.addEventListener('DOMContentLoaded', () => { const search_buttons = document.querySelectorAll('.searchbar-button'); const search_submit = document.querySelector('.searchbar-submit'); // When the icon is clicked, submit the search form search_buttons.forEach((button) => { button.addEventListener('click', () => {...