@sao: để image chấp nhận màu mà ko bị lỗi, muội hãy sửa trong script. Làm như sau:
- Mở list của script: ấn Ctrl-Shift-A. Bên trái, chọn tab "User Scripts"
- Chọn button edit của "BNS ImageExport". Có thể Scriptish sẽ yêu cầu muội chỉ định editor. Muội hãy trỏ đường dẫn đến file .exe của một editor nào mà muội muốn dùng. Có thể notepad.exe.
- Scriptish sẽ mở code của script "BNS ImageExport". Muội có thể bắt đầu sửa:
- bấm Ctrl-H để tìm tìm và thay thế text. Tìm text:
Code:
var content=div.innerHTML.replace(/<br>/g,"<br/>");
và thay bằng:
Code:
var content=div.innerHTML.replace(/<br>/g,"<br/>");content=content.replace(/color="#/g,'color="');
sau đó muội bấm Ctrl-S để save file đang sửa lại.
Đã xong!!!! Lúc này "make image" đã chấp nhận cho muội thay đổi màu.
