Fubon Securities Co., Ltd. _ Fubon Securities
Source code for a popup overlay on the Fubon Securities website, designed to direct users to the Anti-Fraud Zone.
📋 Article Processing Timeline
- 📰 Published: April 3, 2026 at 22:15
Fubon Securities Co., Ltd. _ Fubon Securities /*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }*/ html { height: 100%; } .bodyBG { background-image: url("/Content/images/Startup/background.png"); background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: cover; } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 9999; /* Sit on top */ padding-top: 15px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0, 0, 0); /* Fallback color */ background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */ } /* Modal Content (image) */ .modal-content { margin: 0 auto; display: block; width: 45%; } /* Add Animation */ .modal-content { -webkit-animation-name: zoom; -webkit-animation-duration: 0.6s; animation-name: zoom; animation-duration: 0.6s; } .modal-more { border: none; color: #fff; display: block; width: 38%; text-align: center; cursor: pointer; font-size: 38px; padding: 10px 20px; border-radius: 50PX; margin: 20px auto; box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.1), 0 1px 25px rgba(0, 0, 0, 0.1); font-family: 'Microsoft JhengHei', Arial, sans-serif; font-weight: bold; background-image: -webkit-linear-gradient(bottom, #FF9800 25%, #FFC107 63%); background-image: -moz-linear-gradient(bottom, #FF9800 25%, #FFC107 63%); background-image: -o-linear-gradient(bottom, #FF9800 25%, #FFC107 63%); background-image: -ms-linear-gradient(bottom, #FF9800 25%, #FFC107 63%); /* IE 5.5–7 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9800', endColorstr='#FFC107', GradientType=1); /* IE 8–9 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9800', endColorstr='#FFC107', GradientType=1)"; } .modal-more:hover { background-image: -webkit-linear-gradient(bottom, #ff7600 25%, #ffa707 63%); background-image: -webkit-linear-gradient(bottom, #ff7600 25%, #ffa707 63%); background-image: -moz-linear-gradient(bottom, #ff7600 25%, #ffa707 63%); background-image: -o-linear-gradient(bottom, #ff7600 25%, #ffa707 63%); background-image: -ms-linear-gradient(bottom, #ff7600 25%, #ffa707 63%); /* IE 5.5–7 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7600', endColorstr='#ffa707', GradientType=1); /* IE 8–9 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7600', endColorstr='#ffa707', GradientType=1)"; } @media (max-width: 450px) { .modal-content { width: 90%; margin-top: 25px; } .modal-more { width: 90%; font-size: 24px; margin: 10px auto; } .bodyBG { background-image: url("/Content/images/Startup/background-M.png"); background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: cover; } } @media (min-width: 1300px) { .modal-content { width: 38%; margin-top: 15px; } } /* The Close Button */ .close { position: absolute; top: 15px; right: 100px; color: #ffffff; font-size: 24px; transition: 0.3s; opacity: 1.2; font-weight: normal; float: right; } .close:hover, .close:focus { color: #bfbfbf; text-decoration: none; cursor: pointer; opacity: 1.5; font-weight: normal; } @media (max-width: 980px) { .close { position: absolute; top: 15px; right: 20px; color: #ffffff; font-size: 20px; transition: 0.3s; opacity: 1.2; font-weight: normal; float: right; } } × Close Window Go to Anti-Fraud Zone × Close Window Go to Anti-Fraud Zone //document.addEventListener("DOMContentLoaded", function () { // setTimeout(function () { // location.href = '/Home/Index'; // }, 5000); //}); $(function () { //setTimeout(function () { // location.href = '/Home/Index'; //}, 5000); //--------------------------------------------------------------------- // Overlay Advertisement //--------------------------------------------------------------------- var reffer = document.referrer; reffer = reffer.toLowerCase(); var d = new Date().getTime(); //if (reffer.indexOf("fbs") var now = new Date(2099, 12, 31, 12, 00, 00, 00); document.cookie = "citrix_ns_id=; secure; expires=" + now.toUTCString(); document.cookie = "appier_page_isView_PageView_d5fb=; secure; expires=" + now.toUTCString(); document.cookie = "_fbp=; secure; expires=" + now.toUTCString(); document.cookie = "dv0qai26lg6v2y6kl7yyc36brextdj49me0mk1o=; secure; expires=" + now.toUTCString(); document.cookie = "clientID=; secure; expires=" + now.toUTCString(); document.cookie = "appier_tp=; secure; expires=" + now.toUTCString(); document.cookie = "_ga_J3N770PGVL=; secure; expires=" + now.toUTCString(); document.cookie = "_atrk_siteuid=; secure; ex
FAQ
What is this data about?
It is the program code for a popup overlay used on the Fubon Securities website to direct users to an anti-fraud page.
Does this have a direct impact on investors?
Visitors will see a popup warning against fraud, which aims to increase their security awareness when browsing.
Why was this UI added?
It is likely a precautionary measure to protect customers from the increasing number of investment scams and phishing sites.