var breeze_prefetch = {"local_url":"https:\/\/www.safer.com.tw","ignore_remote_prefetch":"1","ignore_list":["\/cart\/","\/checkout\/","\/my-account\/","wp-admin","wp-login.php"]};
https://www.safer.com.tw/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://www.safer.com.tw/wp-includes/js/jquery/jquery.min.js
https://www.safer.com.tw/wp-includes/js/jquery/jquery-migrate.min.js
https://www.safer.com.tw/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"\u67e5\u770b\u8cfc\u7269\u8eca","cart_url":"https:\/\/www.safer.com.tw\/cart\/","is_cart":"","cart_redirect_after_add":"no"};
https://www.safer.com.tw/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js
https://www.safer.com.tw/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
https://www.safer.com.tw/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_be56cb95501a50c5c90cc1729320b2e9","fragment_name":"wc_fragments_be56cb95501a50c5c90cc1729320b2e9","request_timeout":"5000"};
https://www.safer.com.tw/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js
跳至主要內容
會員帳號、密碼與安全 一、SAFER購物網會員帳號即視為主要辨識帳號,請確認後填寫,帳號及密碼,不能重複登錄。除非經他人合法授權使用其個人資料以外,您如果提供任何錯誤或是不實的資料進行登錄,本公司有權暫停或是終止您的帳號,並拒絕您使用本服務。 二、您如選擇以信用卡方式購物時,必須填寫確實之信用卡資料;若發現有不實登錄或任何未經持卡人許可而盜刷其信用卡的情形時,本公司得以暫停或終止其會員 資格,若違反中華民國相關法律,亦將依法追究。本公司不會留存會員在網站上登錄之信用卡號等相關資料,以保護會員之隱私及權益。 三、您如選擇以自行取貨方式購物時,您若無故未在通知期限內取貨超過一定比率時,本公司有權暫停您的帳號,並拒絕您使用本服務。 四、本公司有權依自行之考量,於通知及未通知之情形下,關閉長時間未使用的會員帳號。
會員的隱私權保障 本公司對於您所登錄或留存之個人資料,在未獲得您的同意以前,絕不對非本公司相關業務合作夥伴以外之人揭露您的姓名、地址、電子郵件地址及其他依法受保護之個人資料。
同時為提供行銷、市場分析、統計或研究、或為提供會員個人化服務或加值服務之目的,您同意本公司、或本公司之策略合作夥伴,得記錄、保存、並利用您在本網站所留存或產生之資料及記錄,同時在不揭露各該資料之情形下,得公開或使用統計資料。
本公司將依據您提出可資確認之身分證明文件的申請,於三十天內提供本公司所保有您的個人資料檔案,或答覆查詢,或提供閱覽,或製給複製本。若您委託他人代為申請者,請另外提出可資確認之身分證明,以備查核。若您申請查詢或請求閱覽個人資料或製給複製本,本公司得酌收相當費用。收費標準請參閱本公司之公告。若本公司未能於三十天內處理您的申請,將會將原因以書面方式告知與您知悉。您亦可在本公司之「會員專區」網頁登入您的帳號及密碼,線上即時查閱您的個人資料檔案。若您委託他人代為登入者,您將負完全的責任。如果您自行洩漏自己的個人資料、會員密碼或付款資料給予第三人使用,您應就第三人的行為負責。
在下列的情況下,本公司有可能會提供您的個人資料給相關機關,或主張其權利受侵害並提示司法機關正式文件之第三人: 一、基於法律之規定、或受司法機關與其他有權機關基於法定程序之要求。 二、在緊急情況下為維護其他會員或第三人之合法權益。 三、為維護會員服務系統的正常運作。 四、會員透過本服務與商家購物、兌換贈品,因而產生的金流、物流必要資訊。 五、使用者有任何違反政府法令或本使用條款之情形。
關於您所登錄或留存之個人資料及其他特定資料(例如交易資料),悉依本公司「隱私權政策」受到保護與規範。
const lazyloadRunObserver = () => {
const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
entries.forEach( ( entry ) => {
if ( entry.isIntersecting ) {
let lazyloadBackground = entry.target;
if( lazyloadBackground ) {
lazyloadBackground.classList.add( 'e-lazyloaded' );
}
lazyloadBackgroundObserver.unobserve( entry.target );
}
});
}, { rootMargin: '200px 0px 200px 0px' } );
lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
lazyloadBackgroundObserver.observe( lazyloadBackground );
} );
};
const events = [
'DOMContentLoaded',
'elementor/lazyload/observe',
];
events.forEach( ( event ) => {
document.addEventListener( event, lazyloadRunObserver );
} );
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
https://www.safer.com.tw/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
https://www.safer.com.tw/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/www.safer.com.tw\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
https://www.safer.com.tw/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js
var ct_localizations = {"ajax_url":"https:\/\/www.safer.com.tw\/wp-admin\/admin-ajax.php","public_url":"https:\/\/www.safer.com.tw\/wp-content\/themes\/blocksy\/static\/bundle\/","rest_url":"https:\/\/www.safer.com.tw\/wp-json\/","search_url":"https:\/\/www.safer.com.tw\/search\/QUERY_STRING\/","show_more_text":"\u986f\u793a\u66f4\u591a","more_text":"\u66f4\u591a","search_live_results":"\u641c\u5c0b\u7d50\u679c","search_live_no_results":"\u627e\u4e0d\u5230\u7b26\u5408\u7684","search_live_no_result":"\u627e\u4e0d\u5230\u7b26\u5408\u7684","search_live_one_result":"\u60a8\u5df1\u627e\u5230 %s \u500b\u7b26\u5408\u7684. \u8acb\u6309 Tab \u9375\u4f86\u9078\u64c7\u5b83.","search_live_many_results":"\u60a8\u5df1\u627e\u5230 %s \u500b\u7b26\u5408\u7684. \u8acb\u6309 Tab \u9375\u4f86\u9078\u64c7\u5b83.","clipboard_copied":"\u5df2\u8907\u88fd!","clipboard_failed":"\u8907\u88fd\u5931\u6557","expand_submenu":"\u5c55\u958b\u4e0b\u62c9\u9078\u55ae","collapse_submenu":"\u6536\u5408\u4e0b\u62c9\u9078\u55ae","dynamic_js_chunks":[{"id":"blocksy_account","selector":".ct-account-item[href*=\"account-modal\"], .must-log-in a","url":"https:\/\/www.safer.com.tw\/wp-content\/plugins\/blocksy-companion\/static\/bundle\/account.js?ver=2.0.72","deps":["blocksy-zxcvbn","wp-hooks","wp-i18n","password-strength-meter"],"global_data":[{"var":"wc_password_strength_meter_params","data":{"min_password_strength":2,"stop_checkout":false,"i18n_password_error":"\u8acb\u8f38\u5165\u4e00\u500b\u8907\u96dc\u4e00\u9ede\u7684\u5bc6\u78bc","i18n_password_hint":"\u63d0\u793a: \u5efa\u8b70\u5bc6\u78bc\u61c9\u8a72\u81f3\u5c11\u8981\u6709 12 \u500b\u5b57\u5143\uff0c\u4e26\u5728\u5bc6\u78bc\u4e2d\u540c\u6642\u4f7f\u7528\u5927\u5c0f\u5beb\u5b57\u6bcd\u3001\u6578\u5b57\u53ca <code>! \\\" ? $ % ^ & )<\/code> \u7b49\u7279\u6b8a\u7b26\u865f\uff0c\u4fbf\u80fd\u8b93\u5bc6\u78bc\u66f4\u5b89\u5168\u3002"}},{"var":"pwsL10n","data":{"unknown":"\u5bc6\u78bc\u5f37\u5ea6\u672a\u77e5","short":"\u975e\u5e38\u4f4e","bad":"\u4f4e","good":"\u4e2d","strong":"\u9ad8","mismatch":"\u4e0d\u76f8\u7b26"}}],"trigger":"click","deps_data":{"blocksy-zxcvbn":"https:\/\/www.safer.com.tw\/wp-includes\/js\/zxcvbn.min.js","wp-hooks":"https:\/\/www.safer.com.tw\/wp-includes\/js\/dist\/hooks.min.js","wp-i18n":"https:\/\/www.safer.com.tw\/wp-includes\/js\/dist\/i18n.min.js","password-strength-meter":"https:\/\/www.safer.com.tw\/wp-admin\/js\/password-strength-meter.min.js"}},{"id":"blocksy_sticky_header","selector":"header [data-sticky]","url":"https:\/\/www.safer.com.tw\/wp-content\/plugins\/blocksy-companion\/static\/bundle\/sticky.js?ver=2.0.72"}],"dynamic_styles":{"lazy_load":"https:\/\/www.safer.com.tw\/wp-content\/themes\/blocksy\/static\/bundle\/non-critical-styles.min.css?ver=2.0.72","search_lazy":"https:\/\/www.safer.com.tw\/wp-content\/themes\/blocksy\/static\/bundle\/non-critical-search-styles.min.css?ver=2.0.72","back_to_top":"https:\/\/www.safer.com.tw\/wp-content\/themes\/blocksy\/static\/bundle\/back-to-top.min.css?ver=2.0.72"},"dynamic_styles_selectors":[{"selector":".ct-header-cart, #woo-cart-panel","url":"https:\/\/www.safer.com.tw\/wp-content\/themes\/blocksy\/static\/bundle\/cart-header-element-lazy.min.css?ver=2.0.72"},{"selector":".flexy","url":"https:\/\/www.safer.com.tw\/wp-content\/themes\/blocksy\/static\/bundle\/flexy.min.css?ver=2.0.72"},{"selector":"#account-modal","url":"https:\/\/www.safer.com.tw\/wp-content\/plugins\/blocksy-companion\/static\/bundle\/header-account-modal-lazy.min.css?ver=2.0.72"},{"selector":".ct-header-account","url":"https:\/\/www.safer.com.tw\/wp-content\/plugins\/blocksy-companion\/static\/bundle\/header-account-dropdown-lazy.min.css?ver=2.0.72"}]};
https://www.safer.com.tw/wp-content/themes/blocksy/static/bundle/main.js
https://www.safer.com.tw/wp-includes/js/dist/hooks.min.js
var glaGtagData = {"currency_minor_unit":"0","products":[]};
https://www.safer.com.tw/wp-content/plugins/google-listings-and-ads/js/build/gtag-events.js
window.addEventListener("DOMContentLoaded",(e=>{document.querySelectorAll('img[loading="lazy"]').forEach((e=>{e.getBoundingClientRect().top<=window.innerHeight&&(e.loading="eager")}))}));