A chrome extension which brings threads back to the askfm web version.
⚠️ ARCHIVED: This project is no longer maintained.
❌ ASKfm officially shut down on December 1, 2024, as announced by its administrators.
🗃️ This repository is being archived for educational and historical reference.
First you have to grab these keys, How to get the keys ?:
PRIVATE_KEYX_ACCESS_TOKEN
- Put the keys in the
.example.envand rename to.env. - Install all the dependencies :
bun installornpm install - Build the extension :
bun run buildornpm run build - Load the extension on the browser from the
distdir.
- Show text based threads.
- Add
createdAtto the messages in the thread. - Add author's name
autherNameto 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=createdAtto the url) - Add the message limit (char limit) to the messageUI and check before asking.
