Posts mit dem Label Firefox werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Firefox werden angezeigt. Alle Posts anzeigen

Dienstag, 24. September 2013

"Do not track" Option aktivieren

So aktiviert man die Do not track Option um nicht mehr von Werbedienstleistern und ähnlichem verfolgt zu werden:

Dienstag, 27. April 2010

Firefox Search Plugins

Find new Firefox search engines on mycroft. The normal page Firefox sends you to is for DAUs and they removed the link to mycroft. Why ever...
Anyway really nice are the wiki search plugins with https. Not only for paranoid people :)

Donnerstag, 22. April 2010

Remove Ads from Gmail

Adblock Plus already remove the ad block on the right side but there is still a line of ads on top of the mails. To remove this line open adblock and add this filter:

mail.google.com##div[class="nH mq"]

Of course you can't read any RSS feeds there any more.

Freitag, 16. April 2010

VMWare Remote Console and Firefox 3.6

Since I updated to Firefox 3.6 the VMWare plugin for web access to the remote console doesn't work anymore. I can view and restart my machines but but the console is failing with "Cannot access virtual machine console. The request timed out.".

In the forum I found a list of options how to solve this problem until the plugin will be updated. I was following Peter's suggestion to use the plugin files manually by creating a desktop short for the machine but that didn't work for me. So here is how to run the remote console by hand.

Find the VMWare plugin in your Firefox folder:

%USERPROFILE%\Anwendungsdaten\Mozilla\Firefox\Profiles\uiu7quov.default\extensions\VMwareVMRC@vmware.com\plugins

You need to change uiu7quov.default to your profile folder.

From here you can connect to your vmware with:

vmware-vmrc.exe -h serverIP:8333 -M machineID

You should know your serverIP but you can find it together with the machineID in the web interface. Just select your VM and click right below "Commands" on "Gerate Virtual Machine Shortcut". The link from the web shortcut contains what you need:

https://serverIP:8333/ui/?wsUrl=http://localhost:8222/sdk&mo=VirtualMachine|machineID&inventory=none&tabs=hide_

Have fun!

Donnerstag, 11. Februar 2010

Nerviges Anmelden

Bei jeder blöden Seite muss man sich anmelden, was ein Stress nur um mal schnell die Datei runter zu laden. Bequemer geht es mit bugmenot. Dort haben viele Leute Accounts hinterlegt die man nutzen kann ohne sich selbst registrieren zu müssen.
Ganz bequem wird das dann mit dem Firefox Plugin, das automatisch für die aktuelle Seite den Login raussucht.

Montag, 21. September 2009

LaTeX rendern auf jeder Webseite

Mit TEX THE WORLD werden automatisch alle Formeln auf allen Webseiten als Bild gerendert, wenn sie mit [; ;] markiert sind. So sieht das dann aus

[; e^x = 1 + \frac{a+b}{s^2} ;]

Als Hint zum Bild wird die Formel angezeigt und Doppelklick auf das Bild und es steht wieder der Text da. Mit einem weiteren Doppelklick kommt das Bild wieder.

Das ganze funktioniert über ein Greasemonkey Script in jedem Firefox. Es lässt sich aber auch direkt in jeder Webseite nutzen, wenn man folgendes mit reinschreibt:

<script language="JavaScript" src="http://thewe.net/tex/textheworld6.user.js"></script>

Mittwoch, 17. Juni 2009

Automaticly select right Language for Firefox spell check

I am writing a lot in German and English so I have to change the spell checking language of Firefox constantly. I found a experimental plugin that is which tries to do this based on the webpage your one but so for it doesn't do anything for me.
There are several bugs opened for this issue with different ideas how to solve the problem.
Oh, there is another plugin. It tries to detect the the language automaticly but you also can save your settings per page. Auto detect does not look good so far but it works for me.

Firefox Add, Edit and Delete Cookies

If you open the cookies view in firefox you can't click on the webpage anymore. Help provides a plugin that is also able to add and edit cookies as you like.
I am curious what I might be able to do with this...

Freitag, 3. April 2009

Automatically create and insert random profil in web form

A useful Firefox plug-in to fill out form you use often is Autofill Forms.
This powerful tool can easily be modified to create random profiles you maybe need to get a free trial account without losing your privacy.

Install the add-on, open the extended preferences and activate dynamic tags. Then you can use Javascript to insert what you want into the form. Some simple example to create random strings with 8 chars length:

function a(size) {
var s = '';
for (i=1;i < size;i++){
s += String.fromCharCode(Math.floor(Math.random()*25)+97); };
return s;
};
a(8)


If you now add a domain of a provider for instant mail accounts:

function a(size) {
var a = new Array();
a[0]="mailinator2.com"; a[1]="sogetthis.com"; a[2]="mailin8r.com"; a[3]="mailinator.net"; a[4]="spamherelots.com"; a[5]="thisisnotmyrealemail.com";
return "@"+a[Math.floor(Math.random()*a.length)];
};
a(8)


You can define an email field by putting both tags together as value.

The tags are case sensitive so you can also define upper case strings for name:

function a(size) {
var s = String.fromCharCode(Math.floor(Math.random()*25)+65);
for (i=1;i < size;i++){
s += String.fromCharCode(Math.floor(Math.random()*25)+97);
};
return s;
};
a(8)


