Greasy Fork is available in English.

Rescue Console

Rescues the console at website refresh to prevent overwriting by the website.

Tác giả
Tobbe
Cài đặt hàng ngày
0
Số lần cài đặt
209
Đánh giá
0 0 0
Phiên bản
1.1
Đã tạo
07-11-2014
Đã cập nhật
09-11-2017
Giấy phép
N/A
Áp dụng cho
Tất cả trang web

Some pages like Ikariam just overwrite the browser console. To be able to use the console in your script, there must be a copy stored somewhere else. The only functionality of this script is to store the window.console to window.debugConsole. Now you can either overwrite the normal console in your script again with the debug console or use the debugConsole instead.

But be aware, that everyone who has not installed this script has no debugConsole, so that the script might fail. Also it might be the case that some of the functions you use are not provided by the console they use. To solve this problems, you can have a look on my solution: Debugging implementation using debugConsole.