(function () {
let commentURL = "https://comment.ifragasatt.se/count?customerId=14&articleId=1.76999197&adFrequency=5&alias=false&articleUrl=http://www.gp.se/nyheter/sverige/smålandspar-döms-för-knarkodlingar-1.76999197&articleTitle=Sm%C3%A5landspar+d%C3%B6ms+f%C3%B6r+knarkodlingar&commentsToShow=3&cssUrl=https://www.gp.se/polopoly_fs/3.200.1655797719!/css/ifragasatt.css&display=count&articleImage=/image/policy:1.76999190:1657893920/image.jpg?f=Wide&w=1200&$p$f$w=834285a&articlePublishedTime=2022-07-15 16:04:48&articleTitle=Sm%C3%A5landspar+d%C3%B6ms+f%C3%B6r+knarkodlingar&stickylogin=false&languageName=svenska&languageShortName=sv";
let allowSticky = commentURL.includes("stickylogin=true");
if (allowSticky) {
let cookie = document.cookie
.split('; ')
.find(row => row.startsWith('ifragasatt_cookie='));
if (cookie) {
let cookieValue = cookie.split('=')[1];
commentURL += "&cookie=" + cookieValue;
}
}
function getDomain(url) {
url = url.replace(/(https?:\/\/)?(www.)?/i, '');
if (url.indexOf('/') !== -1) {
url = url.split('/')[0];
}
return "." + url;
}
let ifrURL = "";
document.getElementById("ifragasatt-1.76999197").innerHTML = ifrURL;
window.addEventListener('message', receiveMessage, false);
function receiveMessage(evt) {
const commentDiv = document.getElementById("ifragasatt-1.76999197");
let domain = window.location.hostname.replace(/(https?:\/\/)?(www.)?/i, '');
if (domain.indexOf('/') !== -1) {
domain = domain.split('/')[0];
}
if (evt.data.id === "ifragasatt-1.76999197" && commentDiv && commentDiv.firstChild) {
document.getElementById("ifragasatt-1.76999197").firstChild.style.height = evt.data.height;
}
if (allowSticky && (evt.data.id === "ifr-set-cookie")) {
const token = evt.data.token;
if (token && token.length > 0) {
const maxAge = 30 * 24 * 60 * 60;
const cookie = "ifragasatt_cookie=" + token + "; max-age=" + maxAge + ";domain=." + domain + ";";
document.cookie = cookie;
}
}
if (evt.data.id === "ifr-remove-cookie") {
const cookie = "ifragasatt_cookie=;expires=Thu, 01 Jan 1970 00:00:01 GMT;max-age=-1;domain=." + domain + ";";
document.cookie = cookie;
commentURL = "https://comment.ifragasatt.se/count?customerId=14&articleId=1.76999197&adFrequency=5&alias=false&articleUrl=http://www.gp.se/nyheter/sverige/smålandspar-döms-för-knarkodlingar-1.76999197&articleTitle=Sm%C3%A5landspar+d%C3%B6ms+f%C3%B6r+knarkodlingar&commentsToShow=3&cssUrl=https://www.gp.se/polopoly_fs/3.200.1655797719!/css/ifragasatt.css&display=count&articleImage=/image/policy:1.76999190:1657893920/image.jpg?f=Wide&w=1200&$p$f$w=834285a&articlePublishedTime=2022-07-15 16:04:48&articleTitle=Sm%C3%A5landspar+d%C3%B6ms+f%C3%B6r+knarkodlingar&stickylogin=false&languageName=svenska&languageShortName=sv";
ifrURL = "";
document.getElementById("ifragasatt-1.76999197").innerHTML = ifrURL;
}
}
})();