Brings back the BitView's 6th anniversary logo
BitView 6th Anniversary Logo by RysieQu
Details
AuthorRysieQu
LicenseNo License
CategoryBitView
Created
Updated
Size569 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I pretty much just copied the script from Griffen's userstyle and replaced the link with this logo, it's a short little script but still, giving out some credit to her!
Source code
/* ==UserStyle==
@name BitView 6th Anniversary Logo
@version 20231125.22.22
@namespace userstyles.world/user/RysieQu
@description Brings back the BitView's 6th anniversary logo
@author RysieQu
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.bitview.net/") {
#masthead .logo {
content: url(https://media.discordapp.net/attachments/752132275088523355/1180622250286788779/bv6.png?ex=657e1727&is=656ba227&hm=2cbafc825b81a4d15b6c720e85c52585338752a3b8ef4ac0c66e6a72c49659dd&=&format=webp&quality=lossless);
}
}