Replace the Pornhub logo with the Dunkin' Donuts
Dunkin' Logo for Pornhub by mostlyharmless
Details
Authormostlyharmless
LicenseMIT
Categorypornhub
Created
Updated
Size761 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Dunkin' Donuts logo on Pornhub.com
Source code
/* ==UserStyle==
@name Dunkin'hub
@namespace https://userstyles.world/user/mostlyharmless
@version 1.0
@description Replace the Pornhub logo with the Dunkin' Donuts logo on Pornhub.com
@author MostlyHarmless
==/UserStyle== */
@-moz-document domain("pornhub.com") {
img[itemprop="logo"] {
content: url("https://upload.wikimedia.org/wikipedia/en/thumb/b/b8/Dunkin%27_Donuts_logo.svg/1200px-Dunkin%27_Donuts_logo.svg.png") !important;
width: 120px !important; /* Adjust as necessary */
height: 45px !important; /* Adjust as necessary */
margin-left: 10px !important; /* Adjust as necessary */
display: block; /* Ensures the image is treated as a block element */
}
}