Skip to content

Instantly share code, notes, and snippets.

@phts
Last active January 26, 2020 07:14
Show Gist options
  • Save phts/3684812cdcfe8674b06775df1c458c1d to your computer and use it in GitHub Desktop.
Save phts/3684812cdcfe8674b06775df1c458c1d to your computer and use it in GitHub Desktop.
Onliner up!
// ==UserScript==
// @grant none
// @match https://baraholka.onliner.by/search.php?type=ufleamarket&id=*
// @name Onliner up!
// @namespace https://github.com/phts/
// @version 1.0.1
// ==/UserScript==
const $upBtn = $('.mass-up .btn-up-2-orange')
if ($upBtn.length) {
$('#select-all-my-adverts').click()
$upBtn.click()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment