mirror of
https://github.com/EndPwnArchive/EndPwn3Plugins.git
synced 2024-08-14 23:57:06 +00:00
10 lines
No EOL
234 B
JavaScript
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){}':''
|
|
}
|
|
} |