Skip to main content

Horse in Chrome (saratoga)


Hi buddies,
I did a little search about the same issue and found the solution.

1) Have I been hacked ?
- No, you're not. Don't worry ! When something odd happens with your Google profile in Chrome, it creates a user named Saratoga and it has a brown horse icon (It is displayed at left to the leftmost tab).

2) Now what I have to do ?
- Just go to Settings and delete that user. Problem solved !!

Comments

  1. Superbly written article, if only all bloggers offered the same content as you, the internet would be a far better place. Burrata cheese - Naturessoulshop.com

    ReplyDelete
  2. Thanks you so much for sharing us about Ipage Review are very new things we're recommending to visit your weblog once more and again. HMDS

    ReplyDelete
  3. I really enjoyed this article as it pointed out a bunch of interesting points and made me think a little bit differently about the issue. cheap radiators

    ReplyDelete
  4. I really love this article. It is filled with great enthusiasm, passion and great excitement. Steroids buy online

    ReplyDelete
  5. I want you to thank for your time of this wonderful read!!! I definitely enjoy every little bit of it and I have you bookmarked to check out new stuff of your blog a must read blog!! sheep minerals and vitamins

    ReplyDelete
  6. I wish to show thanks to you just for bailing me out of this particular trouble. As a result of checking through the the net and meeting techniques that were not productive, I was thinking my life was done. Steroids buy online

    ReplyDelete
  7. Interesting articles are published here. By reading it I acquired great deal of knowledge on various subject. Thank you for sharing with us. Toilet Hire Gloucester

    ReplyDelete
  8. It was great to see the old print shop and everyone who works there again. I am excited to see a printing business still operating and growing, great job guys. cannabis business plan sample Canada

    ReplyDelete
  9. Looks awesome, I never noticed you could publish about it, excellent to know thanks! You show very latest and problems. This is very awesome post! I will save this weblog. starting a cannabis business

    ReplyDelete
  10. Looks awesome, I never noticed you could publish about it, excellent to know thanks! You show very latest and problems. This is very awesome post! I will save this weblog. hemp cultivation business plan

    ReplyDelete

Post a Comment

Popular posts from this blog

C programs to create pyramid structures

Q1.  Write a C program to create pyramid structure as shown below : 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Code: //Author : Lakshmikant A. Deshpande #include<stdio.h> #include<stdlib.h> void main() { int i=1,j=5; for(i=1;i<=5;i++) { for(j=1;j<=i;j++) printf("%d ",j); printf("\n"); } } Q2.  Write a C program to create pyramid structure as shown below :     1      1 2     1 2 3  1 2 3 4 1 2 3 4 5 Code: //Author : Lakshmikant A. Deshpande #include<stdio.h> #include<stdlib.h> void main() { int spaces=4; int i,j,k; for(i=1;i<=5;i++) { for(k=0;k<spaces;k++) //Print spaces printf(" "); for(j=1;j<=i;j++) { printf("%d ",j); } for(k=0;k<spaces;k++) //Print spaces

Moto G Tips and Tricks

Hey there ! You got a Moto G ? Awesome. You bought the Motorola's most successful phone ever. It's the best phone you can get by spending  less than 200$. The Motorola and Google have done some magic over the phone and it's still difficult to find out what exactly they have done to bring down the price bar. Smart typing with Google Keyboard.   Google has introduced Google keyboard in Kitkat with gesture based typing which lets you type by just swiping your finger through the letters of intended word. It's an incredible way of typing which gets better and better as you go on using it. Google currently haven't added a facility to fetch slang words/popular acronyms from social networks. Getting help from Motorola   Motorola has provided a nice application for providing easy access to help. It is also one of the only few apps Motorola has added to keep the operating system more close to stock android. To access this service, just click on Help icon in launche

Change album art in Android

Hello friends, I bought a new Samsung Galaxy Y , and I faced one problem that is really weird. That phone has built in feature of scanning the Album Art from the folder, and showing them as the background of the music player. I liked it, but when I tried placing another image in that folder the new image did not appear instead, the old image appeared. So I removed the memory card, again inserted it but it didn't work. Finally I found a fix : 1) Connect your cellphone to computer / Download Root Explorer and perform the following steps. 2) Delete all contents from Android\data\com.android.providers.media\thumbs 3)  You're done. 4) Place the desired image to the folder, you wanna change the album art of. 5) Open Music Player. That's it If you have any difficulty, feel free to ask.........