Skip to content

Instantly share code, notes, and snippets.

View zxjsdp's full-sized avatar

zxjsdp zxjsdp

  • Shanghai
View GitHub Profile
@zxjsdp
zxjsdp / feedly-colorful-list-view.user.js
Created October 1, 2017 19:57 — forked from yamalight/README.md
Feedly Colorful Listview
// ==UserScript==
// @name Feedly Colorful Listview
// @namespace http://feedly.colorful.list.view
// @description Colorizes items headers based on their source
// @include http*://feedly.com/*
// @include http*://*.feedly.com/*
// @version 0.8.0
// @grant GM_addStyle
// ==/UserScript==
@zxjsdp
zxjsdp / obsidian-web-clipper.js
Created March 20, 2024 08:31 — forked from kepano/obsidian-web-clipper.js
Obsidian Web Clipper Bookmarklet to save articles and pages from the web (for Safari, Chrome, Firefox, and mobile browsers)
javascript: Promise.all([import('https://unpkg.com/turndown@6.0.0?module'), import('https://unpkg.com/@tehshrike/readability@0.2.0'), ]).then(async ([{
default: Turndown
}, {
default: Readability
}]) => {
/* Optional vault name */
const vault = "";
/* Optional folder name such as "Clippings/" */