Last active
April 25, 2018 08:41
-
-
Save paveltimofeev/61ed91b2072167a9433dc49781ffef07 to your computer and use it in GitHub Desktop.
ya: not-interesting-this
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
$('.yap-adtune-icon').click() && $('.yap-abuse-complaint__link:Contains(Не интересуюсь этой темой)').each((e, t) => { t.click()}); | |
$("yatag > yatag > svg").each( | |
(e, t) => { | |
setTimeout(function () { | |
$(t).parent().click(); | |
$('yatag > a:Contains(Не интересуюсь этой темой)').each((e, t) => {t.click()}); | |
}, 1000 * (e + 1)); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment