zattoo Deutschland Senderliste (nur kostenlose)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:var scriptEl = document.getElementById("schema-org-graph").innerText;var schemaObj = JSON.parse(scriptEl); var sentences = schemaObj["@graph"][3].articleBody.split(". "); var formattedtext = ""; var skips = 0; for (var i = 0; i < sentences.length; i++) { if (i === skips + 5) { var breaks = "<br /><br />"; skips += 5; } else { var breaks = ""; } formattedtext += sentences[i] + ". " + breaks; } var intro = document.getElementsByClassName("dm-article__intro")[0].innerHTML; document.getElementsByClassName("dm-article-content-width")[0].innerHTML = "<strong>" + intro + "</strong><br /><br /><br />" + formattedtext + "<br /><br />";void(0); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript: | |
| var rows = document.getElementsByTagName("td").length; | |
| var allrows = "", temprowa = "", temprowb = ""; | |
| for (var i = 0, l = rows; i < l; ++i) { | |
| temprowa = document.getElementsByTagName("td")[i].getAttribute("data-cm-link"); | |
| if ((temprowa != null) && (temprowa != temprowb)) { | |
| allrows += temprowa + "\n"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var preparing = new Array(); | |
| var myindex = 0; | |
| for (var i = 0, l = allkeys; i < l; ++i) { | |
| if (Object.values(schemaObj.props["apolloState"])[i].__typename == "CmsMovie") { | |
| if (Object.values(schemaObj.props["apolloState"])[i].externalIdentifier) { | |
| var slug = Object.values(schemaObj.props["apolloState"])[i].slug; | |
| if (slug) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #EXTM3U | |
| #EXTINF:0,3Sat | |
| https://zdf-hls-18.akamaized.net/hls/live/2016501/dach/high/master.m3u8 | |
| #EXTINF:0,ARD | |
| https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8 | |
| #EXTINF:0,ARD_Alpha | |
| https://mcdn.br.de/br/fs/ard_alpha/hls/de/master.m3u8 | |
| #EXTINF:0,ARTE | |
| https://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8 | |
| #EXTINF:0,BR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:var vid = document.getElementById("player_video_node");vid.paused == false ? vid.pause() : vid.play();void(0); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // to use in console | |
| var channels = ""; | |
| for (var i = 0, l = document.getElementsByTagName("section").length; i < l; ++i) { | |
| var state = window.getComputedStyle(document.getElementsByTagName("section")[i], null).getPropertyValue('visibility'); | |
| if (state != "hidden") { | |
| if (document.getElementsByTagName("section")[i].getElementsByTagName("span")[1]) { | |
| if (document.getElementsByTagName("section")[i].getElementsByTagName("span")[1].getAttribute("data-soul") == "RIBBON_LOCKED") { |
joyn Senderliste (nur kostenlose)
ProSieben
SAT.1
Kabel Eins
ProSieben MAXX
sixx
SAT.1 Gold
Kabel Eins Doku
Comedy Central
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // use in console | |
| var channels = ""; | |
| for (var i = 0, l = schemaObj.props.pageProps.liveStreams.length; i < l; ++i) { | |
| var chan = schemaObj.props.pageProps.liveStreams[i]; | |
| if (chan.id.indexOf("-hd") == -1 ) { | |
| //if (chan.brand.path == null) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:var vid = document.getElementsByTagName("video")[0];vid.paused == false ? vid.pause() : vid.play();void(0); |