This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
@import url("resources/fonts/open-sans/open-sans.css"); | |
@font-face { | |
font-family: "Atlas_Core$Atlas_Filled"; | |
src: url("./fonts/Atlas_Core$Atlas_Filled.ttf") format("truetype"); | |
} | |
.mx-icon-filled { | |
display: inline-block; | |
font-style: normal; | |
font-weight: normal; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
{{unsupportedbrowser}} | |
<meta charset="utf-8"> | |
<title>Mendix</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
{{themecss}} | |
{{appicons}} | |
{{manifest}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>拍照示例</title> | |
<style> | |
video, canvas { | |
display: block; | |
margin: 10px auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Notion | |
// @namespace http://tampermonkey.net/ | |
// @version 1.2.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://www.notion.so/* | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @grant GM_xmlhttpRequest | |
// @grant GM_notification |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Mermaid代码可视化 | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0.0 | |
// @description 将网页中的Mermaid代码块转换为可视化图表,每2秒自动检测 | |
// @author You | |
// @match http://localhost:5678/webhook/* | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @grant GM_addStyle | |
// @grant GM_notification |
OlderNewer