I built a jobhunting Firefox extension
from remotedev@lemmy.ca to programming@programming.dev on 18 May 15:40
https://lemmy.ca/post/65055103

Sorry if this isn’t allowed, I wasn’t sure where I could post this. Thought this community would appreciate it the most.

Anyways, I built an extension for FF while I’m applying to jobs. I noticed when applying at the same company again, the applications were basically the same and asking the same questions. So I built the extension that will auto save the data submitted to the application to reference when seeing the same question again later.

It is still a WIP, it will recognize the application platform/page about 80% of the time and save on submittal, and if its not confident enough for auto-save there is a manual save option as well. There are some rough edges where the fields may not be saved correctly or bugs like that, but I’m at a point where I’d love for some others to test it out and get a better idea of what platforms are being missed or fields, etc.

So if you are job hunting, or know someone that is, please check out AnswerHoard and let me know what you think!

Couple concerns out the gate:

Thanks to anyone who checks it out! Sorry again mods if this is not allowed

#programming

threaded - newest

meowmeow@quokk.au on 18 May 16:09 next collapse

Source?

remotedev@lemmy.ca on 18 May 16:11 collapse
sorrybookbroke@sh.itjust.works on 18 May 16:12 next collapse

That’s going to be very useful! Can you post a link to your github/Codeberg repo so I can verify I’m able to run it securely?

remotedev@lemmy.ca on 18 May 16:33 collapse

Sure! I added the code to my repo here github.com/stevePriceDev/answerhoard-privacy

eleijeep@piefed.social on 18 May 17:09 collapse

Haven’t browsers been able to store and recall form fields for decades at this point? How is this different from the built-in browser functionality?

remotedev@lemmy.ca on 18 May 17:35 collapse

True, and I’ve used the browser auto fill for name/email/number or the extension Simplify that can build a profile to auto fill things like LinkedIn URL, GitHub URL, things like that. But I haven’t had either save an answer for things like salary range, “name a project you worked on/proud of” things like that, plus a lot will ask the same question worded differently. Maybe the browser can save those, or premium Simplify, but I haven’t seen it or done it so why not build something that helps me out and I can show off on my resume.

I’m new to extensions so I’m open for any feedback I can get, just a broke dev trying to find a job in this job market lol