搜索资源列表
IEBLOCK
- 实现根据黑名单或白名单列表对URL地址进行过滤功能。 注册: 1、regsvr32 /s iebho.dll 卸载: 1、regsvr32 /s /u iebho.dll 过滤规则文件: 1、过滤规则文件位于system32目录下,文件名称为urlfilt.sys 2、文件格式为以\\x0a分隔的行,第一行标记缺省是禁止网页访问还是允许, 即是白名单还是黑名单, 网址不能加入http://等头,并且采用模糊匹配方法,例如sina将匹
BHO
- 一个IE BHO的例子 主要实现监视浏览器并负责跟另一个程序通信 -IE BHO example of a main monitor browser and is responsible for communication with another program
BHO-IE
- 采用BHO 开发IE浏览器的技术详细文档集合,收录比较全面-IE BHO development with the technical details of the browser document collection, a collection of more comprehensive
IE-BHO
- IE BHO 一个不错BHO代码 虽然浏览器劫持这个技术比较流氓了 但是可以好好学习下思路-IE BHO a bad BHO browser hijack code though this technique has more rogue idea but it can learn under
WebScan
- 一个基于bho开发的插件,可以实现读取数据库中的url进行自动导航,基于浏览器所提供的各种事件接口进行处理!比如导航完成,有文件下载等。-BHO based on the development of plug-ins, you can read the database to achieve the url for automatic navigation, the browser-based interface provided by a variety of events to deal
Surfhelper_src
- Surfhelper一个用BHO实现的浏览器帮助拓展。-Surfhelper a BHO achieved by helping to expand the browser.
quickdown
- 这是一个firefox的扩展,功能是右击图片一键下载,省去了每次另存为然后选择路径的麻烦。 供初学者参考。本人原创。-This is a firefox extension function is a key right-click the image to download, eliminating the need for each time the Save As and then choose the path of trouble. This is the xpi file for
bho
- BHO(浏览器辅助对象)是一种简单的ATL COM对象,而Internet Explorer会在每次运行时都加载它;换句话来说,即每个Internet Explorer的实例都会加载它。BHO运行在Internet Explorer的地址空间内,能对可访问的对象(如窗口、模块等等)执行任何操作,且因为它依附于浏览器的主窗口,所以其生命期与浏览器实例的生命期一致。-BHO (browser helper object) is a simple ATL COM object, but Intern
LoginMgr
- 一个可以查看login信息的BHO插件,可以作为开发BHO插件的基础,很有参考价值-This is a login to view the BHO plug-in information,it can be used as basis for the development of BHO plug-in .