firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = { ...args[3], tag_version: 'V2' }; } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })();
たかっちゃブログ
ホーム
マインクラフト
アセットコルサ
ゲーミングPC
ゲーム周辺機器
マルチサーバー
キャンプ道具
お問い合わせ
プライバシーポリシー
当サイトはアフィリエイト広告を利用しています
2021年9月25日
【マイクラJava版】影MOD 『KUDAシェーダー』は軽くて低スペックPCにもおススメ!
マインクラフト
2021年9月25日
【マイクラ統合版】『MORE SIMPLE STRUCTURES 』アドオンで新たな建造物や敵モブが追加されるよ♪
マインクラフト
2023年11月23日
【マイクラJava版】『Epic Fight MOD』の使い方 多彩な動きを追加してバトルを楽しもう!
マインクラフト
2023年6月3日
パトロンの登録方法とメンバーシップの解約方法を分かりやすく解説します。
マインクラフト
2024年4月1日
【マイクラJava版】リアルで綺麗な『PATRIX Resource Pack』の導入方法
マインクラフト
2023年11月13日
BSLシェーダーをカスタムした軽くておススメな影MOD『Complementary Shaders』の導入方法【マイクラJava版】
マインクラフト
2023年12月9日
【マイクラJava版】ミニチュア・ジオラマ風スクリーンショットの撮り方
マインクラフト
2021年9月25日
【マイクラJE】BSLシェーダーの『シェーダーのオプション設定』画面を日本語化する方法
マインクラフト
2022年1月13日
【マイクラJava版】軽くて綺麗な大人気の影MOD『BSLシェーダー』の導入方法を解説します。
マインクラフト
2021年6月20日
マイクラ【Java版・統合版】スクリーンショットの撮り方と保存場所について解説します
マインクラフト
1
…
6
7
8
…
10