Go to comments ↓ Home » 效率提升

懒人必备:Opera自动填表的简单实现

opera分享一个小技巧:简单的Opera的自动填表方式尤其适合经常填写大量简单表单(比如博客评论者信息)的朋友们。

方法虽然简单,但还算管用。从此告别输错Email或域名的烦恼。

Opera是我最喜欢的浏览器,但一如所有的软件,都有其自身的缺点。比如没有Ai RoboForm和LastPass那样的工具,自带填写表单功能就让我偶尔吐槽- -。

Wand作为一个密码管理器算是很强大的,支持多帐号和自动提交,但那只能对保存过的站点生效。
而没有保存过的,只能用:右键—插入个人信息。这对于偶尔的注册和完善个人资料还是不错的。
但是像A.shun这样频繁的在其他博客评论的朋友们,只有两个字:不爽~

so,不爽就折腾吧。

演示

Opera RoboFrom.gif

Opera一键填表方法的简单实现

其实很简单。
先在“首选项”—“高级”—“快捷键”,对标准菜单建立一个副本,重命名。当然,你也可以编辑配置文件。

新建一个快捷键,按键随意(如:F1)。
命令为:

focus previous widget &Insert, "Url" & focus previous widget & Insert, "Email" & focus previous widget & Insert, "A.shun" & focus next widget & focus next widget & focus next widget

加在Application、Browser Window、Document Window其中一段均可。
当然,上面的Url、Email和A.shun分别对应你的域名、邮箱和ID。

这样,往后新到一个博客去发表评论的时候,只要先定位到评论输入框(注意是评论输入框不是用户名输入框),按下快捷键,Opera就会自动帮你把上面三行填好,并将焦点回到评论输入框。

因为评论框比较大,好定位,才这么写的。如果遇到有验证码的,则定位到验证码输入框,按下快捷键再输验证码。万恶的验证码~

Opera自动填表的补充

上面的方法固然很方便,但是遇到一些有个性的主题,会把信息框放在输入框的下面,就不好办了。根据我的经验来看,这种不超过10%。

so,补充一种写法,虽然没有上面的方便,但通用性强。

这样在要发表评论的时候,是定位到信息框的第一格(通常是Name),按下快捷键。

新建一个快捷键,如(ctrl+F1)。命令为:

Insert, "Name" & focus next widget & Insert, "Email" & focus next widget &Insert, "Url" & focus next widget

A.shun现在就是F1使用第一种方式填表,ctrl+F1就用第二种。
如果你不喜欢自己判断,那么只用这一种也够了。

javasript方式

Auston Jary同学补充的JS方式。
优点:可用于所有浏览器,不需要先定位到评论框(这个其实一样,反正输入评论时还是要定位的)。
缺点:针对id的写法,遇到wordpress以外的等就得修改命令了,需要启用javasript。

命令为:

Go to Page, "javascript:(function(){document.getElementById('author').value='名字';document.getElementById('email').value='邮箱';document.getElementById('url').value='网址';})()"

» 转载请以超链接形式注明来源:A.shun Blog » 《懒人必备:Opera自动填表的简单实现》
» 本文链接地址:http://www.a-shun.com/archives/21345.html

