DeadLyBro
Results
3
issues of
DeadLyBro
Plugin not working can u fix ?
You can fix with this code: ```py import http.server import socketserver PORT = 5055 Handler = http.server.SimpleHTTPRequestHandler httpd = socketserver.TCPServer(("", PORT), Handler) print("serving at port", PORT) httpd.serve_forever() ``` If not...
When I look my `Devtools > Network tab`, I can see a loop that comes in this extension. It prevents page load, it looks like always loading site content but...