1. Download Resource Hacker
2. In Resource Hacker, open Iron\iron.dll
3. Go to View - Find text - Search for (without quotes) - "It's important that this be the first script loaded"
4. On the line below where the searched text is found, add the following line:
<script>window.location = 'about:blank';</script>
So before modification it will look like this
- Code: Select all
<!-- It's important that this be the first script loaded. -->
<script>// Copyright (c) 2012 The Chromium Authors. All rights reserved.
After modification it will look like this:
- Code: Select all
<!-- It's important that this be the first script loaded. -->
<script>window.location = 'about:blank';</script>
<script>// Copyright (c) 2012 The Chromium Authors. All rights reserved.
5. Click on "Compile Script" and go to File - Save.
