Skip to content

Instantly share code, notes, and snippets.

View mitian233's full-sized avatar

某M氏 mitian233

View GitHub Profile
@mitian233
mitian233 / switch-twitter-icon.js
Created July 24, 2023 15:05
Switch Twitter Icon
// ==UserScript==
// @name Switch twitter icon
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Switch twitter icon
// @author mikan_chn
// @match https://twitter.com/*
// @grant none
// ==/UserScript==
@mitian233
mitian233 / test.html
Created July 16, 2020 03:09
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@mitian233
mitian233 / test.md
Created July 16, 2020 03:09
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}