EndPwn3Plugins/plugins/localstorage.js

10 lines
270 B
JavaScript

exports = {
manifest: {
author: "Cynosphere",
name: "Restore Local Storage",
description: "Restore window.localStorage.",
replacements: [
{signature:'try{delete window.localStorage}catch(e){}',payload:''}
]
}
}