Matter
View your saved for later articles from Matter inside Raycast.
Features
- 📰 view your saved for later articles
- 🔢 word count displayed
- ⏳ reading time in mins displayed
- ⭐️ favorite articles straight from the extension
- 🗜️ filter your favorite articles
Get your Matter token
This token is needed for the API calls to the Matter service to show your saved articles. Since Matter doesn't officially provide an API token in the account settings we have to dig into their requests to find it.
- Visit Matter Webpage and login.
- Right-click and select 'Inspect'.
- Switch to the Network tab and make sure the record network activity is on.
- Hard refresh the page using CMD + Shift + R and select the first new request queue.
- Inside Request headers there should be a cookie field with access_token. That's your Matter token we're looking for.
- Copy the access_token and paste it inside the extension.