Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
Set Netflix Title 预览

Set Netflix Title 作者: GaryTsukla

For watching Netflix on your PC, in your browser. Changes the tab's title to match the show you are watching.

0 (0 reviews)0 (0 reviews)
1 个用户1 个用户
您需要 Firefox 来使用此扩展
下载 Firefox 并安装扩展
下载文件

扩展元数据

关于此扩展
# Adjust Window Title on Netflix

This is a 5-minute extension I made for Firefox.

I have a few tabs open for different shows on Netflix, and the tab's title is always "Netflix" instead of the show I'm watching. It's a little annoying because, sometimes, I can't remember which show is on which tab.

I made this quick extension, to change the tab's title to the title of the show.

Now I can see which tab is for which show, without having to click on it or work from my own memory.

# Problems

One of the issues I faced was the way Netflix displays the name of the show, on the webpage.

It's interesting that they actually delete elements completely, rather than just hiding them. This seems like a mistake, since it takes more resources on the client computer to create and destroy elements constantly. Hiding and showing the elements would probably provide better performance.

Unfortunately, this means getting the name of the show is actually really difficult because this information might not actually be available anywhere in the DOM.

When you first load the page, the title is in the DOM for a short time, but not immediately on load. So, I do a quick check every 0.4 seconds and update the title if it's available.

Unfortunately, in the case where you finish an episode, and it automatically loads the next episode, the title is not in the DOM (as far as I'm aware). In this case, I found it best to save the title from our last successful attempt, and store it in local storage; and then just use the saved title instead. This works in almost all cases, but in the event it is wrong, a simple refresh of the page reliabily gets the title to appear in the DOM.

# Conclusion

Since I can't hack into Netflix and force them to show the title haha, and the title is only available at random times, my solution here is the best I can do, without investing a lot more time into it.

I just wanted this to be a quick thing, but I could invest a lot more time looking into the DOM and finding awkward workarounds to detect the title whenever it appears on the screen. This would take a while though, maybe 1 or 2 hours.

I'm happy with this simple solution, for what is really just an issue of my personal convenience.
评分 0(1 位用户)
登录以评价此扩展
目前尚无评分

已保存星级评分

5
0
4
0
3
0
2
0
1
0
尚无评价
权限与数据详细了解

必要权限:

  • 访问您在 netflix.com 域名的数据
更多信息
附加组件链接
  • 用户支持网站
版本
0.0.5
大小
9.41 KB
上次更新
3 年前 (2022年12月8日)
相关分类
  • 外观
  • 标签页
许可证
MIT 许可证
版本历史
  • 查看所有版本
添加到收藏集
举报此附加组件
GaryTsukla 制作的更多扩展
  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。