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

Function isHidden

Autopage.user.js:2509–2511  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

2507 }*/
2508 // 判断元素是否隐藏(隐藏返回 true)
2509 function isHidden(el){
2510 return (el.offsetParent === null);
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));

Callers 1

pageLoadingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected