Skip to content

Instantly share code, notes, and snippets.

View Mark7888's full-sized avatar
🐡

Mark Licsauer Mark7888

🐡
View GitHub Profile
@Mark7888
Mark7888 / topiwork-auto-load-more.js
Created October 3, 2025 12:15
This Tampermonkey script will automatically click the "load more" button at the bottom of the page on TopiWork
// ==UserScript==
// @name Auto Load More Jobs - Topiwork
// @namespace http://tampermonkey.net/
// @version 1.1
// @description Automatically clicks the "load more jobs" button on topiwork.hu every 1 second if present and visible
// @author You
// @match https://topiwork.hu/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=topiwork.hu
// @grant none
// ==/UserScript==
@Mark7888
Mark7888 / schonherz-ad-list-applied-status-check.js
Created September 24, 2025 12:12
This Tampermonkey script will check the status of ads on schonherz.hu, whether you already applied to the job or not.
// ==UserScript==
// @name Schonherz Ad Checker
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Append .resultArea text to ads on schonherz.hu
// @match https://schonherz.hu/diakmunkak/*
// @grant none
// ==/UserScript==
(function() {