With this technique can specify arguments to launch Iron with every time.
STEP 1 - Create a blank text file called "IronPortable.vbs"
Set WshShell = CreateObject("WScript.Shell")
Set objFS = CreateObject("Scripting.FileSystemObject")
myParentPath = objFS.GetParentFolderName(WScript.ScriptFullName ...
Search found 19 matches
- Tue Apr 26, 2016 7:49 am
- Forum: SRWare Iron Support (English)
- Topic: Portable Launcher via Chrome arguments on command line VBS
- Replies: 0
- Views: 5975
- Mon Jul 29, 2013 4:46 pm
- Forum: SRWare Iron Support (English)
- Topic: How to disable download prompt: "This type of file can harm"
- Replies: 4
- Views: 9438
Re: How to disable download prompt: "This type of file can h
http://superuser.com/questions/594792/disable-this-type-of-file-can-harm-your-computer-nag-in-chrome
I fear that the only way to disable this is to patch Chrome.
The file that contains the blacklist is /src/chrome/browser/download/download_extensions.cc.
One would just need to remove the line ...
I fear that the only way to disable this is to patch Chrome.
The file that contains the blacklist is /src/chrome/browser/download/download_extensions.cc.
One would just need to remove the line ...
- Sat Jul 27, 2013 4:37 pm
- Forum: SRWare Iron Support (English)
- Topic: New Iron-Version: 28.0.1550.1 Stable for Windows
- Replies: 86
- Views: 137866
Re: New Iron-Version: 28.0.1550.0 Stable for Windows
http://superuser.com/questions/617641/how-can-i-bring-back-the-old-menu-style-on-chrome-28-onwards-now-that-the-dis
As of Chrome 28.0.1500.72 (Official Build 211400) the following switch activates a new style with much less vertical padding:
--force-fieldtrials="NewMenuStyle/Compact2/"
- Tue Jul 16, 2013 10:33 pm
- Forum: SRWare Iron Support (English)
- Topic: Iron is listed 14 times in Windows Task Manager
- Replies: 13
- Views: 18623
Re: Iron is listed 14 times in Windows Task Manager
Launch with "--process-per-site" - there will be fewer processes and lower memory usage overall.
- Wed Apr 10, 2013 2:20 am
- Forum: SRWare Iron Support (English)
- Topic: New Iron-Version: 25.0.1400.0 Stable for Windows
- Replies: 63
- Views: 104470
Re: New Iron-Version: 25.0.1400.0 Stable for Windows
Can you PLEASE fix IronPortable.exe correctly passing argument URLs with spaces in them to Iron.exe with "quotes" so that .URL file paths with spaces in them can be opened?
http://www.srware.net/forum/viewtopic.php?f=18&t=6468 - IronPortable.exe not parsing spaces in URL arguments
It is a very easy ...
http://www.srware.net/forum/viewtopic.php?f=18&t=6468 - IronPortable.exe not parsing spaces in URL arguments
It is a very easy ...
- Sat Mar 16, 2013 2:54 pm
- Forum: SRWare Iron Support (English)
- Topic: Enable/Disable AdBlocker for a small period of time
- Replies: 0
- Views: 3817
Enable/Disable AdBlocker for a small period of time
Please make it possible to enable/disable the adblocker via some sort of menu or hotkey. There are some times that the adblocker gets in the way (such as sometimes you need to get through a link that goes through an ad-affiliate forwarding engine such as adfly). For these times - it would be very ...
- Fri Feb 01, 2013 10:56 am
- Forum: SRWare Iron Support (English)
- Topic: Latest Adblock.ini?
- Replies: 28
- Views: 75541
Re: Latest Adblock.ini?
Opera urlfilter.ini is available here:
http://www.fanboy.co.nz/adblock/opera/
Here is a VBScript to make the changes from Opera urlfilter.ini to Iron adblock.ini
http://www.srware.net/forum/viewtopic.php?f=18&t=1950#p6720
Here is the Updated 24 Jan 2013 Fanboy Main List with Stat/Tracking Sites ...
http://www.fanboy.co.nz/adblock/opera/
Here is a VBScript to make the changes from Opera urlfilter.ini to Iron adblock.ini
http://www.srware.net/forum/viewtopic.php?f=18&t=1950#p6720
Here is the Updated 24 Jan 2013 Fanboy Main List with Stat/Tracking Sites ...
- Fri Feb 01, 2013 10:51 am
- Forum: SRWare Iron Support (English)
- Topic: [Portable] Starting from a 100% clean state everytime?
- Replies: 1
- Views: 4311
Re: [Portable] Starting from a 100% clean state everytime?
You can either:littlebigman wrote:how to start from a totally clean state every time I launch it again.
1. Use Incognito mode - Chrome Menu - "New Icognito Window".
2. Delete the entire Profile folder. It will be recreated from scratch.
- Fri Feb 01, 2013 6:34 am
- Forum: SRWare Iron Support (English)
- Topic: Iron as DefaultBrowser - Tool
- Replies: 52
- Views: 119749
- Thu Jan 31, 2013 6:52 pm
- Forum: SRWare Iron Support (English)
- Topic: How to disable the new tab page
- Replies: 3
- Views: 8585
How to disable the new tab page
This will prevent chromium from loading the the new tab script and instead have the new tab run a script that tells it to just load the blank page"about:blank".
1. Download Resource Hacker
2. In Resource Hacker, open Iron\iron.dll
3. Go to View - Find text - Search for (without quotes) - "It's ...
1. Download Resource Hacker
2. In Resource Hacker, open Iron\iron.dll
3. Go to View - Find text - Search for (without quotes) - "It's ...