欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

emeditor 替换 jsee 文件 有大用 有大大用

document.selection.Replace("</article","</div",eeFindNext | eeFindSaveHistory | eeReplaceAll);

document.selection.Replace("<article","<div",eeFindNext | eeFindSaveHistory | eeReplaceAll);

document.selection.Replace("float: left;","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("float: right;","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("background(-image)*: url([^\\)])*\\)","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("<artilce","<div",eeFindNext | eeFindSaveHistory | eeReplaceAll);

document.selection.Replace("</artilce","</div",eeFindNext | eeFindSaveHistory | eeReplaceAll);

document.selection.Replace("position: relative;","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("position: absolute;","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("position: fixed;","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("id=\x22[^\x22]*\x22","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("class=\x22[^\x22]*\x22","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("rel=\x22[^\x22]*\x22","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("title=\x22[^\x22]*\x22","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("itemprop=\x22[^\x22]*\x22","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("background: url([^\\)])*\\)","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("<iframe[^>]*><\\/iframe>","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);

document.selection.Replace("<ins[^>]*><\\/ins>","",eeFindNext | eeFindSaveHistory | eeReplaceAll | eeFindReplaceRegExp);


附件大小
Plain text icon replace4.txt1.96 KB
普通分类: