Skip to content

Dunkin' Logo for Pornhub by mostlyharmless

Screenshot of Dunkin' Logo for Pornhub

Details

Authormostlyharmless

LicenseMIT

Categorypornhub

Created

Updated

Code size761 B

Code checksume56ea462

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replace the Pornhub logo with the Dunkin' Donuts

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

Reviews

No reviews yet.