var t = { e: true, l: null, g: function(elm) { return document.getElementById(elm); }, out: function() { var a = []; a.push('
05:15 Go'kväll
06:00 Morgonstudion
02:05 Nyhetstecken
09:00 SVT Forum
04:00 Without a Trace
06:00 Svenska Truckers
05:10 Hem till gården
05:35 Kökets helgtips
04:55 Alla mot alla med Filip o..
06:00 Beach Hunters
04:55 Killers Caught on Camera
06:00 Pacific Blue
05:00 Property Brothers - renov..
06:00 Första hundhjälpen
'); var n = document.createElement('div'); n.setAttribute('id', 'tv_tabla_generated'); n.innerHTML = a.join(""); t.after(n,l); l.style.display = 'none'; }, addEvent: function (elm, evt, func){ if(elm){ if(elm.addEventListener){ elm.addEventListener(evt, func, false); } else if(window.attachEvent){ elm.attachEvent(("on" + evt), func); } } }, after: function (c,p){ p.parentNode.insertBefore(c,p.nextSibling); }, init: function() { l = t.g("omtvse"); if((l.href == "https://omtv.se/") && (l.innerHTML == "Dagens tv-guide")) { t.out(); } else { return; } } }; t.addEvent(window, "load", function(){t.init();});