1.下载插件的tar包2.解压缩得到libflashplayer.so3.cplibflashplayer.so/usr/lib64/mozilla/plugins/4.chmod755libflashplayer.so5.打开浏览器即可观看视频。
分类:
其他好文 时间:
2015-12-28 06:56:54
阅读次数:
168
参考:https://developer.mozilla.org/zh-cn/Remote_XUL firefox自4.0起(2011年4月版本,目前最新版为13.0),开始禁用远程XUL,这阻碍了初学者的调试,我们可以修改firefox参数,来开启远程XUL。 1)location bar输入.....
分类:
其他好文 时间:
2015-12-27 23:22:10
阅读次数:
165
1 $url) {47 $conn[$i] = curl_init($url);48 curl_setopt($conn[$i],CURLOPT_USERAGENT,"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)");49 ...
分类:
编程语言 时间:
2015-12-27 21:47:19
阅读次数:
249
今天尝试开发一个Firefox的扩展,把自己开发过程记录下来,以备不时之需,同时也为初学者提供一个参考。我是根据Mozilla官方教程开发的,有兴趣的朋友可以自己去看看:https://developer.mozilla.org/en/Building_an_Extension。按照一般的教程,第一...
分类:
其他好文 时间:
2015-12-27 19:06:13
阅读次数:
148
上节我们做了一个hello world,然而并没有什么卵用。这节我们实现一个具有实用功能的扩展吧!
创建我们的扩展开发目录,其结构如下:
sessionstore
|——content
| |——overlay.js
| | ——overlay.xul...
分类:
其他好文 时间:
2015-12-25 19:27:03
阅读次数:
266
XULRunner is
a Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications
that are as rich as Firefox and Thunderbird. It provides mechanisms for installing, upgrading, and unins...
分类:
其他好文 时间:
2015-12-24 20:55:46
阅读次数:
285
http://blog.csdn.net/lxdcyh/article/details/39868001.拖入TIdHTTP控件,HandleRedirect设为True,否则可能会出现HTTP 307错误。2.主要的设置在Request里。2.1 userAgent应该改为Mozilla/4.0 ...
[{"uuid":"3fadb39c-e19b-44af-846e-29ef6766433d","url":"http://xx.com/detail/ajax.do","time":"1409","ua":"Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; ...
分类:
Web程序 时间:
2015-12-18 18:09:06
阅读次数:
178
Modity headers是firefox浏览器的一个插件,作用是改变http请求的IP地址(一)在firefox中添加该插件步骤一:打开firefox浏览器,打开地址:https://addons.mozilla.org/en-US/firefox/addon/modify-headers/ 步...
分类:
其他好文 时间:
2015-12-18 16:22:55
阅读次数:
595
解决方法:官网下载install_flash_player_11_linux.i386.tar.gz官网地址:https://get.adobe.com/flashplayer/?loc=cntar-xzvfinstall_flash_player_11_linux.i386.tar.gzsudocplibflashplayer.so/usr/lib/mozilla/pluginssudocpusr/*/usr
分类:
Web程序 时间:
2015-12-17 22:37:39
阅读次数:
181