Skip to content

Instantly share code, notes, and snippets.

View dorentus's full-sized avatar
🎲
🌎🌍🌏

ZHANG Yi dorentus

🎲
🌎🌍🌏
View GitHub Profile
@dorentus
dorentus / cnblogs_pgfix.user.js
Created December 11, 2012 09:29
Restore #pager_top and get rid of ajax page switching
// ==UserScript==
// @name CnblogsPaginatorFix
// @namespace cnblogs
// @include http://www.cnblogs.com/*
// ==/UserScript==
Array.prototype.slice.call(document.querySelectorAll('#paging_block .pager a')).forEach(function (elm) {
elm.removeAttribute('onClick');
});
@dorentus
dorentus / novice_killer.user.js
Created December 3, 2012 04:29 — forked from lyricat/novice_killer.user.js
干掉V2EX上所有使用默认头像用户的发言(去jQuery版)
// ==UserScript==
// @name v2ex novice killer
// @namespace http://shellex.info
// @author shellex([email protected])
// @description 干掉使用默认头像的人的发言
// @include http://www.v2ex.com/go/*
// @include http://v2ex.com/go/*
// @include http://www.v2ex.com/?tab=*
// @include http://v2ex.com/?tab=*
// @include http://www.v2ex.com/
@dorentus
dorentus / dart.txt
Created September 21, 2011 09:31 — forked from paulmillr/dart.md
Leaked internal google dart email
---------- Forwarded message ----------
From: Mark S. Miller <[email protected]>
Date: Tue, Nov 16, 2010 at 3:44 PM
Subject: "Future of Javascript" doc from our internal "JavaScript Summit"
last week
To: [email protected]
On November 10th and 11th, a number of Google teams representing a variety
of viewpoints on client-side languages met to agree on a common vision for
the future of Javascript.