EndPwn3Plugins/plugins/localstorage.js

10 lines
270 B
JavaScript
Raw Normal View History

2018-05-13 18:17:49 +00:00
exports = {
manifest: {
author: "Cynosphere",
2018-05-13 18:17:49 +00:00
name: "Restore Local Storage",
2018-05-21 17:02:05 +00:00
description: "Restore window.localStorage.",
replacements: [
{signature:'try{delete window.localStorage}catch(e){}',payload:''}
]
2018-05-13 18:17:49 +00:00
}
}