EndPwn3Plugins/plugins/localstorage.js
2018-05-13 12:17:49 -06:00

10 lines
No EOL
234 B
JavaScript

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