diff --git a/html/poketube.ejs b/html/poketube.ejs index ba75377..5de41aa 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -380,9 +380,6 @@ a[data-onclick="jump_to_time"] { - - - <% if (k.Video.Channel.Name == "7clouds") { %> - + <% if(shortsui) { %> + + <% } %> + + <% if (inv_vid.author.endsWith(' - Topic')) { %> + + <% } %> <% if(dm) { %> @@ -700,28 +1131,16 @@ background-color: #0000; @@ -843,7 +1262,7 @@ if your domain matches this code you are probably in poketube.fun owo:3
Options
- Customize Poke + Customize PokeTube @@ -994,7 +1413,13 @@ Offical Discord Server! :3
- + <% if (!qua) { //TODO - a %> + + <% } else { %> + + <% } %> - -
<% } %> +<% +const fakeNewsSources = { + "InfoWars": { + category: "conspiracy", + reason: "InfoWars has been widely criticized for promoting conspiracy theories and false information, such as falsely claiming that the Sandy Hook Elementary School shooting was a hoax.", + search: "Is it true that InfoWars promotes conspiracy theories and false information?" + }, + "Breitbart": { + category: "conservative", + reason: "Breitbart is known for its extreme political bias and spreading misleading information, including downplaying the severity of COVID-19.", + search: "Is it true that Breitbart spreads misleading information about COVID-19?" + }, + "Daily Mail": { + category: "tabloid", + reason: "The Daily Mail is frequently criticized for sensationalism and misinformation, such as publishing misleading health and science stories.", + search: "Is it true that the Daily Mail publishes misleading health and science stories?" + }, + "Natural News": { + category: "pseudoscience", + reason: "Natural News promotes pseudoscience and conspiracy theories, including false vaccine claims and unverified health information.", + search: "Is it true that Natural News promotes pseudoscience and false vaccine claims?" + }, + "RT news": { + category: "state-sponsored", + reason: "RT is a state-funded media outlet known for promoting Russian government perspectives and biased reporting on international issues.", + search: "Is it true that RT promotes Russian government perspectives and biased reporting?" + }, + "Sputnik": { + category: "state-sponsored", + reason: "Sputnik spreads Russian state propaganda and publishes misleading information about Western countries.", + search: "Is it true that Sputnik spreads Russian state propaganda?" + }, + "Before It's News": { + category: "conspiracy", + reason: "Before It's News is known for spreading conspiracy theories and fake news, including fabricated stories about global events.", + search: "Is it true that Before It's News spreads conspiracy theories and fake news?" + }, + "Your News Wire": { + category: "conspiracy", + reason: "Your News Wire publishes false information and conspiracy theories, including fabricated reports on various topics.", + search: "Is it true that Your News Wire publishes false information and conspiracy theories?" + }, + "WorldTruth.TV": { + category: "conspiracy", + reason: "WorldTruth.TV spreads conspiracy theories and pseudoscience, including false health information and other dubious claims.", + search: "Is it true that WorldTruth.TV spreads conspiracy theories and pseudoscience?" + }, + "NewsPunch": { + category: "conspiracy", + reason: "NewsPunch publishes false information and conspiracy theories, including unsubstantiated claims about political figures.", + search: "Is it true that NewsPunch publishes false information and conspiracy theories?" + }, + "Civic Tribune": { + category: "fake-news", + reason: "Civic Tribune is known for hoaxes and misinformation, including fabricated stories about political events.", + search: "Is it true that Civic Tribune is known for hoaxes and misinformation?" + }, + "The Daily Stormer": { + category: "extremist", + reason: "The Daily Stormer promotes hate speech and extremist views, including anti-Semitic and other hateful content.", + search: "Is it true that The Daily Stormer promotes hate speech and extremist views?" + }, + "Times of Israel": { + category: "state-sponsored", + reason: "Times of Israel has faced criticism for biased reporting and spreading propaganda, especially regarding the Israel-Palestine conflict.", + search: "Is it true that Times of Israel has biased reporting on the Israel-Palestine conflict?" + }, + "Zero Hedge": { + category: "conspiracy", + reason: "Zero Hedge promotes conspiracy theories and financial misinformation, including false claims about market events.", + search: "Is it true that Zero Hedge promotes conspiracy theories and financial misinformation?" + }, + "Pravda": { + category: "state-sponsored", + reason: "Pravda is a state-run media outlet known for spreading Russian government propaganda with a history of biased reporting on international events.", + search: "Is it true that Pravda spreads Russian government propaganda?" + }, + "Press TV": { + category: "state-sponsored", + reason: "Press TV promotes Iranian government propaganda and often spreads biased information about Western countries.", + search: "Is it true that Press TV promotes Iranian government propaganda?" + }, + "Fox News": { + category: "conservative", + reason: "Fox News is often criticized for extreme political bias and misinformation, such as its reporting on the 2020 US election.", + search: "Is it true that Fox News has extreme political bias and misinformation?" + }, + "The Blaze": { + category: "conservative", + reason: "The Blaze promotes right-wing viewpoints and sometimes misleading information, including false claims about political figures.", + search: "Is it true that The Blaze promotes misleading information?" + }, + "OANN": { + category: "conservative", + reason: "OANN spreads far-right viewpoints and conspiracy theories, including false claims about election fraud.", + search: "Is it true that OANN spreads far-right viewpoints and conspiracy theories?" + }, + "Newsmax": { + category: "conservative", + reason: "Newsmax promotes extreme right-wing perspectives and misinformation, including false claims about the COVID-19 pandemic.", + search: "Is it true that Newsmax promotes extreme right-wing perspectives and misinformation?" + }, + "Al Jazeera": { + category: "state-sponsored", + reason: "Al Jazeera, a Qatar state-funded media outlet, has a history of promoting government viewpoints and biased reporting on Middle Eastern conflicts.", + search: "Is it true that Al Jazeera promotes government viewpoints and biased reporting?" + }, + "The Sun": { + category: "tabloid", + reason: "The Sun is known for sensationalism and often publishes exaggerated or false stories, particularly about celebrities and high-profile topics.", + search: "Is it true that The Sun publishes exaggerated or false stories?" + } +}; + +const normalizedQuery = q.toLowerCase().replace(/\s+/g, ''); +const matchedSource = Object.keys(fakeNewsSources).find(source => normalizedQuery.includes(source.toLowerCase().replace(/\s+/g, ''))); + +if (q.includes('-debug-news')) { +%> + +
+

+ 🔍 Debug Info +

+

+ Here are all the sources and their details: +

+
+
+ +<% } else if (matchedSource) { %> + +
+

+ 🚫 +
Be Cautious with This Source +

+

+ Hai there! It looks like you might be looking at info from <%= matchedSource %>, which is known for spreading fake news or propaganda. +

+

+ Here are some quick tips to check if what you're reading is legit: +

+ +

+ For more info on why <%= matchedSource %> might not be reliable, check out a search for: +

+ + +

wrong filter? Report :3

+
+ +<% } %> + + +