Hard Refresh Cache

PHOTO EMBED

Sun Jan 12 2025 01:26:52 GMT+0000 (Coordinated Universal Time)

Saved by @dannygelf #salesforce #cache

javascript: (function() {
    window.indexedDB.databases().then(function(dbs) {
        dbs.forEach(db => {
            window.indexedDB.deleteDatabase(db.name);
        });
    }).then(function() {
        location.reload();
    });
})();
content_copyCOPY

Clean cache immediately

https://github.com/RebbePod/salesforcetools/blob/main/Tools/Bookmarklets/Hard%20Refresh.js