There were a thread how to bypass content warning. I found out what code
create this problem and could disable it
1. You have to comment tag iframe Only one place
After you comment this tag you will see an original background and empty
screen.
2. You have comment one line in css code - body * {
visibility: hidden;
}
After you will do it you can see a web page off-line. |