Pixiv fixed a thing that wasn't broken, so I'm fixing their "fix"
Restore old Pixiv logo by alphashitlord

Details
Authoralphashitlord
LicenseNo License
Categorywww.pixiv.net
Created
Updated
Code size1.8 kB
Code checksum970fbb68
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Planning to add a feature to change the favicon but for now you'll need a separate extension
Source code
/* ==UserStyle==
@name Restore old Pixiv logo
@version 20250321.18.03
@namespace https://userstyles.world/user/alphashitlord
@description Pixiv fixed a thing that wasn't broken, so I'm fixing their "fix"
@author alphashitlord
@license No License
==/UserStyle== */
@-moz-document domain("www.pixiv.net") {
img[alt="pixiv"] {
background: transparent;
content: url(https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Pixiv_logo_%282008-2025%29.svg/180px-Pixiv_logo_%282008-2025%29.svg.png) !important;
}
a.gtm-service-grid-menu-pixiv img.sc-ehnros-4.fIUquk {
background: transparent;
content: url(https://moegirl.uk/images/4/44/PIXIV_Icon.png) !important;
}
/* (function() {
var link = document.querySelector("link[rel='shortcut icon']");
if (link) {
link.href = "https://moegirl.uk/images/4/44/PIXIV_Icon.png";
}
})(); */
/* @import "(function() {\n var link = document.querySelector(\"link[rel='shortcut icon']\");\n if (link) {\n link.href = \"https://moegirl.uk/images/4/44/PIXIV_Icon.png\";\n }\n})();"; */
/* @import url('https://files.catbox.moe/yge256.js'); */
@import url("https://gist.github.com/julian-c-eng/009465058423312a0af265cf130d6b1c");
}
@-moz-document domain("www.pixiv.net") {
/* Mobile version */
@media (max-width: 765px) {
a.site-name.new-logo {
background: transparent;
content: url(https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Pixiv_logo_%282008-2025%29.svg/180px-Pixiv_logo_%282008-2025%29.svg.png) !important;
width: auto;
height: 1.75rem;
}
ul.service-list img[alt="pixiv"] {
background: transparent;
content: url(https://moegirl.uk/images/4/44/PIXIV_Icon.png) !important;
}
}
}