Multi-type proxy rules with comprehensive user profiling
Cloudflare Pages Ready
-
Profiles Collected
5
Proxy Rules
-
Storage Mode
Proxy Rules
Lorem Picsum (Images)
/png/*
Target: https://picsum.photos
DiceBear Avatars
/avatar/*
Target: https://api.dicebear.com/7.x
HTTPBin API
/api/external/*
Target: https://httpbin.org
GitHub Raw
/raw/*
Target: https://raw.githubusercontent.com
Placeholder.com
/placeholder/*
Target: https://via.placeholder.com
Your Profile
Collecting profile data...
Collected Profiles
Time
Fingerprint
Location
Device
Browser
No profiles collected yet
Loading...
Loading...
Configuration
To set up data persistence, create a jsonblob and add the ID to your configuration:
// Option 1: Use the API to create a new blobPUT /api/collect
// Option 2: Manual setup// 1. Visit https://jsonblob.com/// 2. Create a new blob with: {"profiles": [], "total": 0}// 3. Copy the blob ID from the URL// 4. Add to config/proxy-config.js:export const proxyConfig = {
storage: {
jsonblobId: "your-blob-id-here"
}
};