ua_generator 0.5.58

Random User Agent Spoofer in Rust.
Documentation
1
2
3
4
5
/// List of real firefox mobile User-Agents.
pub const STATIC_FIREFOX_MOBILE_AGENTS: &[&str] = &[
    "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/130.1  Mobile/15E148 Safari/605.1.15",
    "Mozilla/5.0 (Android 14; Mobile; rv:130.0) Gecko/130.0 Firefox/130.0",
];