Recommended Posts

Well Folks, I've done it again!

Yes, it is true! I have again modded firefox to make it faster and more relaible! I had beed testing a script i wrote to make FF faster and after a month in the making and modding i have finally come up with the best results. Of course I had help from various forums like mozillazine in creating this script but what matters is its benifit.

By downloading the file below, and following the instructions you will again have a more kickass firefox in terms of speed and security!

I decided to call the script KickAsserFF! LOL

Get the script here : KickAsserFF!

Note: KickAsserFF! is ? CouGeR ~aka~ Me . Please do not distribute it without permission from CouGeR.

BTW : Plz share your thoughts about this with me, it helps me improve it , check for popularity, bug reports (shouldnt be any but u never know). etc.

Edited by Hi!
Link to comment
https://www.neowin.net/forum/topic/252882-kickasserff/
Share on other sites

Distributing a .js file without saying EXACTLY what it does?  Are you stoned?  Even the readme is vague.

I recommend people dont touch this at all.

585041161[/snapback]

:huh: It just modifies the about:config area and makes FF faster, whats so scary about that? :huh: :wacko:

Link to comment
https://www.neowin.net/forum/topic/252882-kickasserff/#findComment-585041178
Share on other sites

still doesn't have folders, even when I open the file instead of downloading it.

585041196[/snapback]

Hmm wait a sec I will repack it for you and send it to you. Althought I believe some setting on your pc is messed. BTW look in my screenshot, #1 folder has the #1 file of your screenshot and so on ;)

Link to comment
https://www.neowin.net/forum/topic/252882-kickasserff/#findComment-585041213
Share on other sites

Distributing a .js file without saying EXACTLY what it does?  Are you stoned?  Even the readme is vague.

I recommend people dont touch this at all.

585041161[/snapback]

If you are so worried you can download the fileand view itwith any text editor. If you did, youwould see that it is harmless. All he is doing is changing some network settings. Looks like he did a pretty good job with them.

Link to comment
https://www.neowin.net/forum/topic/252882-kickasserff/#findComment-585041255
Share on other sites

If you are so worried you can download the fileand view itwith any text editor.  If you did, youwould see that it is harmless.  All he is doing is changing some network settings.  Looks like he did a pretty good job with them.

585041255[/snapback]

Thanks for that :yes:

Link to comment
https://www.neowin.net/forum/topic/252882-kickasserff/#findComment-585041289
Share on other sites

OK, done that.  Can't realy tell if there is any improvement.  Will let you know If I do notice any.

585041298[/snapback]

Here, you can also do this to increase the speed even more! Infact you should do this too along with my KickAsserFF! it really helps with speed ;)

Here is a quick tip to make firefox 1.0 faster in browsing :

1) Open Firefox

2) Type "about:config" withought the quotations in the address bar

3) Look for this -> network.dns.disableIPv6

4) Double click on it, notice the value on the extreme right changes to true from false

5) Close all firefox windows

Enjoy! You now have an even better kickass firefox

Let me know if you see the difference

Link to comment
https://www.neowin.net/forum/topic/252882-kickasserff/#findComment-585041318
Share on other sites

Here, you can also do this to increase the speed even more! Infact you should do this  too along with my KickAsserFF! it really helps with speed ;)

Here is a quick tip to make firefox 1.0 faster in browsing :

1) Open Firefox

2) Type "about:config" withought the quotations in the address bar

3) Look for this -> network.dns.disableIPv6

4) Double click on it, notice the value on the extreme right changes to true from false

5) Close all firefox windows

Enjoy! You now have an even better kickass firefox

Let me know if you see the difference

585041318[/snapback]

While I recommend the user.js, I would advise gainst disabling IPv6. Even thought its not being used much now, it should be used more in the future. I would leave it on.

Link to comment
https://www.neowin.net/forum/topic/252882-kickasserff/#findComment-585041590
Share on other sites

Would you mind telling what difference is between your download and the old "Firefoxtweaks" from here https://www.neowin.net/forum/index.php?showtopic=187044 ? Even the readme.txt is a ripoff. Why are the .js files simular? same date, same content? You managed to change readme.txt, great...

If Im right you should be banned, if not I should ;) Judging from your story of hard labour last month I will take that risk.

Link to comment
https://www.neowin.net/forum/topic/252882-kickasserff/#findComment-585043311
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!