GPokr - smiley face

Works on GPokr. Changes the avatars of ALL players sitting at a table to smiley faces.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

/* ==UserStyle==
@id     gpokr-smileyface@TOM SLICK
@name     GPokr - smiley face
@description     Works on GPokr. Changes the avatars of ALL players sitting at a table to smiley faces.
@version     1.0.1
@author     TOM SLICK
@namespace     https://greasyfork.org/en/users/430935
@screenshot     https://i.imgur.com/PL2yWDB.jpg
@homepageURL     https://greasyfork.org/en/scripts/397024
@homepageURL2     https://userstyles.org/styles/180591/
@supportURL     https://greasyfork.org/en/scripts/397024/feedback
@created     February 28, 2020
@lastmodified     February 28, 2020
@note     good luck & happy punting
@license     CC-BY-SA-4.0
==/UserStyle== */

@-moz-document domain("gpokr.com") {
	
 .iogc-PlayerPanel-avatar {
	height: 0!important;
	width: 0!important;
	padding-left: 64px!important;
	padding-top: 64px!important;
	background: url(https://i.imgur.com/PL2yWDB.jpg) no-repeat!important;
 }
  
}