Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

How do I remove a loading/spinning icon in a tab which is loading the page?

  • 3 απαντήσεις
  • 3 έχουν αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από fukcingthrobber

more options
[url=http://postimage.org/image/70q7ckjmn/][img]http://s11.postimage.org/70q7ckjmn/image.jpg[/img][/url] http://s11.postimage.org/9i1yju3j7/image.gif

Όλες οι απαντήσεις (3)

more options

Usually when you go to the tab and where the refresh button usually is there will be an [x] hit that and it will more than likely stop the annoying spinning. Hope this helps, Jeremy Eramian

more options

i used to be able to disable/completely remove it from the tabs, but i cant seem to find a key to do it now. bump someone help me up please!

more options

Discovered a solution, add this piece of code to userChrome.css file within a chrome directory in your firefox profile*:

/* Firefox userChrome.css */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

.tab-throbber {

 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png") !important;

}

/*if you have not got a chrome folder create manually both the folder and the file with exact names*/