Skip to content

Commit 6d169c7

Browse files
Tosback CrawlerTosback Crawler
Tosback Crawler
authored and
Tosback Crawler
committed
Update websaver Terms of Service
This version was recorded after filtering snapshot tosdr/tosback-snapshots@0eb95c25d9
1 parent e537a6c commit 6d169c7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

websaver/Terms of Service.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,13 @@ Canada H4P 2N5
154154
* [Printable Coupons](https://websaver.ca/en_ca/coupons/)
155155
* [Blog](http://blog.websaver.ca/)
156156
* [Brands](https://websaver.ca/en_ca/grocery-brands)
157-
* [Retailer Services](https://websaver.ca/%7B_locale_ca/retailservices)
157+
* [Retailer Services](https://websaver.ca/en_ca/retailservices)
158158

159159
* [Terms & Conditions](https://websaver.ca/en_ca/terms-conditions/)
160160
* [Privacy Statement](https://websaver.ca/en_ca/privacy-policy/)
161161
* [Unsubscribe](https://websaver.ca/en_ca/unsubscribe/)
162162

163+
* [About Us](https://websaver.ca/en_ca/about-us/)
163164
* [FAQ](https://websaver.ca/en_ca/faq/)
164165
* [Contact Us](https://websaver.ca/en_ca/contact-us/)
165166

@@ -170,6 +171,8 @@ Canada H4P 2N5
170171

171172
@ 2021 webSaver.ca. All rights reserved
172173

174+
$(document).ready(function () { $("#modalPopRegistration").on("hide.bs.modal", function () { var retrievedPopupRegistration = localStorage.getItem('popRegistration'); var pop = JSON.parse(retrievedPopupRegistration); pop.close += 1; localStorage.setItem('popRegistration', JSON.stringify(pop)); }); $('body').click(function (event) { if(!$(event.target).closest('#modalPopRegistration').length && !$(event.target).is('#modalPopRegistration')) { $(".modalDialog").hide(); } }); }); function showModalRegistration(lang) { console.log('ici') // var popImages = \[{ // img: 'https://ws-public-images.s3.amazonaws.com/Prod/webSaver/images/websaver\_popup\_1\_'+lang+'.jpg', // script: { // en: gtag('event', 'click', { 'event\_label': 'EN Pop Up 1', 'event\_category': 'Contest', 'value': 1 }), // fr: gtag('event', 'click', { 'event\_label': 'FR Pop Up 1', 'event\_category': 'Contest', 'value': 1 }), // }, // }, { // img: 'https://ws-public-images.s3.amazonaws.com/Prod/webSaver/images/websaver\_popup\_2\_'+lang+'.jpg', // script: { // en: gtag('event', 'click', { 'event\_label': 'EN Pop Up 2', 'event\_category': 'Contest', 'value': 2 }), // fr: gtag('event', 'click', { 'event\_label': 'FR Pop Up 2', 'event\_category': 'Contest', 'value': 2 }), // }, // }, { // img: 'https://ws-public-images.s3.amazonaws.com/Prod/webSaver/images/websaver\_popup\_3\_'+lang+'.jpg', // script: { // en: gtag('event', 'click', { 'event\_label': 'EN Pop Up 3', 'event\_category': 'Contest', 'value': 3 }), // fr: gtag('event', 'click', { 'event\_label': 'FR Pop Up 3', 'event\_category': 'Contest', 'value': 3 }), // }, // }\]; // var randomNumber = Math.floor(Math.random() \* 3); // $('#popRegistrationImg').attr('src', popImages\[randomNumber\].img); // var el = document.getElementById('clickRegistrationPopup'); // el.onclick = popImages\[randomNumber\].script\[lang\]; var retrievedPopupRegistration = localStorage.getItem('popRegistration'); if (retrievedPopupRegistration === null) { var pop = {date: Date.now(), endDate: Date.now() + (86400000 \* 7), close: 1}; localStorage.setItem('popRegistration', JSON.stringify(pop)); } var retrievedPopupRegistration = localStorage.getItem('popRegistration'); if (retrievedPopupRegistration != null) { var pop = JSON.parse(retrievedPopupRegistration); if (pop.close < 3 && pop.endDate >= Date.now()) { setTimeout(function () { $('#modalPopRegistration').modal(); }, 12000); } } }
175+
173176
[×](#)
174177

175178
Hey webSaver!
@@ -186,8 +189,4 @@ $('document').ready(function () { if ($('html').hasClass('ie8')) { $('.modal.fad
186189

187190
If you want these coupons please checkout now, otherwise they will be removed from your shopping cart.
188191

189-
[Skip](#) [Check Out](https://websaver.ca/en_ca/terms-conditions/)
190-
191-
192-
193-
var \_gaq = \_gaq || \[\]; \_gaq.push(\['\_setAccount', 'UA-10302159-31'\]); \_gaq.push(\['\_setDomainName', 'websaver.ca'\]); \_gaq.push(\['\_setAllowLinker', true\]); \_gaq.push(\['\_trackPageview'\]); (function () { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')\[0\]; s.parentNode.insertBefore(ga, s); })();
192+
[Skip](#) [Check Out](https://websaver.ca/en_ca/terms-conditions/)

0 commit comments

Comments
 (0)