Skip to content

Instantly share code, notes, and snippets.

View Sevichecc's full-sized avatar
๐ŸŽ

Sevi.C Sevichecc

๐ŸŽ
View GitHub Profile
@Sevichecc
Sevichecc / nord-light.yaml
Created April 7, 2023 15:14
nord light theme for Rime
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
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%
@Sevichecc
Sevichecc / rss.js
Last active October 17, 2023 19:07
rss+ & miniflux
// ==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๏ผˆๅฆ‚ๆžœๆœ‰็š„่ฏ๏ผ‰
@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;
// ๆ•ฐ็ป„่ฝฌไธบๅฏน่ฑก
// ๅฎŒๅ…จ็œ‹ไธๆ‡‚๏ผ่ฟ™้‡Œๆ˜ฏๆŠ„ๅฐ้ป„็‹—็š„๐Ÿ˜ญ
var menuArr = [
[1, "Area1", -1],
[2, "Area2", -1],
[3, "Area1-1", 1],
[4, "Area1-2", 1],
[5, "Area2-1", 2],
[6, "Area2-2", 2],