Files
source-presences/presences/primevideo/dist/presence.js
T
2026-04-25 21:24:34 +00:00

2 lines
2.7 KiB
JavaScript

"use strict";var a=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var c=(e,t)=>{for(var n in t)a(e,n,{get:t[n],enumerable:!0})},m=(e,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of u(t))!s.call(e,o)&&o!==n&&a(e,o,{get:()=>t[o],enumerable:!(i=d(t,o))||i.enumerable});return e};var p=e=>m(a({},"__esModule",{value:!0}),e);var b={};c(b,{default:()=>T});module.exports=p(b);var r=Object.freeze({PLAYING:0,LISTENING:2,WATCHING:3});function f(){return document.querySelector("video.webPlayerElement, video.rendererContainer__video, video[src], video")}function w(){return document.querySelector(".webPlayerSDKContainer")||document.querySelector("[data-automation-id='webPlayer']")?!0:/\/(detail|gp\/video\/detail)\//.test(location.pathname)===!1&&document.querySelector("video")!==null&&location.pathname.includes("/video/")}function y(){let e=["h1.atvwebplayersdk-title-text",".atvwebplayersdk-title-text","[data-automation-id='title']",".webPlayerSDKContainer h1"];for(let t of e){let i=document.querySelector(t)?.textContent?.trim();if(i)return i}return null}function v(){let e=[".atvwebplayersdk-subtitle-text","[data-automation-id='subtitle']"];for(let t of e){let i=document.querySelector(t)?.textContent?.trim();if(i)return i}return null}function h(){return(document.querySelector("[data-automation-id='title']")??document.querySelector("h1"))?.textContent?.trim()??null}function g(){let e=location.pathname;return/\/(detail|gp\/video\/detail)\//.test(e)?"Viewing title":e.includes("/search/")||location.search.includes("phrase=")?"Searching":e.includes("/storefront/")?"Browsing store":e.includes("/library/")||e.includes("/watchlist")?"Browsing watchlist":"Browsing"}var T={match:["https://www.primevideo.com/*","https://www.amazon.com/gp/video/*","https://www.amazon.com/-/*/gp/video/*","https://www.amazon.co.uk/gp/video/*","https://www.amazon.de/gp/video/*"],tickInterval:1500,tick(e){let t=f();if(t&&w()){let n=y();if(!n){e.setActivity({type:r.WATCHING,name:"Prime Video",details:"Loading\u2026"});return}let i=v(),o=t.paused,l=Number.isFinite(t.duration)&&t.duration>0?Math.floor((t.duration-t.currentTime)*1e3):null;e.setActivity({type:r.WATCHING,name:"Prime Video",details:n,state:i?`${o?"Paused":"Watching"} \xB7 ${i}`:o?"Paused":"Watching",url:location.href,startedAt:o?null:Date.now()-Math.floor(t.currentTime*1e3),endsAt:o||l===null?null:Date.now()+l});return}if(/\/(detail|gp\/video\/detail)\//.test(location.pathname)){let n=h();e.setActivity({type:r.WATCHING,name:"Prime Video",details:n?`Viewing ${n}`:"Viewing title"});return}e.setActivity({type:r.WATCHING,name:"Prime Video",details:g()})}};