To help with reading old Q posts, I have created this bookmarklet to get a random Q post.
Create a bookmark in your browser and put this in the "location" field:
javascript:{ let id = Math.floor(Math.random() * 4806) + 1; location.href='https://operationq.pub/?n=' + id; }