Of course those names don't look very authentic, but you can extend this:

function r(i){
return String.fromCharCode(Math.floor(Math.random()*25)+i);
};
function voc(){
var v = new Array('a','e','i','o','u');
return v[Math.floor(Math.random()*v.length)];
};
function a(size){
var s = r(65);
for (i=1;i
< size;i+=2){
s += voc()+r(97) };
return s;
};
a(Math.floor(Math.random()*4)+5)


This returns a string where every second letter is a vocal, which looks more readable. Also the first letter is upper case and the length is random. e.g.: Tolepoh, Oeuex, Bukerog
Works find as a last name. Of course a name list would come in handy here a large list would probable not fit in the field. Maybe you can use Ajax technique to load a name from a web page.

Freitag, 29. August 2008

Firefox 3 "Sichere Verbindung fehlgeschlagen"

Es treibt mich in den Wahnsinn: "Sichere Verbindung fehlgeschlagen".

Hier meint es FF3 doch etwas zu gut mit der Sicherheit, denn man braucht ganz 5 Klicks um auf eine verschlüsselte Webseite mit einem unbekannten Zertifikat zu kommen.
Natürlich passiert das nicht, wenn man sich der Zertifikat ordentlich kauft, aber das lohnt sich nicht für jede kleine Seite und auch Unis sparren sich das Geld auch gerne.

Hier die Lösung:
Man gehe auf die Webseite about:config um an die Firefox internen Einstellungen zu kommen. Dort setzte man
browser.xul.error_pages.expert_bad_cert = true
browser.ssl_override_behavior = 2

Schon braucht man nur noch zwei Klicks, was ich immer noch sicher genug finde. (Quelle)

Donnerstag, 31. Januar 2008

Firefox multiple users

Mehrere Firefox Sessions auf einmal auf zu machen ist gar nicht so einfach.
Beim neuen Firefox 3 kann man zwar mit firefox.exe -ProfileManager einen Mehrbenutzer Modus erzwingen. Aber auch das ist nur für "advanced user" gedacht.
Etwas einfach geht es so:
  • In Windows einen neuen Benutzer anlegen
  • Die Verknüpfung des Firefox kopieren
  • In der Kopie unter Eigenschaften > Verknüpfung an das Ziel ein ' -no-remote' anhängen, damit der Firefox versucht eine neue Session zu starten. (was jedoch normal nicht geht)
  • Auf der selben Registerkarte unter 'Erweitert...' auf "Unter anderen Anmeldeinformationen ausführen"
Klick man nun auf die kopierte Verknüpfung muss man das Passwort für vorher erstellen Benutzer angeben und bekommt eine zweite Firefox Instance. Durch die Passworteingabe dauert das Firefox starten etwas länger als normal, da man das jedoch normal nur einmal nach einem reboot macht finde ich das nicht so viel Aufwand. Vorallem da man dank Hibernation heutzutage nur noch einmal im Monat neustarten muss.

Eventuell kann man dem zweiten Benutzer auch ein leeres Passwort geben, wenn man sicherstellen kann das sich damit niemand Böses an dem Computer anmelden kann.


Was bringen das ganze?
Man hat zwei völlig getrennte Browser. Stürzt einer der Beiden ab oder hängt für eine Weile kann man den anderen noch weiter benutzten. Praktisch zum Beispiel wenn es bei eBay um Zeit geht, aber auch so wenn man einfach nicht warten will.

Zudem wird man etwas anonymer, weil der Firefox des neuen Benutzers noch keinen Cookie gespeichert hat. Sicher kann man Cookies auch löschen, aber da dort auch viele nützliche Sachen drin stehen mache ich das nur sehr ungerne.

... Da gibt es sicher noch weiter Gründe, aber ich muss mal wieder was arbeiten.

Donnerstag, 4. Oktober 2007

Firefox Plugins

Ich hab gerade auf meinem Laptop Firefox Plugins installiert und dabei über die alten Bekannten hinaus auch noch gute Neue entdeckt.

Das wichtigste Plugin ist für mich Adblock Plus, das sofort praktisch alle Werbung die eine Webseite anzeigen kann entfernt. Ich hatte schon ganz vergessen das heise.de Werbung anzeigt...
Zur Webentwicklung brauch ich immer auch Firebug und Web Developer.

Neu gefunden hab ich ein Google Maps Plugin. Man markiert auf einer Seite eine Adresse und per Rechtsklick "Locate on Google Maps..." bekommt man die Karte dazu angezeigt.

Auch ganz nett fande ich PDF Download, das für PDFs ein Fenster anzeigt, ob man das Dokument Öffnen, als HTML im Browser oder speichern möchte.

Dann gab es noch einen neuen Sessionmanager: Tab Mix Plus. Damit kann man mehrere Sessions speichern und nicht nur die Letzte wieder herstellen. Auch ganz nett fande ich die Tab-Schützen Funktion mit der verhindert wird, das man ein Tab schließen kann. Ausserdem zeigt er einen Ladebalken im Tab an und markiert, welche neuen Tabs man noch nicht angeschaut hat.
Zusätzlich gibt es noch unzählige Einstellungen für das Verhalten von Tabs, die man sich aber gar nicht alle anschauen muss.

Der Rest nur in Kürze erwähnt seien noch: