whoogle-search/app
Ben Busby 65796fd1a5
Counter latest result page style changes
Google updated their styling of the result page, which broke some
components of Whoogle's result page styling (namely the result div
backgrounds for dark mode).

The GClasses class has been updated to keep track of what class names
have been updated to, and roll them back to a value that works for
Whoogle. A function was added that loops through new class names and
replaces them with their older counterparts.
2022-06-09 16:35:02 -06:00
..
models Counter latest result page style changes 2022-06-09 16:35:02 -06:00
static Counter latest result page style changes 2022-06-09 16:35:02 -06:00
templates Render error message w/o `safe` filter 2022-04-26 09:28:05 -06:00
utils Ensure searches with a leading slash are treated as queries 2022-06-03 14:03:57 -06:00
__init__.py Bump version to 0.7.3 2022-06-03 14:33:53 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Counter latest result page style changes 2022-06-09 16:35:02 -06:00
request.py Switch to defusedxml for xml parsing 2022-03-01 12:54:32 -07:00
routes.py Catch and ignore unpickling errors in pip installs 2022-06-03 14:29:57 -06:00