插件介绍
你讨厌手动刷新Twitter页面来查看最新的消息吗?这个扩展为您使用twitter.com的原生新tweet功能。
更新日志:
修复了Twitter更改网站后的滚动错误
v2.6.3防止页面上方自动刷新(感谢hmemcpy, https://github.com/mthie/refresh-for-twitter/pull/1)
v2.6.2更名为应用程序
v2.6.1为立即单击删除了不必要的jQuery
v2.6修正了一个jQuery问题,删除了旧的和不需要的方法
v2.5增加了#newnewtwitter支持(@HANZUBON的快速补丁:))
v2.4.1 twitter更改了标签名称-修复了它
v2.4修复了HTTPS问题
v2.3.1修复了小脚本bug(抱歉,是我的错)
v2.3稳定修复,与旧的twitter再次工作
v2.2.1删除了不必要的jQuery和检查窗口。onload使它更稳定
修复了建议页面上的脚本错误
v2.1(坏版本,抱歉)
2.0版本使用#newtwitter now
从扩展栏删除图标(不需要)
减少了内存消耗
Bugreports:
请通过Twitter (http://twitter.com/mthie)或Facebook (http://www.facebook.com/mthie)联系我,因为当你在这里添加评论时,我不会收到电子邮件。
Do you hate to manually refresh the Twitter page to see the newest incoming tweets? This extension does it for you using the native new tweets feature of twitter.com.
Changelog:
v2.6.4 fixed the scroll bug after Twitter changed their website
v2.6.3 prevent auto-refreshing if not at the top of the page (thanks to hmemcpy, https://github.com/mthie/refresh-for-twitter/pull/1)
v2.6.2 renamed app
v2.6.1 removed needless jQuery for the click now
v2.6 fixed a jQuery problem, removed old and needless methods
v2.5 added #newnewtwitter support (thangs to @HANZUBON for the fast patch :))
v2.4.1 twitter changed tag names - fixed it
v2.4 fixed HTTPS problem
v2.3.1 fixed small script bug (sorry, my fault)
v2.3 stability fix, works with old twitter again
v2.2.1 removed needless jQuery and check for window.onload to keep it more stable
v2.2 fixed script errors on suggestion page
v2.1 (broken release sorry)
v2.0 works with #newtwitter now
v1.2 removed icon from extensions bar (not yet needed)
v1.1 reduced memory consumption
Bugreports:
Please contact me at Twitter (http://twitter.com/mthie) or Facebook (http://www.facebook.com/mthie) because I don't get an email when you add a comment here.
浏览器插件安装详细步骤:Chrome浏览器如何安装插件扩展
- 上一篇:JioTV for PC/Laptop- Guide
- 下一篇:Sumo
我无法辨别区别,oauth/authenticate将重定向到oauth/authorize,我正在使用的应用程序凭证。它能为你做这些吗?
是的,你必须在Twitter Dev center中将其显式设置为true。
显示:没有。它只是工作,如果我添加“隐藏=是”窗口。在hello.all.js的1238行打开:)没有窗口可见,并在+- 4秒后,所有我的tweet显示在JSON:
请注意,你的文档某处的“登录与Twitter”必须启用,否则它将不起作用。但是,人们可以改变构型。并且,如果你想设置这个参数,我不知道如何设置client_id。我不得不浏览你的代码,找出参数是"id"。
我添加了“隐藏=是”的选项在这里:https://github.com/MrSwitch/hello.js/blob/master/src/hello.js#L1235
例如:"resizeable=true,hidden=yes,height=" + windowWidth + ",width=" + windowWidth + ",left=" + left + ",top=" + top "
我看到它在登录函数之外,不确定为什么这一行被调用,但它工作了…