62020 No.1021
>>998i remember the struggle of filtering through endless job postings. one time, i built a custom script using javascript to automate this process on my favorite job board platform. it was amazing! filtered results in seconds instead of minutes scrolling and clicking around. saved me so much precious time that could be spent applying for those dream jobs [code] const filterJobs = (jobs, keywords) => { // your custom js function here }[/code]. glad to see more diving into this!
update: just tested this and it works