Skip to content

AYehia0/askfm-threads-back

Repository files navigation

Get Threads Back!

A chrome extension which brings threads back to the askfm web version.

Getting started

⚠️ Disclaimer; This project is for educational purposes only: Be very careful here!

First you have to grab these keys, How to get the keys ?:

  • PRIVATE_KEY
  • X_ACCESS_TOKEN

Installation

  1. Put the keys in the .example.env and rename to .env.
  2. Install all the dependencies : bun install or npm install
  3. Build the extension : bun run build or npm run build
  4. Load the extension on the browser from the dist dir.

ToDo

  • Show text based threads.
  • Add createdAt to the messages in the thread.
  • Add author's name autherName to the messages in the thread.
  • Delete from thread.
  • Ask as anon doesn't work if the user disabled anon questions (disable the switch by getting #single_question_anonymous[disabled])
  • Show images and youtube links to the first message in thread.
  • Add to thread: threads with replies.
  • Add to any thread: threads without replies.
  • Jump from notification to thread directly.
  • Add another color for message if the user whoasked is you on others' questions
  • Get questions has a limit of 25 question, so threads with more than 25 question won't be seen. (to do this : add &from=createdAt to the url)
  • Add the message limit (char limit) to the messageUI and check before asking.

About

Web Extension to retrun the threads back to askfm the web version.

Resources

Stars

Watchers

Forks

Packages

No packages published