-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
新增 支持乐视体育 新增 AcFun支持H5播放 新增 支持部分网站https 新增 支持YouTube 新增 Tips配置 优化 AcFun引用 优化 Tips加载方式 优化 Tips加载逻辑 优化 对bilibili https的支持 修复 Tips不能加载的BUG 修复 Tips可能与其他插件产生冲突的BUG
- Loading branch information
1 parent
02777a7
commit 0591778
Showing
2 changed files
with
99 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
window.onload = function(){ | ||
if(document.getElementById('smartideo_tips')){ | ||
var tips = document.getElementById("smartideo_tips"); | ||
tips.innerHTML = tips.getAttribute("smartideo-title"); | ||
} | ||
} |