Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Firefox Linux saves web pages with invalid characters

  • 1 답장
  • 2 이 문제를 만남
  • 3 보기
  • 최종 답변자: cor-el

more options

Hello! Faced such a problem. At work Ubuntu, at home - Win7, and there and there is the last Firefox 53.0.3 When you save a web page to a disk, Firefox in Win7 automatically removes invalid characters for Win, basically this ":" and "|" Firefox in Ubuntu does not do this, it saves along with such symbols, as a result files saved in Ubuntu, in Win, not that you can not open, Nor to delete, it is impossible to rename, because of such characters. Tell me, please, how to make Firefox in Ubuntu save web pages, just as it does in Win? Maybe what setting is in about: config or extension (addition)? Thank you very much in advance.

Hello! Faced such a problem. At work Ubuntu, at home - Win7, and there and there is the last Firefox 53.0.3 When you save a web page to a disk, Firefox in Win7 automatically removes invalid characters for Win, basically this ":" and "|" Firefox in Ubuntu does not do this, it saves along with such symbols, as a result files saved in Ubuntu, in Win, not that you can not open, Nor to delete, it is impossible to rename, because of such characters. Tell me, please, how to make Firefox in Ubuntu save web pages, just as it does in Win? Maybe what setting is in about: config or extension (addition)? Thank you very much in advance.

모든 댓글 (1)

more options

You would have to make sure to check the file name and remove invalid characters when you notice them.

Possible bookmarklet that you can use as a start to experiment:

javascript:/*set-title_cor-el*/(function(){
var test=1,d=document,title;
function cu(t){var s={d:'_',f:'\"<>',r:'\'()'};return(t.replace(/.+/g,(function(r){var i,o='',p=0,t;for(i=0;t=r.charAt(i);i++){if(/[0-9a-z]/gi.test(t)){o+=t;p=0}else{z=s.f.indexOf(t);if(z>=0){o+=s.r.substr(z,1);p=0}else{if(!p){o+=s.d;p=1}}}}return(o)})))}
function tr(t){return(t.replace(/^\s+|\s+$/g,""))}
title=tr(cu(d.title));
if(test){title=prompt(d.title,title)}
if(title){d.title=title}
})()