http://www.lifein19x19.com/forum/viewto ... =14&t=5213
I can remove it, but I'd like to get a feel for how people think about the feature. Please vote on your preference here:
viewtopic.php?f=14&t=12340
Kirby wrote:I can remove it, but I'd like to get a feel for how people think about the feature. Please vote on your preference here:
viewtopic.php?f=14&t=12339
oren wrote:Kirby wrote:I can remove it, but I'd like to get a feel for how people think about the feature. Please vote on your preference here:
viewtopic.php?f=14&t=12339
Can you do tapatalk and not have it add the ad? Or change that 90 days to something huge?
Code: Select all
function setTapatalkCookies() {
var date = new Date();
var days = 90;
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+ date.toGMTString();
document.cookie = "tapatalk_redirect=false" + expires;
}