Results 1 to 9 of 9

Thread: Firefox extensions? And a few questions...

  1. #1
    Senior Member SilentDeath's Avatar
    Join Date
    Aug 2003
    Posts
    4,745
    Thanks
    38
    Thanked
    16 times in 11 posts

    Firefox extensions? And a few questions...

    Now I use firefox mainly I want to take advantage of its extensions!

    However there are many that I think would be usefull but I doubt they all exist, so, Im windoering how does one go about making extensions?
    Im hoping its some sort of scripted thing, mainly becuase im lazy, and id rather not have to program stuff, as im rather lazy.
    ive looked onthe firefox site, but didnt really find anything..

    Also, is it possible to have two compleatly seperate installs of firefox without them interfeering with each other?
    The reson is that I like to have two browsers installed for different tasks.

    I use firefox for just normal browsing, but Id like to change my opera install - which I mainly use for forum broswing, becuase it remembers the sites after you close it and loads of other features firefox now has..to firefox.. but I want them to be comleatly seperate.. (as much as opera is to firefox )

    Now that firefox has so many good extensions, Id just like two installs of firefox...

  2. #2
    Registered+ Zathras's Avatar
    Join Date
    Jul 2003
    Location
    Canary Wharf/Richmond
    Posts
    1,454
    Thanks
    13
    Thanked
    7 times in 4 posts
    You should be able to use two different profiles which should allow you to install different themes, extensions, bookmarks, cache, cookies etc. I don't think you can run the two at the same time. http://www.mozilla.org/support/firefox/profile should give you some info on this.

    As for extensions, they are non-trivial to code unfortuately. There are a few tutorials about but it really depends on the level of stuff you're trying to do. It's certainly not as easy as a bit of javascript or python.

  3. #3
    Registered+ Zathras's Avatar
    Join Date
    Jul 2003
    Location
    Canary Wharf/Richmond
    Posts
    1,454
    Thanks
    13
    Thanked
    7 times in 4 posts
    To automatically start with a different profile, alter your shortcut to add the parameter "-p profilename"

  4. #4
    Senior Member SilentDeath's Avatar
    Join Date
    Aug 2003
    Posts
    4,745
    Thanks
    38
    Thanked
    16 times in 11 posts
    Thanks for that

    For extensions, well one of the ideas I had would be a find tool, which would search the page and also the page source, but Ive thought of loads of other usefull (to me anyway) extensions..

    Im still interested in trying though. Have you gota link to any of those tutorials? always good to start with something simple, even just a utterly pointless "hello world" style extension

  5. #5
    Raging Bull DeludedGuy's Avatar
    Join Date
    Dec 2003
    Location
    London
    Posts
    2,594
    Thanks
    112
    Thanked
    76 times in 55 posts
    • DeludedGuy's system
      • Motherboard:
      • Gigabyte H87M-HD3
      • CPU:
      • Core i5 4440
      • Memory:
      • 8GB DDR3 1800mhz
      • Storage:
      • 250GB Samsung 840 SSD
      • Graphics card(s):
      • Gigabyte R9 270 OC 2GB
      • PSU:
      • BeQuiet Pure Power L8 600w
      • Case:
      • Silverstone TJ08-E
      • Operating System:
      • Windows 7
      • Monitor(s):
      • 24" Dell U2414H
      • Internet:
      • 75Mb BT Infinity
    Some of the extensions I use are FoxyTunes, really useful, and Adblock.

  6. #6
    Registered+ Zathras's Avatar
    Join Date
    Jul 2003
    Location
    Canary Wharf/Richmond
    Posts
    1,454
    Thanks
    13
    Thanked
    7 times in 4 posts
    Best one I've seen is http://extensions.roachfiend.com/howto.html tho I've not really got far with writing my own as I've got a feeling an integrated resuming download manager might be a bit more complicated than the examples given

  7. #7
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    firefox extensions are written in the same language as firefox itself, a langage named XUL. it's not trivial, but if you have programming experience it's fairly logical

  8. #8
    Senior Member SilentDeath's Avatar
    Join Date
    Aug 2003
    Posts
    4,745
    Thanks
    38
    Thanked
    16 times in 11 posts
    Quote Originally Posted by directhex
    firefox extensions are written in the same language as firefox itself, a langage named XUL. it's not trivial, but if you have programming experience it's fairly logical

    Dunno how I missed our posts

    Ive had a very quick read about XUL and it sounds good..if its not OOP - which I hate possibly more than anything elese ever created, mostly becuase I cant understand how to use it...

  9. #9
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by |SilentDeath|
    if its not OOP - which I hate possibly more than anything elese ever created, mostly becuase I cant understand how to use it...
    unrealscript is an excellent introductory OOP language - grab a copy of UT99 and run through some mutator tutorials

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 11-10-2004, 02:24 PM
  2. Replies: 1
    Last Post: 04-06-2004, 08:51 AM
  3. Firebird dies, Firefox rises from the ashes
    By Iain in forum General Discussion
    Replies: 21
    Last Post: 10-02-2004, 08:14 AM
  4. MIDI questions
    By 3Dfx in forum PC Hardware and Components
    Replies: 11
    Last Post: 08-12-2003, 03:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •