MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / leavePIP

Function leavePIP

scripts/pip_fullWebsite.js:36–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 function leavePIP() {
37 if (document.pictureInPictureElement) document.exitPictureInPicture();
38 window.ufs_pip_fullWebsite.isPIP = false;
39 window.ufs_pip_fullWebsite.video?.remove?.();
40 window.ufs_pip_fullWebsite.stream
41 ?.getVideoTracks?.()
42 .forEach((track) => {
43 track.stop();
44 });
45 window.ufs_pip_fullWebsite.stream = null;
46 }
47
48 try {
49 if (window.ufs_pip_fullWebsite.isPIP) {

Callers 1

pip_fullWebsite.jsFile · 0.70

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected