Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 4 답장
  • 10 이 문제를 만남
  • 123 보기
  • 최종 답변자: 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

선택된 해결법

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

문맥에 따라 이 답변을 읽어주세요 👍 4

모든 댓글 (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

선택된 해결법

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

more options

Thanks, Scratchpad worked just fine!