mirror of
https://github.com/EndPwnArchive/EndPwn3Plugins.git
synced 2024-08-14 23:57:06 +00:00
10 lines
No EOL
270 B
JavaScript
10 lines
No EOL
270 B
JavaScript
exports = {
|
|
manifest: {
|
|
author: "Cynosphere",
|
|
name: "Restore Local Storage",
|
|
description: "Restore window.localStorage.",
|
|
replacements: [
|
|
{signature:'try{delete window.localStorage}catch(e){}',payload:''}
|
|
]
|
|
}
|
|
} |