Typesetting the contents of the clipboard
当前为
// ==UserScript==
// @name Latex_Automatic Formatting
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Typesetting the contents of the clipboard
// @author Mozikiy
// @match *://*
// @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
// @license GNU GPLv3
// @grant none
// ==/UserScript==
(function() {
'use strict';
console.log("hello world");
})();