mamba.** button control

Button control for basic function, such as: Open next - press 0, Like person - press 1, Dislike(skip) - press 2.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
Paul Malyarevich
Denně instalací
0
Celkem instalací
95
Hodnocení
0 0 0
Verze
1.0.2
Vytvořeno
09. 11. 2018
Aktualizováno
10. 11. 2018
Size
2,3 KB
Licence
neuvedeno
Spustit na

// ==UserScript==

// @name mamba.** button control
// @name:en mamba.** button control
// @name:ru mamba.** управление нажатием кнопок
// @version 1.0.2
//next page result - 0
//like - 1
//dislike - 2
// @description Button control for basic function, such as: Open next - press 0, Like person - press 1, Dislike(skip) - press 2.
// @description:en Button control for basic function, such as: Open next - press 0, Like person - press 1, Dislike(skip) - press 2.
// @description:ru Управление нажатием кнопок для основных функций, как: открыть следующую страницу - нажмите 0, Лайк - нажмите 1, Дизлайк(пропустить) - нажмите 2.

// @author Paul Malyarevich
// @contributor malyarevich

// @connect mamba.ua
// @include https://*.mamba.ua/*
// @include https://*.mamba.ru/*
// @include https://*.mamba.com/*
// @include https://*.mamba.us/*
// @include https://*.mamba.net/*
// @include https://*.mamba.uk/*
// @include https://*.mamba.pl/*
// @include https://apps.facebook.com/mamba/*
// @include https://vk.com/mamba?*
// @include https://*.mamba.*/

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

// ==/UserScript==