MCPcopy Index your code
hub / github.com/XIU2/UserScript / isMobile

Function isMobile

Autopage.user.js:2513–2515  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2511 }
2512 // 判断是否为手机版(是则返回 true)
2513 function isMobile(){
2514 return (/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|MicroMessenger|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i.test(navigator.userAgent) || (window.screen.width < 500 && window.screen.height < 800));
2515 }
2516 // 用以自定义规则中设置 urlC = true
2517 function isUrlC(){
2518 urlC = true;

Callers 2

setDBSiteFunction · 0.85
discuz_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected