Wednesday, 3 October 2018

Change a pop-up window's title using a Tampermonkey script?

Is there a way to use Tampermonkey to change the window title for a pop-up (child?) window? (This is for a streaming audio player)

Usually, we would use document.title to change the browser page/tab title for a webpage, but in this case it doesn't work. I believe that is because it is a pop-up spawned by the main webpage.

Is there a way to accomplish this via Tampermonkey.

This is the site with the pop-up I wish to modify. Click the "Listen Now" red button at top right and the pop-up will. I wish to change the title for that pop-up window.


References I tried/used:



from Change a pop-up window's title using a Tampermonkey script?

No comments:

Post a Comment