"Our interactions" bookmarklet

Allows you to open any twitter profile, then click on the bookmarklet to show all your interactions with this profile listed chronologically.

Basically just automates the following search term:

      (from:@you to:@other_person) OR (to:@you from:@other_person)
    

Setup

1. Put your username here:

2. Copy this code snippet


    

3. Create a new bookmark & paste the code as the URL:

Note: copying code to run as a bookmarklet is risky. It's no different than copy/pasting code to run in your browser. A malicious actor could have hidden some code in there to "copy your token or other private info" and send it to a server.

but this is a short enough snippet that you can see exactly what it does with a glance. And unlike a browser extension, you can just tweak this piece of software to suit your personal, individual needs (forget putting it as open source on github, there's no PRs here, you just change it and use it!)