topface.com Like By Press 1

Automate click like button for any person on the dating page - press 1, dislike(skip) - press 2.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ئاپتورى
Paul Malyarevich
بۈگۈن قاچىلانغىنى
0
جەمئىي قاچىلانغىنى
151
باھا نومۇرى
0 0 0
نەشرى
1.3.0
قۇرۇلغان ۋاقتى
2018-10-05
يېڭىلانغان ۋاقتى
2018-10-29
Size
2.3 KB
ئىجازەتنامىسى
يوق
قوللايدىغىنى

// ==UserScript==

// @name topface.com Like By Press
// @name:en topface.com Like By Press
// @name:ru topface.com Лайк по нажатию
// @version 1.3.0
//Upgrade and rewrite code (remove jQuery, using native js)
//and dislike
// @description Automate click like button for any person on the dating page - press 1, dislike(skip) - press 2.
// @description:en Automate click like button for any person on the dating page - press 1, dislike(skip) - press 2.
// @description:ru Автоматическое нажатие(1 кнопка) по симпатии(лайк) для любого человека на странице свиданий(dating), дизлайк нажать 2

// @author Paul Malyarevich
// @contributor malyarevich

// @connect topface.com
// @include https://topface.com/*
// @include https://apps.facebook.com/topface/*
// @include https://vk.com/topface?*
// @include https://vk.com/app2257829?*

// @run-at document-start
// @encoding utf-8
// @namespace https://greasyfork.org/users/217675

// ==/UserScript==