Skip to content
View 161043261's full-sized avatar
๐Ÿง‹
๐Ÿง‹

Block or report 161043261

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
161043261/README.md

ๆˆ‘็š„็ฎ€ๅŽ†

tiancheng

// ==UserScript==
// @name         beautify-github-pages
// @namespace    http://tampermonkey.net/
// @version      1.0.0
// @description  beautify-github-pages
// @author       https://github.com/161043261
// @match        https://github.com/*
// @match        https://juejin.cn/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant        none
// ==/UserScript==

(function () {
  "use strict";
  const head = document.head;
  const style = document.createElement("style");
  style.textContent = `
    * {
      font-family: 'Iosevka', 'Geist Mono', 'Menlo', 'Cascadia Code', 'YouYuan', 'Yuanti SC' !important;
    }`;
  head.appendChild(style);
})();

Pinned Loading

  1. 161043261.github.io 161043261.github.io Public

    https://161043261.github.io/

    HTML 1

  2. fw fw Public

    TypeScript 1

  3. chahan chahan Public

    chahan/็‚’้ฅญ/Yakimeshi/็„ผ้ฃฏ

    TypeScript 1

  4. ito ito Public

    ็ณธ

    TypeScript 1