The awesome cache-busting extension. Perfect for bypassing proxy and load balancer caches for development and testing purposes.Sometimes, load balancers and proxies are (unfortunately) present in a testing environment. This prevents the users from seeing the latest changes, and sometimes leads to confusion. Thus, a cache-bypassing mechanism is needed.
Cachebuster intercepts all HTTP requests, and adds a timestamp to the URL in the form of a query parameters. For example, an HTTP request to URL http://yasa.gs/ will actually be made to the URL http://yasa.gs/?cachebusterTimestamp=1383291810660.