【问题标题】:Can't edit Youtube video title using Chrome extension无法使用 Chrome 扩展程序编辑 Youtube 视频标题
【发布时间】:2022-01-16 18:04:27
【问题描述】:

我正在尝试制作扩展以更改 youtube 上的视频,但我无法编辑视频标题或频道名称。

虽然我可以更改显示在 Youtube 徽标旁边的国家/地区标志:

let country = document.getElementById("country-code").innerHTML = "xyz";

我不能对视频标题做同样的事情。

我不知道为什么会这样?

【问题讨论】:

    标签: javascript html css google-chrome google-chrome-extension


    【解决方案1】:

    这个呢

    document.querySelector('h1.title.style-scope.ytd-video-primary-info-renderer').innerText="xyz"
    

    【讨论】:

      猜你喜欢
      • 2020-11-21
      • 1970-01-01
      • 2016-09-05
      • 2013-10-21
      • 2019-06-16
      • 1970-01-01
      • 1970-01-01
      • 2012-11-03
      • 2022-09-27
      相关资源
      最近更新 更多