One step closer to FireFox

About Protocol Links !

1. about:config – GUI for modifying user preferences.

Many Firefox users know that typing about:config in the Firefox location bar will open a Firefox configuration file that provides access to user preferences that cannot be changed.

There are more additional protocol links available.

2. about:cache – Displays cache statistics and disk cache directory location.

a. about:cache?device=memory — Lists memory cache entries.

b. about:cache?device=disk — Lists disk cache entries.

You can save SWF file using this feature.To save SWF file on you system,

A. Open a web page in your firefox browser, let the web page load.

B.  Now, put about:cache in your firefox address bar.You will get list of all loaded data in cache. Find your SWF file using ctrl+F, Save it.

3. about:plugins — Lists all your plugins as well as other useful information.

4. about:crashes — List of crash reports, with links and datestamps. (only Firefox 3)

5. about:bloat — Displays BloatView output. (disabled in release builds)

a. about:bloat?new

b. about:bloat?clear

6. about:buildconfig — Reveals details about your Mozilla build options.

7. about – Same as “Help -> About”.

8. about:credits – List of contributors to the Mozilla projects.

9. about:logo – Displays the application logo (Firefox 3)

10. about:robots – Easter egg, see [ bug 417302 ]

View Comments

Recent Posts

  • Java

Java URL Encoder/Decoder Example

Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…

4 years ago
  • General

How to Show Multiple Examples in OpenAPI Spec

Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…

4 years ago
  • General

How to Run Local WordPress using Docker

Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…

4 years ago
  • Java

Create and Validate JWT Token in Java using JJWT

1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…

4 years ago
  • Spring Boot

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…

4 years ago
  • Spring Boot

Spring Boot DynamoDB Integration Test using Testcontainers

1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…

4 years ago