EndPwn3Plugins/plugins/localstorage.js

10 lines
238 B
JavaScript

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