Skip to content

Instantly share code, notes, and snippets.

@phts
Last active September 8, 2018 18:31
Show Gist options
  • Save phts/229a58efdd914f75555fe6fe2a97d5a0 to your computer and use it in GitHub Desktop.
Save phts/229a58efdd914f75555fe6fe2a97d5a0 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name OLX up!
// @namespace https://github.com/phts/
// @version 1.0.2
// @author Phil Tsaryk
// @match https://www.olx.pl/mojolx/
// @grant none
// ==/UserScript==
(function() {
$('.refreshme, .extendme').click()
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment