| View previous topic :: View next topic |
| Author |
Message |
tomoe_uehara
Joined: 05 Sep 2009 Posts: 1591 Location: Somewhere near you
|
Posted: Thu Jan 21, 2010 4:35 am Post subject: AHK Web Browser? Is it possible? |
|
|
Well... Since I'm using a very low-end PC, I need a lightweight, fast and stable web browser.
Maybe someone here could make it (just like Trout or nDroid), so the people on the forum could add more features to it, via add-ons or something.
I'd love ahk web browser because it's flexible and anyone can modify it to their own taste =) _________________
The quick onyx goblin jumps over the lazy dwarf |
|
| Back to top |
|
 |
tidbit
Joined: 09 Mar 2008 Posts: 1807 Location: Minnesota, USA
|
Posted: Thu Jan 21, 2010 5:15 am Post subject: |
|
|
you could:
Add an IE control
then make 'plug-ins' with COM and/or javascript.
or stand-alone plugins like my mass IE image downloader/viewer (not released).
been asked a few times before though.
general answer is "kinda pointless because it'd be a pain to program all the web compatibility stuff" (or something like that). _________________ rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
Even monkeys fall from trees. - Japanese proverb |
|
| Back to top |
|
 |
SoLong&Thx4AllTheFish
Joined: 27 May 2007 Posts: 4999
|
|
| Back to top |
|
 |
fred Guest
|
Posted: Thu Jan 21, 2010 12:14 pm Post subject: |
|
|
| GreenBrowser is also based on IE but also good i think. |
|
| Back to top |
|
 |
tank
Joined: 21 Dec 2007 Posts: 3700 Location: Louisville KY USA
|
Posted: Thu Jan 21, 2010 4:23 pm Post subject: |
|
|
green browser sucks a@#$%^& _________________
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed; |
|
| Back to top |
|
 |
tank
Joined: 21 Dec 2007 Posts: 3700 Location: Louisville KY USA
|
Posted: Thu Jan 21, 2010 10:44 pm Post subject: |
|
|
done no im not going to support it or enhance it ill leave that to the rest of you spending 20 minutes on this was more than i intended
obviously relies on COM
http://www.autohotkey.net/~tank/simplebrowser.zip _________________
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed; |
|
| Back to top |
|
 |
sinkfaze
Joined: 18 Mar 2008 Posts: 5044 Location: the tunnel(?=light)
|
Posted: Thu Jan 21, 2010 11:03 pm Post subject: |
|
|
Tip for folks who use the simplebrowser script, if the picture buttons(forward,back,stop,etc.) in the browser are fuzzy remove the w20 and h20 options from Gui, Add, Picture lines; that should fix it. _________________ Try Quick Search for Autohotkey or see the tutorial for newbies. |
|
| Back to top |
|
 |
tomoe_uehara
Joined: 05 Sep 2009 Posts: 1591 Location: Somewhere near you
|
Posted: Fri Jan 22, 2010 12:57 am Post subject: SimpleBrowser |
|
|
When I tried to execute simplebrowser.ahk, I got this error message.
Error: Call to nonexistent function
Specifically: COM_AtlAxWinTerm()
Well I've tried Firefox, SeaMonkey, Opera 10. But they're slow. Currently trying Crazy Browser (based on IE).
The OffbyOne browser looks like my hex editor application =P it's fast enough, when I tried to go to ahk.com/forum it's not viewed properly, but it's okay on the speed side.
_________________
The quick onyx goblin jumps over the lazy dwarf |
|
| Back to top |
|
 |
tank
Joined: 21 Dec 2007 Posts: 3700 Location: Louisville KY USA
|
Posted: Fri Jan 22, 2010 1:00 am Post subject: |
|
|
you must have COM.ahk in your lib folder _________________
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed; |
|
| Back to top |
|
 |
tomoe_uehara
Joined: 05 Sep 2009 Posts: 1591 Location: Somewhere near you
|
Posted: Fri Jan 22, 2010 1:23 am Post subject: Ah... The com.ahk |
|
|
Now it works! Thanks Tank.
But I decided to change the picture to Gui, Add, Button, x436 y7 h20 g_go v_go default, Go
Because the icons won't show even when I omit the w20 h20. _________________
The quick onyx goblin jumps over the lazy dwarf |
|
| Back to top |
|
 |
tank
Joined: 21 Dec 2007 Posts: 3700 Location: Louisville KY USA
|
Posted: Fri Jan 22, 2010 1:26 am Post subject: Move this to Ask For Help ? |
|
|
as long as it works
i picked the images from some goofy icon library and didnt feel like putting any effort whatsoever into better ones
i meant to also add
| Code: | | com_invoke(pwb,"silent") | to the initialize label before the gohome to suppress the default script error some sites have that are normally suppressed in IE
I really feel this should go in the ask for help section tho since its a request for an ahk solution and isnt about anything external
Perhaps if the OP doesnt mind a MOD could move it _________________
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed; |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Jan 22, 2010 10:19 pm Post subject: Re: AHK Web Browser? Is it possible? |
|
|
PLEASE...if you test/find any solutions...PLEASE DO NOT...use any solution that just wraps IE...IE is insecure no matter what you use to wrap it with...anything tank suggests will be based on IE...
If you want really low-end & text-only, try Lynx (I have NO idea what platforms that runs on {I know it does on Linux, but I dunno about Windows})...Lynx would at least get you a text-based AutoHotkey forum access...
So other than not-IE I have no suggestions for low-end computers...(cept to try old Firefox versions...maybe even try really old Phoenix versions {Phoenix was the name for Firefox early on})...I also believe there is a COM Firefox/Gecko control, but I haven't Googled for it...if you go COM, go Firefox/Gecko (Gecko is the layout engine Firefox uses)... |
|
| Back to top |
|
 |
tank
Joined: 21 Dec 2007 Posts: 3700 Location: Louisville KY USA
|
Posted: Sat Jan 23, 2010 4:08 am Post subject: |
|
|
says the anonimous flamer who presents no supporing facts.
The internet is insecure. If a hacker wants to own your data IE is the least of your worries. Port sniffers. email. And any browser that allows access to your hard drive and yes they all do even your prescious little fire fox. Security on the internet is an illusion suffered only by the ignorant. The best defence is not being a target. Dont download software dont file share these are the real security threats dont fill out forms online for supposedly free stuff. Avoid phishing emails. But as usual the idiotic fan fair of haters like to blame the gun instead of the frakking idiot holding it _________________
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed; |
|
| Back to top |
|
 |
Guest
|
Posted: Sat Jan 23, 2010 5:19 am Post subject: |
|
|
| tank wrote: | | says the anonimous flamer who presents no supporing facts. |
...it's a flame to say anything you suggest will be IE? You are always suggesting IE/IE7 COM...it's a fact, not a flame...but anyway IE is insecure cuz of ActiveX & it just generally IS INSECURE...with IE you can get viruses/infected by just visiting a malicious site (on purpose or not), at least with Firefox, you should get a file download prompt, that you can Cancel BEFORE you are infected...I don't know why people use/defend IE/Microsoft...Microsoft is just icky & their only browser has been known to be the cause of many infections...
So, seriously, why DO you use/promote IE7/COM? |
|
| Back to top |
|
 |
trik
Joined: 15 Jul 2007 Posts: 1320
|
Posted: Sat Jan 23, 2010 9:57 am Post subject: |
|
|
| Anonymous wrote: | | but anyway IE is insecure cuz of ActiveX & it just generally IS INSECURE...with IE you can get viruses/infected by just visiting a malicious site (on purpose or not), at least with Firefox, you should get a file download prompt, that you can Cancel BEFORE you are infected...I don't know why people use/defend IE/Microsoft...Microsoft is just icky & their only browser has been known to be the cause of many infections... |
You get a download prompt when downloading executables, and all browsers can be taken in by malicious code. ALL of them. Also, Microsoft is one of the only software manufactures that provides cheap and simple software to the public at an affordable rate.
Edit: And no, I do not use IE. _________________ Religion is false. >_> |
|
| Back to top |
|
 |
|