Pety Button

Przekierowuje na facebookową grupę Pety Chodnikowe

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

Bạn sẽ cần cài đặt một tiện ích mở rộng như Tampermonkey hoặc Violentmonkey để cài đặt kịch bản này.

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.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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!)

// ==UserScript==
// @name          Pety Button
// @author        Niqueish
// @description   Przekierowuje na facebookową grupę Pety Chodnikowe
// @homepage      https://www.facebook.com/Niqueish
// @version       1.0
// @include       *://*.facebook.com/*
// @require       http://code.jquery.com/jquery-2.2.1.min.js
// @grant         none
// @namespace https://greasyfork.org/users/31125
// ==/UserScript==

/* This script is licensed under the CC BY-NC-ND license.
 * CC BY-NC-ND license: https://creativecommons.org/licenses/by-nc-nd/4.0/
 */

var papysz = function()
{
	if(!$('.papysz').length){
		var $petybutton = $('<div class="fbNub _50-v _4up"><a  data-hover="tooltip" data-tooltip-content="Pety Chodnikowe" data-tooltip-delay="100" data-tooltip-alignh="right" href="https://www.facebook.com/groups/1734302383515445/" class="fbNubButton papysz"><i style="width: 16px; height: 16px; display: inline-block; background-image:url(http://i.imgur.com/20ooo5N.png)"</i></a></div>');
		$('.nubContainer').prepend($petybutton);
	}
};

papysz();
setInterval(papysz,5000);