» 本文采用 BY-NC-SA 协议进行授权。
» 建议通过 Rss( Google Reader | Feedburner | Feedsky )方式及时获取更新。
  1. 有点麻烦啊……

    Firefox 3.6.2 Firefox 3.6.2 GNU/Linux GNU/Linux
    #41
    @
  2. 我觉得自动填表,反而麻烦。我还是喜欢IE记住表单,点三下OK。

    Internet Explorer 8.0 Internet Explorer 8.0 Windows 7 Windows 7
    #42
    @
  3. 记住表单的多好啊,下次来直接写评论就可以了

    TheWorld Browser TheWorld Browser Windows XP Windows XP
    #43
    @
  4. 不错,学到了.大部分时间都是手动输入的,邮箱输错误N次了都 :neutral:

    ChromePlus 1.3.8.2 ChromePlus 1.3.8.2 Windows 7 Windows 7
    #44
    @
  5. 基于安全理由,一般偶不用自动填表 :lol:

    Safari 4.0.5 Safari 4.0.5 Mac OS X 10.6.2 Mac OS X 10.6.2
    #45
    @
    • @lovee 这跟安全有什么关系?
      又不是填帐号名和密码,博客地址和id不算隐身,email的话,既然评论了,博主也是知道的。
      别给自己找麻烦了~ :lol:

      Opera 10.52 Opera 10.52 Windows XP Windows XP
    • @A.shun 问题是除此之外的,比如家庭住址、电话号码、IM软件帐号等,如果被哪个用偶的电脑上网的人正好自动输入进去了就不好玩了 :lol:

      Safari 4.0.5 Safari 4.0.5 Mac OS X 10.6.2 Mac OS X 10.6.2
    • @lovee 那个。。我这篇文章貌似只教人输入博客评论的这三行。。。

      Opera 10.52 Opera 10.52 Windows XP Windows XP
    • @A.shun WordPress的博客的话,通常保存Cookie之后就不用输入第二次了 :lol: 而且视情况有时可能会输入MJ等其他样式的信息

      Safari 4.0.5 Safari 4.0.5 Mac OS X 10.6.2 Mac OS X 10.6.2
    • @lovee 但新到的博客要自己输吧,还有一些博友由于主题的的缺陷保存不了cookies的。
      原来你们去了那么多地方,一路填过来也还真不容易啊~

      Opera 10.52 Opera 10.52 Windows XP Windows XP
    • @A.shun 已经填习惯了,现在偶就算全部填下来所花费的时间也不超过7秒钟 :lol:

      Safari 4.0.5 Safari 4.0.5 Mac OS X 10.6.2 Mac OS X 10.6.2
    • @lovee 那我还是选择只需要1秒钟的吧。

      Opera 10.52 Opera 10.52 Windows XP Windows XP
    • @A.shun 于是如果在某个地方发现本来该用MJ的却填成主号了而当时没发现就杯具了 :idea:

      Safari 4.0.5 Safari 4.0.5 Mac OS X 10.6.2 Mac OS X 10.6.2
    • @lovee 手动填错的概率更高,可能掉字,也可能条件反射输入了主号。
      再说,本人在博客从来都不用马甲~

      Opera 10.52 Opera 10.52 Windows XP Windows XP
    • @A.shun 不一定是博客啊,只要是需要填写邮件或者网站的地方都包括在内 :lol: 比如某预定电子杂志的地方

      手动填错的情况偶还基本没遇到过,主要那个单词已经被电脑学会了,所以打错一个字的话会有下划线的单词错误提示 :cool:

      Safari 4.0.5 Safari 4.0.5 Mac OS X 10.6.2 Mac OS X 10.6.2
  6. 存存更方便,要是能把火狐的密码转移到opera就好了

    Firefox 3.6.2 Firefox 3.6.2 Windows XP Windows XP
    #46
    @
    • @老千 目前很难,书签可以同步,但是密码不行。。
      也许lastpass的小书签可以帮忙。

      Opera 10.52 Opera 10.52 Windows XP Windows XP
  7. 这样的话确实可以省下不少的时间~

    Firefox 3.6.2 Firefox 3.6.2 Windows XP Windows XP
    #47
    @
  8. :eek: 改天下一個回來試試

    Internet Explorer 6.0 Internet Explorer 6.0 Windows XP Windows XP
    #48
    @
  9. 最近发现谷歌浏览器也很好用,老弟,不可在一棵树上吊死啊,哈哈。一定要在森林里吊死。

    Internet Explorer 8.0 Internet Explorer 8.0 Windows 7 Windows 7
    #49
    @
  10. opera我一直用它,呵呵

    Internet Explorer 8.0 Internet Explorer 8.0 Windows 7 Windows 7
    #50
    @
  11. 一般的博客只要已经留过言了,表单里都有记录的呢,哈哈~~~so,还是直接写评论

    Firefox 3.6.2 Firefox 3.6.2 Windows 7 Windows 7
    #51
    @
    • @Terry 你不明白这个文章的意思。。
      有cookies的当然直接写评论,但新到底地方呢?再说了,部分博客由于主题的缺陷是记不住cookies的。。

      Opera 10.52 Opera 10.52 Windows XP Windows XP
  12. 真的最适合我这种懒人… :eek:

    Firefox 3.6.2 Firefox 3.6.2 Windows XP Windows XP
    #52
    @
  13. 这个方法不错!

    Internet Explorer 8.0 Internet Explorer 8.0 Windows XP Windows XP
    #53
    @
  14. 用火狐浏览你的网站,经常出现假死的情况,还弹出对话框!
    不知道是不是我的电脑问题!
    图片在这里!http://u.115.com/file/t93746628f

    Firefox 3.5.8 Firefox 3.5.8 Windows 7 Windows 7
    #54
    @
    • @Lxhome 这个问题很奇怪,我自己用FF没有重新,但不知是你,还有另外两个同学反馈。貌似更新了jquery之后出现的,我会想办法解决。

      Opera 10.52 Opera 10.52 Windows XP Windows XP
  15. Firefox 怎么实现啊?

    Firefox 3.6.2 Firefox 3.6.2 Windows XP Windows XP
    #55
    @
  16. 这个对我们经常串门的来说太实用了~ :roll:

    Google Chrome 5.0.360.0 Google Chrome 5.0.360.0 Windows 7 Windows 7
    #56
    @
  17. 方法不错,值得搞一下 :roll:

    Internet Explorer 6.0 Internet Explorer 6.0 Windows XP Windows XP
    #57
    @
  18. 我觉得还是不太方便

    Firefox 3.6.2 Firefox 3.6.2 Windows 7 Windows 7
    #58
    @
  19. 哈哈,我现在用的是火狐的一个填表插件

    Firefox 3.5.8 Firefox 3.5.8 Windows XP Windows XP
    #59
    @
  20. 还好,我到的大部分博客都不用我填写,已经在上面了

    Internet Explorer 6.0 Internet Explorer 6.0 Windows XP Windows XP
    #60
    @
  21. 还是火狐的方便些

    Firefox 3.6 Firefox 3.6 Windows XP Windows XP
    #61
    @
  22. 还是firefox的填表功能比较方便 ;)

    Firefox 3.6.2 Firefox 3.6.2 Windows 7 Windows 7
    #62
    @
  23. PS:更新了一个老佛爷后花园的图文,欢迎回访

    Firefox 3.6.2 Firefox 3.6.2 Windows 7 Windows 7
    #63
    @
  24. :idea: 这么复杂。
    如果直接把cookies打开是不是就可以了?

    Google Chrome 5.0.360.0 Google Chrome 5.0.360.0 Windows XP Windows XP
    #64
    @
  25. 自动总是那么的方便,俺是懒人哈哈 :grin:

    Firefox 3.5.7 Firefox 3.5.7 Windows XP Windows XP
    #65
    @
  26. 这个还真是懒人的功能 :evil:

    Firefox 3.6.2 Firefox 3.6.2 Windows 7 Windows 7
    #66
    @
  27. PIMShell不仅可以直接在Feed阅读器中发表评论,还可以自动管理多组“个人信息”,适合马甲的快速切换。
    –抱歉,这是测试用PIMShell发表评论。

    Internet Explorer 8.0 (Compatibility Mode) Internet Explorer 8.0 (Compatibility Mode) Windows 7 Windows 7
    #67
    @
  28. 哈哈,这个确实不错,我在FF下用easyComment,实现一样的功能。虽然我去别处评论也不多。
    但这东西就是这样,平时用不到,但真用的时候没有就不方便。

    Firefox 3.6.3 Firefox 3.6.3 Windows 7 Windows 7
    #68
    @
    • @truant 你的评论进来spam。。。囧
      是啊,就算用得不多也想要方便点,这就是偷懒的艺术

      Opera 10.52 Opera 10.52 Windows XP Windows XP
  29. 方便了。

    Firefox 3.6.3 Firefox 3.6.3 Windows XP Windows XP
    #69
    @
  30. 这个我很久之前就一直这样用了
    没想到有人跟我想的一样啊

    Opera 10.52 Opera 10.52 Windows XP Windows XP
    #70
    @
  31. 不麻烦?

    可俺觉得挺麻烦的哦,呵呵。。

    懒人。。

    Opera 10.53 Opera 10.53 Windows XP Windows XP
    #71
    @
  32. 不错,应该学习一下。我去试试。

    Google Chrome 6.0.422.0 Google Chrome 6.0.422.0 Windows XP Windows XP
    #72
    @
  33. 我使用了这个浏览器之后,系统变慢。不晓得什么原因。后来卸了,就又正常了。你有没有遇到这个情况?你对opera很是专业,也许可以分析一下。

    Google Chrome 6.0.422.0 Google Chrome 6.0.422.0 Windows XP Windows XP
    #73
    @
  34. 心灵代码来也 心灵代码来也

    昨晚突然萌生了一个使用PP,来自动完成填表的想法,目前折腾探索中。。。

    Opera 10.60 Opera 10.60 Windows XP Windows XP
    #74
    @
  35. 我是来cp的,嘿嘿

    Opera 11.01 Opera 11.01 Windows 7 Windows 7
    #75
    @
  36. 多谢多谢,实现了~

    Firefox 4.0 Firefox 4.0 Windows 7 Windows 7
    #76
    @
  37. 额。。。感觉还是有些麻烦。。。但还是试试吧 :grin:

    Opera 11.01 Opera 11.01 Windows XP Windows XP
    #77
    @
  38. 我试试看,opera果然用的不习惯。

    Opera 11.10 Opera 11.10 Windows XP Windows XP
    #78
    @
  39. :???:

    成功了。

    不大喜欢。但是很喜欢。

    Opera 11.50 Opera 11.50 Windows 7 Windows 7
    #79
    @
Leave a Reply

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: