A chrome extension which brings threads back to the askfm web version.
⚠️ 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
- Put the keys in the
.example.env
and rename to.env
. - Install all the dependencies :
bun install
ornpm install
- Build the extension :
bun run build
ornpm run build
- Load the extension on the browser from the
dist
dir.
- 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.