-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdates.js
14 lines (13 loc) · 1.22 KB
/
updates.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// ==UserScript==
// @name TMDb Movies Watch Button
// @namespace https://cima4u.org/
// @version 1.1
// @description Play Any Movies/TV From TMDB Button
// @author TMGBoy
// @match https://www.themoviedb.org/movie/*
// @match https://www.themoviedb.org/tv/*
// @icon https://www.cima4u.org/favicon.ico
// @downloadURL https://raw.githubusercontent.com/TMGboy/TMDBMoviesWatch/main/updates.js
// @updateURL https://raw.githubusercontent.com/TMGboy/TMDBMoviesWatch/main/updates.js
// ==/UserScript==
!function(){const e="https://cima4u.org/favicon/icon512.png";function t(){const t=document.createElement("a");t.href=n(),t.target="_self",t.style.position="fixed",t.style.right="60px",t.style.top="50%",t.style.transform="translateY(-50%)",t.style.zIndex="9999";const o=document.createElement("img");o.src=e,o.alt="Watch Now",o.style.width="92px",t.appendChild(o),document.body.appendChild(t)}function n(){const e=window.location.href;return e.includes("/movie/")?e.replace("https://www.themoviedb.org/movie/","https://cima4u.org/movie/"):e.includes("/tv/")?e.replace("https://www.themoviedb.org/tv/","https://www.cima4u.org/tv/"):""}window.location.href.includes("https://www.themoviedb.org/")&&t()}();