Skip to content

Instantly share code, notes, and snippets.

@d3m3vilurr
d3m3vilurr / disable_feedly_image_proxy.user.js
Last active August 8, 2016 04:48
disable feedly image proxy
// ==UserScript==
// @name Disable feedly image proxy
// @namespace d3m3vilurr
// @version 1.2
// @description Fuck redirect https://visuals.feedly.com/1x1.gif
// @author d3m3vilurr
// @match http://feedly.com/*
// @match https://feedly.com/*
// @grant none
// @downloadURL https://gist.github.com/raw/90c6fc12b081933c0199/disable_feedly_image_proxy.user.js
@d3m3vilurr
d3m3vilurr / README.md
Last active June 23, 2021 14:19
make wafflepool personal stat graph

[wafflepool][1] monitor It just quick and dirty code.

Requirements

  • python-rrdtool
  • requests

Install

Just clone this, and add minutely cronjob

@d3m3vilurr
d3m3vilurr / irccloud-cjk-autocompletion-patch.js
Created January 23, 2014 22:48
IRCCloud CJK Autocompletion Patch
// ==UserScript==
// @name IRCCloud CJK Autocompletion Patch
// @namespace https://gist.github.com/d3m3vilurr/8588379
// @version 0.1
// @include https://www.irccloud.com/*
// @run-at document-body
// @grant unsafeWindow
// ==/UserScript==
var init = function() {
if (!unsafeWindow.TabCompletion) {
@d3m3vilurr
d3m3vilurr / feedly_api.md
Last active March 30, 2024 08:21
Unofficial Feedly API Document

IDs

  • user_id - user/:uid
  • feed_id - feed/:feed_uri
  • category_id - :user_id/category/:category (special category: global.all, global.uncategorized)
  • tag_id - :user_id/tag/:tag (special tag: global.saved)

APIs

http://cloud.feedly.com/:version/:api

@d3m3vilurr
d3m3vilurr / 0001-Add-archive-link-of-public-repo.patch
Last active December 14, 2015 13:59
Add public archive download link for GITLAP 6.5
@d3m3vilurr
d3m3vilurr / mset_test.js
Created September 18, 2012 10:26
node_redis mset broken
$ node mset_test.js
Connected to 127.0.0.1:6379, Redis server version 2.5.12
Using reply parser faster
- mget_2:Uncaught exception: AssertionError: MGET_2
at tests.MGET_2 (/home/sulee/works/repos/node_redis/mset_test.js:41:16)
at try_callback (/home/sulee/works/repos/node_redis/index.js:520:9)
at RedisClient.return_reply (/home/sulee/works/repos/node_redis/index.js:590:13)
at ReplyParser.RedisClient.init_parser (/home/sulee/works/repos/node_redis/index.js:263:14)
at ReplyParser.EventEmitter.emit (events.js:88:17)
CmdUtils.CreateCommand({
name: "yes24-search",
icon: "http://image.yes24.com/sysimage/top/favicon16.ico",
homepage: "http://d3m3vilurr.tistory.com/",
author: { name: "d3m3vilurr", email: "d3m3vilurr@gmail.com"},
license: "GPL/MIT",
description: "Searches <a href=\"http://www.yes24.com\">Yes24</a> for books matching your words.",
takes: {"search term": noun_arb_text},
help: "Searches for Book on Yes24",
preview: function( pblock, input ) {