EndPwn3Plugins/plugins/localstorage.js

10 lines
238 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",
description: "Restore window.localStorage."
2018-05-13 18:17:49 +00:00
},
replacements: {
'try{delete window.localStorage}catch(e){}':''
}
}