
javascript:alert(document.cookie) Does not work in firefox 7 Ubuntu 11.10
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
선택된 해결법
You can find that here: Firefox > Web Developer > Scratchpad (Shift+F4)
문맥에 따라 이 답변을 읽어주세요 👍 4모든 댓글 (4)
upgrade your browser to Firefox 8 and try
Hello Tony
Running javascript in the url bar is mostly disabled for security reasons. You can use the new feature called Scratchpad instead.
선택된 해결법
You can find that here: Firefox > Web Developer > Scratchpad (Shift+F4)
Thanks, Scratchpad worked just fine!