Skip to content

InventivetalentDev/user-agent-stripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-agent-stripper

npm install --save user-agent-stripper

import stripUserAgent from "user-agent-stripper";

stripUserAgent("MyCustomAgent") // MyCustomAgent
stripUserAgent("SomeRandomAgent/v1.2") // SomeRandomAgent/vx.x
stripUserAgent("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36") // Chrome