This file contains 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
nord-light: | |
name: "Nord Light" | |
author: Seviche CC <[email protected]> | |
font_face: "PingFangSC-Regular" | |
font_point: 15.0 | |
candidate_list_layout: linear | |
candidate_format: '%cโ %@โ ' | |
text_orientation: horizontal | |
inline_preedit: true | |
translucency: true |
This file contains 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
Vue.js 32 hrs 29 mins โโโโโโโโโโโโโโโโโโโโโ 89.8% | |
JavaScript 1 hr 29 mins โโโโโโโโโโโโโโโโโโโโโ 4.1% | |
CSS 1 hr 1 min โโโโโโโโโโโโโโโโโโโโโ 2.8% | |
Go 18 mins โโโโโโโโโโโโโโโโโโโโโ 0.8% | |
JSON 14 mins โโโโโโโโโโโโโโโโโโโโโ 0.7% |
This file contains 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 RSS+ : Show Site All RSS | |
// @name:zh RSS+ : ๆพ็คบๅฝๅ็ฝ็ซๆๆ็ RSS | |
// @name:zh-CN RSS+ : ๆพ็คบๅฝๅ็ฝ็ซๆๆ็ RSS | |
// @name:zh-TW RSS+ : ้กฏ็คบ็ถๅ็ถฒ็ซๆๆ็ RSS | |
// @name:ja RSS+ : ็พๅจใฎใตใคใใฎRSSใ่กจ็คบ | |
// @name:ko RSS+ : ํ์ฌ ์ฌ์ดํธ์ RSS ํ์ | |
// @description Show All RSS Of The Site (If Any) | |
// @description:zh ๆพ็คบๅฝๅ็ฝ็ซ็ๆๆ RSS๏ผๅฆๆๆ็่ฏ๏ผ | |
// @description:zh-CN ๆพ็คบๅฝๅ็ฝ็ซ็ๆๆ RSS๏ผๅฆๆๆ็่ฏ๏ผ |
This file contains 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
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Noto+Serif+SC:wght@300;400;500&display=swap"); | |
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); | |
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&display=swap"); | |
:root { | |
--width-body: 900px; | |
--item-title-link-line-height: 1.23; | |
--entry-content-line-height: 1.5; | |
--item-title-link-font-size: 28px; | |
--font-size-smaller: 16px; |
This file contains 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
// ๆฐ็ป่ฝฌไธบๅฏน่ฑก | |
// ๅฎๅ จ็ไธๆ๏ผ่ฟ้ๆฏๆๅฐ้ป็็๐ญ | |
var menuArr = [ | |
[1, "Area1", -1], | |
[2, "Area2", -1], | |
[3, "Area1-1", 1], | |
[4, "Area1-2", 1], | |
[5, "Area2-1", 2], | |
[6, "Area2-2", 2], |