@@ -28,13 +28,17 @@
instance.postMessage(JSON.stringify(data))
}
- _postMessage({
- api: 'cloudLoading',
- content: {
- show: true,
- type: 'fullscreen',
- },
- })
+ console.error(location.href)
+ if (!location.href.includes('iscurseplay=play')) {
+ _postMessage({
+ api: 'cloudLoading',
+ content: {
+ show: true,
+ type: 'fullscreen',
+ },
+ })
+ }
+
</script>
</head>