Last active
January 26, 2020 07:14
-
-
Save phts/3684812cdcfe8674b06775df1c458c1d to your computer and use it in GitHub Desktop.
Onliner up!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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