当前位置:网站首页>JS disable mobile sharing
JS disable mobile sharing
2022-06-12 04:51:00 【MuQing】
<script>
// It is forbidden to change the sharing function of the page on wechat
function onBridgeReady() {
WeixinJSBridge.call('hideOptionMenu');
}
if (typeof WeixinJSBridge == "undefined") {
if (document.addEventListener) {
document.addEventListener('WeixinJSBridgeReady', onBridgeReady, false);
} else if (document.attachEvent) {
document.attachEvent('WeixinJSBridgeReady', onBridgeReady);
document.attachEvent('onWeixinJSBridgeReady', onBridgeReady);
}
} else {
onBridgeReady();
}
</script>边栏推荐
- Parallelization of accelerated training tf data. Dataset generator
- Zabbix6.0 new feature GEOMAP map marker can you use it?
- JS function and variable have the same name (function and variable parsing rules)
- Enhanced vegetation index evi, NDVI data, NPP data, GPP data, land use data, vegetation type data, rainfall data
- L1-064 AI core code valued at 100 million (20 points)
- cellular automaton
- How to count the total length of roads in the region and draw data histogram
- Install/Remove of the Service Denied!
- [backtracking] backtracking to solve subset problems
- leetcode 263. Ugly number
猜你喜欢

D1 Nezha development board power on record

Big manufacturers compete to join rust, performance and safety are the key, and the 2021 rust developer survey report is announced

In the era of smart retail, Weimeng reshapes the value of "shopping guide"

Redis learning notes (continuously updating)

Zabbix6.0 new feature GEOMAP map marker can you use it?

Operation of simulated examination platform for theoretical question bank of G2 utility boiler stoker in 2022

InnoDB data storage structure – MySQL

JWT學習與使用

JWT learning and use

Ecosystem type distribution data, land use data, vegetation type distribution and nature reserve distribution data
随机推荐
Ten trends of Internet Security in 2022 industry released
加速训练之并行化 tf.data.Dataset 生成器
L1-065 "nonsense code" (5 points)
Day18 creation and restoration of sparse array
2022 low voltage electrician test questions and simulation test
kali_ Change_ Domestic source
Daily practice (28): balance binary tree
BI 如何让SaaS产品具有 “安全感”和“敏锐感”(上)
Sword finger offer30 days re brush
Unable to resolve dependency tree
L1-067 Roche limit (10 points)
2022“高考记忆” 已打包完成,请查收!
1009 word search
Based on Visual Studio code Net Maui cross platform mobile application development
[backtracking method] backtracking method to solve the problem of Full Permutation
In the era of smart retail, Weimeng reshapes the value of "shopping guide"
Detailed explanation of Command Execution Vulnerability
Spatial distribution data of national multi-year average precipitation 1951-2021, temperature distribution data, evapotranspiration data, evaporation data, solar radiation data, sunshine data and wind
Question for the 3D printing lattice?
[backtracking method] queen n problem