Skip to content

Instantly share code, notes, and snippets.

// Rules中勾选启用功能
public static RulesOption("标记返回值指定string")
var m_showMarkString: boolean = false;
public static RulesOption("替换返回值指定string")
var m_showReplaceString: boolean = true;
static function OnBeforeResponse(oSession: Session) {
oSession.oResponse["My_URL"] = oSession.url;
@ipaler
ipaler / dabblet.css
Created November 11, 2014 04:44
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #000000;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;