JimmyLv / BibiGPT-v1

BibiGPT v1 · one-Click AI Summary for Audio/Video & Chat with Learning Content: Bilibili | YouTube | Tweet丨TikTok丨Dropbox丨Google Drive丨Local files | Websites丨Podcasts | Meetings | Lectures, etc. 音视频内容 AI 一键总结 & 对话:哔哩哔哩丨YouTube丨推特丨小红书丨抖音丨快手丨百度网盘丨阿里云盘丨网页丨播客丨会议丨本地文件等 (原 BiliGPT 省流神器 & AI课代表)
https://bibigpt.co
GNU General Public License v3.0
5.24k stars 702 forks source link

希望能推出 Tampermonkey 插件 #5

Closed HChenZi closed 1 year ago

HChenZi commented 1 year ago

感觉会比改 url 用起来更方便些 试着自己整了一个,但有遇到跨域问题

JimmyLv commented 1 year ago

嗯嗯,感谢建议!(和尝试😁)

mmqmzk commented 1 year ago
javascript:(function(){location.href=location.href.replace('bilibili.com','bilibili.jimmylv.cn')}())

试试用 bookmarklet,随便保存个书签,右键修改,把地址换成上面的代码,在视频页面点击该书签

JimmyLv commented 1 year ago

天呐,太棒了🤣

也没有那种,一键在页面上点击“按钮”,然后添加这段代码到书签栏的效果?

JimmyLv commented 1 year ago
JimmyLv commented 1 year ago

Opera, Google Chrome and Safari do not provide a way to add new elements to the Favorites (Bookmarks) from JavaScript.

There was an API for that however, which is the Window.external API, and I believe it used to work as window.external.AddFavorite() in Internet Explorer, and window.sidebar.addPanel() in Firefox (obsolete, deprecated, i.e. dead, see for the API).

saccohuo commented 1 year ago

+1

JimmyLv commented 1 year ago

有朋友做了也,太感谢啦! 快捷跳转BiliGPT - Source code