搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do i get rid of the packman icon thingo that is now appearing in left hand corner of screen

  • 6 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 user293

more options

i have a, what to me looks like a packman icon that is appearing with the earth icon on the bottom left hand corner of my screen, its annoying the crap out of me, i don't want it appearing.

i have a, what to me looks like a packman icon that is appearing with the earth icon on the bottom left hand corner of my screen, its annoying the crap out of me, i don't want it appearing.

所有回复 (6)

more options

Do you mean on the bottom of Firefox, or below that, on the Windows Taskbar or desktop?

If it's in Firefox, I'd love to see a screenshot of that. This article has tips on capturing screenshots: How do I create a screenshot of my problem? Please blur or delete any personal/sensitive information before uploading. You can use the Browse button below the text box for a reply to attach the saved screenshot.

If it's on the Windows Taskbar or desktop, does a right-click reveal any useful information? If you open Properties > Shortcut it usually will indicate the program's folder.

more options

Sorry I have just realised it's showing in Google Earth not Firefox

more options

Here is a screen shot if that helps

more options

That was added by Google for April fool's, so it should go away in a few days. It's actually quite interesting though. In the meantime, you can install [stylish https://addons.mozilla.org/en-US/fire.../?src=ss], and add the following rule:

   .widget-mini-pacmap {
       display: none !important;
   }
more options

Hi user293

                   I have no idea what, how, when or why to do or apply your fix for the pacman icon
more options

Install the addon at https://addons.mozilla.org/en-US/firefox/addon/stylish/?src=ss and then restart the browser. Then, type about:addons in the address bar, and click on "user styles" in the sidebar. Choose "write new style", and in the window that appears, paste the below text:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.google.com") {

  .widget-mini-pacmap {
      display: none !important;
  }


}

Enter a name in the text field near the top, and then click the save button.