Skip to content

fdc by supermarioscott

Details

Authorsupermarioscott

LicenseNo License

Categorycx

Created

Updated

Size449 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

df

Notes

Userstyle doesn't have notes.

Source code

/* ==UserScript==
@name Bitview Icon
@namespace http://nothing.com/ 
@version 0.1 
@description Use a old favicon on Bitview.com
@author theLMGN
@match https://www.dev.bitview.net/*
@grant none
@licence GPL-3.0-only
==/UserScript==
@-moz-document domain("bitview.net")
(function() { 'use strict' document.querySelector("head > link[rel=icon]").href = "https://web.archive.org/web/20100610171737if_/http://www.youtube.com/favicon.ico"})();

Reviews

No reviews yet.