Jump to content

Gecko Web Browser


dantay9
 Share

Recommended Posts

This is amazing! Only one problem, the page flickers sometimes and when I scroll it flickers.

Anyone else having this problem?

Also, is there any way to make it act like a normal window rather than it taking up the entire screen? I want to be able to see my task bar!

On a good note, it is the fastest browser I have ever come across.

shanet

[font="Comic Sans MS"]My code does not have bugs! It just develops random features.[/font]My Projects[list][*]Live Streaming (Not my project, but my edited version)[right]AutoIt Wrappers![/right][/list]Pure randomness[list][*]Small Minds.......................................................................................................[size="1"]Simple progress bar that changes direction at either sides.[/size][*]ChristmasIt AutoIt Christmas Theme..........................................................[size="1"]I WAS BOOOORED![/size][*]DriveToy..............................................................................................................[size="1"]Simple joke script. Trick your friends into thinking their computer drive is haywire![/size][/list]In Development[list][*]Your Background Task Organiser[*]AInstall Second Generation[/list]BEFORE POSTING ON THE FORUMS, TRY THIS:

%programfiles%/AutoIt3/autoit3.chm
Link to comment
Share on other sites

  • Replies 45
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

On a good note, it is the fastest browser I have ever come across.

That's very surprising, considering it's written in AutoIt and based on Internet Explorer, I'd very much doubt it's that fast or else people would have caught on to the fact they can write a fast browser with not a lot of effort (compared to the big projects).

Have you tried chrome? Or even the latest chromium stable as it seems it's always getting faster :x If this get's anywhere near as fast as that then I'd seriously consider writing something similar and selling it.

Link to comment
Share on other sites

Well its faster for me :x

Who knows? It may change.

This is interesting:

I know it is based on IE, a simple look at the code tells me that. However the user agent is detected as follows:

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0)

hmmm.... what?

[font="Comic Sans MS"]My code does not have bugs! It just develops random features.[/font]My Projects[list][*]Live Streaming (Not my project, but my edited version)[right]AutoIt Wrappers![/right][/list]Pure randomness[list][*]Small Minds.......................................................................................................[size="1"]Simple progress bar that changes direction at either sides.[/size][*]ChristmasIt AutoIt Christmas Theme..........................................................[size="1"]I WAS BOOOORED![/size][*]DriveToy..............................................................................................................[size="1"]Simple joke script. Trick your friends into thinking their computer drive is haywire![/size][/list]In Development[list][*]Your Background Task Organiser[*]AInstall Second Generation[/list]BEFORE POSTING ON THE FORUMS, TRY THIS:

%programfiles%/AutoIt3/autoit3.chm
Link to comment
Share on other sites

Well its faster for me :x

Who knows? It may change.

This is interesting:

I know it is based on IE, a simple look at the code tells me that. However the user agent is detected as follows:

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0)

hmmm.... what?

What what? That's just IE again.
Link to comment
Share on other sites

Well its faster for me :P

Who knows? It may change.

This is interesting:

I know it is based on IE, a simple look at the code tells me that. However the user agent is detected as follows:

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0)

hmmm.... what?

That's something left over from 1990s browser wars. :x

You can read more on it here: http://webtips.dan.info/brand-x/useragent.html

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...