Skip to content

Instantly share code, notes, and snippets.

@zhanglianxin
zhanglianxin / update-v2ray-core.sh
Last active December 7, 2023 08:57
Update V2Ray core files for V2rayU(v3.2.0) on macOS.
#!/bin/bash
# for [V2rayU](https://github.com/yanue/V2rayU).
V2RAY_HOME=~/v2ray-core
INAPP_DIR=/Applications/V2rayU.app/Contents/Resources/v2ray-core
INUSER_DIR=~/.V2rayU/v2ray-core
# brew install --cask v2rayu
# brew install v2ray xray
@zmmbreeze
zmmbreeze / analytics.js
Last active July 3, 2024 05:06
GA的源码 analytics.js
(function() {
/**
* 记录方法使用情况的类
* @param {Array.<boolean>} umMap 初始的使用情况
*/
var UsageManager = function(umMap) {
this.umMap = umMap || [];
};
/**
* 记录新的使用情况