Sha256: 3713d3dd711bd95e27c483e5c33411b389f9afc91467f839513a66be84d4dd1a
Contents?: true
Size: 744 Bytes
Versions: 8
Compression:
Stored size: 744 Bytes
Contents
<html> <body> <h1>Browser Bookmarklets</h1> <p>Drag the following bookmarklets to your links toolbar and press to clear the Google Gears cache:</p> <p>Firefox: <a title="Clear Gears Cache" href="javascript:(function(){new GearsFactory().create('beta.localserver', '1.0').removeStore('dot_store_'+window.location.href.replace(/[^0-9A-Za-z_]/g, '_'));dojox.storage.remove('oldVersion', '_dot');}())">Clear Gears Cache</a></p> <p>Internet Explorer: <a title="Clear Gears Cache" href="javascript:(function(){new ActiveXObject('Gears.Factory').create('beta.localserver', '1.0').removeStore('dot_store_'+window.location.href.replace(/[^0-9A-Za-z_]/g, '_'));dojox.storage.remove('oldVersion', '_dot');}())">Clear Gears Cache</a></p> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems