zoukankan      html  css  js  c++  java
  • 有关Firefox/Chrome的问题汇总


    安装的附加组件因未经验证而被 Firefox 禁用,我该怎么办

    如果您已安装的附加组件因未经验证而被禁用了,建议您联系附加组件开发者或提供给您附加组件的人,看看他们能不能提供新版经过验证的附加组件。您也可以要求他们将附加组件提交验证

    强制禁用这个首选项(高级用户): 你可以在 Firefox 配置编辑页面about:config 页面)把 xpinstall.signatures.required 首选项设为 false 来强制禁用附加组件验证的功能。我们不会为手动在配置编辑页面做出的任何修改提供援助,因此请自担风险。


    更新 Chrome 后,新标签下方的最近访问菜单消失-【解决】


    How to find back the disappeared "recently closed" bar under new tab in Chrome which had been upgrated.

    Reopen recently closed tabs in Chrome
    If you have just closed a tab by mistake or need to re-visit a recently closed website do not panic - all is not lost.

    Have you ever wished you hadn't just closed that Google Chrome browser tab. Get it back by right-clicking in the tab bar and selecting Ctrl+Shift+T.

    You can also find a list of recently closed tabs on the "new tab" screen in Google Chrome. Click on Recently closed to the right of the bottom bar to open a list of your most recent tabs.

    Finally, if you always want to start where you left off last time when opening Chrome, go to Settings by clicking on the far right icon (3 horizontal lines) and choose Settings from the menu. In the Start Up section choose Continue where I left off then close the tab. Next time you open Chrome you will get the open tabs from your last browsing session.

    Do you like these tips, do you have any more to share? Let us know in the comments.

    TIP UPDATE: The recent Chrome update has moved recently closed tabs to the Settings menu. Click on the 3 horizontal line icon top right and choose Recent tabs.


    ------  这里要说的是一个更专业的方法 ------

    1. Go to chrome://flags

    2. Find:
    Enable Instant Extended API Mac, Windows, Chrome OS 
    Enables the Instant Extended API which provides a deeper integration with your default search provider, including a renovated New Tab Page, extracting search query terms in the omnibox, a spruced-up omnibox dropdown and Instant previews of search results as you type in the omnibox. 

    3. Set it to 'Disabled'.

    You'll sacrifice the other features along with the updated New Tab Page, but I think it is worth it to not be punished because some users can't figure out how to use the omnibar.  Lowest common denominator BS.

    Refer to:http://productforums.google.com/forum/#!topic/chrome/KSa1CJ9aoEc%5B1-25-true%5D



    2. 如何禁止Google Chrome Browser Update:

    2015年7月28日23:45:43
    最近发现Chrome V43 不支持NPAPI,导致很多淘宝和视频网站必须的应用程序插件无法运行,找到v41的 offline installer, 决定安装完了disable chrome update
    参考:http://stackoverflow.com/questions/18483087/how-can-i-disable-google-chrome-auto-update

    For Windows only

    To completely disable automatic Chrome updates create/edit the following registry keys/dwords underHKEY_LOCAL_MACHINESOFTWAREPoliciesGoogleUpdate:

    • Dword: AutoUpdateCheckPeriodMinutesValue: 0
    • Dword: DisableAutoUpdateChecksCheckboxValueValue: 1
    • Dword: UpdateDefaultValue: 0
    • Dword: Update{8A69D345-D564-463C-AFF1-A69D9E530F96}Value:0

    This last one was the money for me. Until I added it updates were enabled inchrome://chrome.

    Note: On 64-bit machines running 32-bit Chrome you may need to put the dwords under the following key instead:HKEY_LOCAL_MACHINESOFTWAREWow6432NodePoliciesGoogleUpdate.



  • 相关阅读:
    【算法】HashMap相关要点记录
    【算法】二叉树、N叉树先序、中序、后序、BFS、DFS遍历的递归和迭代实现记录(Java版)
    SpringCloud Openfeign Get请求服务传递对象的报400 Post not support的错误解决办法
    掌握 Promise 的逻辑方法
    JavaScript的执行上下文,真没你想的那么难
    一套标准的ASP.NET Core容器化应用日志收集分析方案
    在IIS中部署前后端应用,多么痛的领悟!
    吐槽一下Abp的用户和租户管理模块
    ant-design-vue中tree增删改
    微服务下的注册中心如何选择
  • 原文地址:https://www.cnblogs.com/sonictl/p/6735622.html
Copyright © 2011-2022 走看看