如何防止在移动设备上运行外部JavaScript?

时间:2016-02-16 09:40:14

标签: javascript mobile

Hello iam begginer with javascript,并且不知道如何做到这一点。

我有这个脚本

<script id="rhlpscrtg" type="text/javascript" charset="utf-8" async="async" 
src="https://web.redhelper.ru/service/main.js?c=studenteu">

我想阻止在移动设备上运行此脚本

现在我使用这个css来隐藏div

@media screen and (max-width: 768px) {
#rc-connect {
display: none !important;
}}

但它并不适用于所有移动设备(在iPhone上工作,某些机器人没有)。

0 个答案:

没有答案