Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

javascript:alert(document.cookie) Does not work in firefox 7 Ubuntu 11.10

  • 4 Antworten
  • 10 haben dieses Problem
  • 207 Aufrufe
  • Letzte Antwort von tonyinme

more options

I am trying to get the DSID of a web page by typing "javascript:alert(document.cookie)" in the url bar. I am supposed to get a window with the desired output which works fine in chromium. It does nothing in firefox 7 though. Im using Ubuntu 11.10.

Thanks,

Tony

I am trying to get the DSID of a web page by typing "javascript:alert(document.cookie)" in the url bar. I am supposed to get a window with the desired output which works fine in chromium. It does nothing in firefox 7 though. Im using Ubuntu 11.10. Thanks, Tony

Ausgewählte Lösung

You can find that here: Firefox > Web Developer > Scratchpad (Shift+F4)

Diese Antwort im Kontext lesen 👍 4

Alle Antworten (4)

more options

upgrade your browser to Firefox 8 and try

more options

Hello Tony
Running javascript in the url bar is mostly disabled for security reasons. You can use the new feature called Scratchpad instead.

more options

Ausgewählte Lösung

You can find that here: Firefox > Web Developer > Scratchpad (Shift+F4)

more options

Thanks, Scratchpad worked just fine!