CINXE.COM
Opt-out | Intimate Merger
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="robots" content="index, nofollow" /> <link rel="icon" href="https://corp.intimatemerger.com/wp-content/themes/corp/include/favicon.ico" /> <ink rel="preload" as="style" href="/css/style.css" /> <link rel="stylesheet" href="/css/style.css" /> <title>Opt-out | Intimate Merger</title> </head> <body> <header role="banner" class="ui-section-header"> <div class="ui-layout-container"> <div class="ui-section-header__layout ui-layout-flex"> <div class="ui-section-header--logo"> <a href="https://corp.intimatemerger.com/"> <img class="ui-logo" src="https://cf.im-apps.net/logo.png" alt="Intimate Merger, Inc." /> </a> </div> </div> </div> </header> <main role="main"> <section class="ui-section-hero"> <div class="ui-layout-container"> <h2>Control Your Personal Information</h2> <p> If you do not want us to collect, use, share your personal information, or if you want to exercise your right to be forgotten or your "Do not sell or share my personal information" right, please opt-out.<br /> Please note that you will still see ads even if you deactivate our service. </p> <h3>Set Opt-out</h3> <p> Opt-out must be set for each browser. By activating the opt-out, your personal information will no longer be collected. <br /> If this setting is invalidated due to deletion of cookies, change of PC, etc., collection and use may start again. </p> <p> If you are using a browser that restricts cross-site tracking by its privacy protection function, such as Safari or Microsoft Edge, the current status will be displayed as "enabled" even if you opt-out and no personal information is collected or used. </p> <p> If you would like to opt-out after understanding the above, please click the button below. </p> <div class="ui-section-hero__layout"> <div class="ui-status-table"> <div class="ui-status-th"><p>Current status</p></div> <div class="ui-status-td" id="optout-info"></div> </div> </div> </div> </section> <section class="ui-section-customer"> <div class="ui-layout-container"> <div id="optout_t" class="ui-optout hidden"> <a class="ui-optout-link" href="https://sync6.im-apps.net/optout?op=optout&lang=en" >OPT-OUT</a > </div> <div id="optout_f" class="ui-optout hidden"> <a class="ui-optout-link" href="https://sync6.im-apps.net/optout?op=cancel&lang=en" >OPT-IN</a > </div> </div> </section> <div class="ui-layout-container"> <p> If 3rd party cookies are disabled, you may not be able to reliably opt-out.<br /> If you want to opt-out more reliably, please use the tracking refusal function of your browser or enable cross-site tracking before opting out. </p> <h3>Use the Do Not Track function</h3> <p> The Do Not Track function is one of the privacy protection frameworks and is a function for declaring refusal of tracking (tracking of action history).<br /> If our company detects a Do-Not-Track declaration (DNT declaration) from the browser, it will be in an opt-out state in order to stop collecting and acquiring data.<br /> Please see the link below for information on how to set the "do not track" function of each browser. </p> <ul> <li> <a href="https://support.google.com/chrome/answer/2790761?hl=ja&co=GENIE.Platform%3DDesktop" target="_blank" rel="noreferrer noopener" >Google Chrome</a > </li> <li> <a href="https://learn.microsoft.com/ja-jp/microsoft-edge/privacy-whitepaper/#do-not-track" target="_blank" rel="noreferrer noopener" >Microsoft Edge</a > </li> </ul> <p>Safari does not have a Do Not Track function.</p> <h3>Enable cross-site tracking</h3> <p> Cross-site tracking is a function that collects activity history across sites. It is used for ad optimization and effectiveness measurement.<br /> You can set up cross-site tracking in Safari by following the steps below. </p> <h4>iPhone</h4> <ul> <li> Go to Settings > Safari, then under Privacy & Security, turn off Prevent Cross-Site Tracking. </li> </ul> <h4>MacOS</h4> <ul> <li> In the Safari app on your Mac, choose Safari > Settings, then click Privacy. </li> <li>Turn off Prevent cross-site tracking.</li> </ul> </div> </main> <footer role="contentinfo" class="ui-section-footer"> <div class="ui-layout-container"> <div class="ui-section-footer__layout ui-layout-flex"> <!-- COPYRIGHT --> <p class="ui-text-note"> <a class="ui-footer-link" href="https://corp.intimatemerger.com/privacypolicy-en/" > <small>Privacy Policy</small> </a> </p> <p class="ui-text-note"> <a class="ui-footer-link" href="https://intimatemerger.com/r/do-not-share" > <small>Do Not Share My Personal Infomation</small> </a> </p> <p class="ui-text-note"> <a class="ui-footer-link" href="https://intimatemerger.com/r/privacy-inquiry-en" > <small>Contact</small></a > </p> </div> <div class="ui-copylight"> <p class="ui-section-footer--copyright ui-text-note"> <small>©Intimate Merger, Inc.</small> </p> </div> </div> </footer> </body> <script> window.onload = function () { var client = new XMLHttpRequest(); client.open("GET", "https://sync.im-apps.net/imid/optout?op=status"); client.withCredentials = true; client.onreadystatechange = function () { let info = document.getElementById("optout-info"); if (client.readyState === 4 && client.status === 200) { let is_oputout = JSON.parse(client.responseText)["optout"]; info.innerHTML = is_oputout ? '<p>Customizing Ads is <span class="optout-red">Disabled<span> on your Browser.</p>' : '<p>Customizing Ads is <span class="optout-green">Enabled</span> on your Browser.</p>'; let optout_action = "optout_" + (is_oputout ? "f" : "t"); document.getElementById(optout_action).classList.remove("hidden"); } else if (client.status == !200) { info.innerHTML = "<p>Status Unavailable</p>"; document.getElementById("optout_f").classList.remove("hidden"); document.getElementById("optout_t").classList.remove("hidden"); } }; client.send(); }; </script> </html>