Greasy Fork is available in English.

GPokr - smiley face

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

/* ==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;
 }
  
}