Cosmic Sans

Takes your favourite pages and changes the font to something not so pleasent.

目前为 2016-02-06 提交的版本。查看 最新版本

// ==UserScript==
// @name         Cosmic Sans
// @namespace    https://gf.qytechs.cn/en/users/28185-bit
// @version      1.0.1
// @description  Takes your favourite pages and changes the font to something not so pleasent.
// @author       Bit
// @include      *//*
// @grant        none
// ==/UserScript==
(function() {
    var all = document.all;
    for (var i=0; i<all.length; i++) {
        all[i].style.fontFamily = "'Comic Sans MS'";
    }
})(); void 0;

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址