This file contains hidden or 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
/* | |
* Embed gists with a URL in post article | |
*/ | |
function dangopress_embed_gist($matches, $attr, $url, $rawattr) | |
{ | |
$embed = sprintf( | |
'<script src="https://gist.github.com/%1$s.js%2$s"></script>', | |
esc_attr($matches[1]), | |
esc_attr($matches[2]) | |
); |
This file contains hidden or 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
充气娃娃 | |
代孕 | |
伴游 | |
做爱 | |
避孕套 | |
安全套 | |
字裤 | |
内裤 | |
跳蛋 | |
润阴 |
This file contains hidden or 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
@namespace url(http://www.w3.org/1999/xhtml); | |
/************************************************************ | |
* Style Name: CC98 2.0 Alpha Theme | |
* Description: Some adjustments for CC98 2.0 Alpha | |
* Version: 0.7 | |
* Author: tuantuan <[email protected]> | |
* CC98ID: ltt_Real | |
* | |
* To do: |
This file contains hidden or 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
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
@-moz-document url(chrome://browser/content/browser.xul){ | |
#urlbar { | |
position: relative !important; | |
} | |
.urlbar-over-link-box:not([overlinkstate]) { | |
position: fixed !important; |
This file contains hidden or 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 Weather Forecast | |
// @id [email protected] | |
// @author tuanutan <[email protected]> | |
// @homepageURL http://dango-akachan.appspot.com | |
// @description Get Weather Forecast from webxml.com.cn | |
// @include http://* | |
// @include https://* | |
// @version 0.3.2 | |
// @updateURL https://userscripts.org/scripts/source/90010.meta.js |
This file contains hidden or 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
# coding=utf-8 | |
# version: 0.3 | |
from __future__ import division | |
import sys | |
import urllib2, urllib, cookielib | |
import hashlib,re,pickle | |
import random, math | |
# 黑名单 | |
blocklist = [] |