We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://jsbeautifier.org/beautify.js falled to load.
If we change it into https://cdn.rawgit.com/beautify-web/js-beautify/v1.7.5/js/lib/beautify.js which is fine:
javascript:(function(){s=document.getElementsByTagName('SCRIPT');tx='';sr=[];for(i=0;i<s.length;i++){with(s.item(i)){t=text;if(t){tx+=t;}else{sr.push(src)};}};with(window.open()){document.write('<textarea%20id="t">'+(sr.join("\n"))+"\n\n-----\n\n"+tx+'</textarea><script%20src="https://cdn.rawgit.com/beautify-web/js-beautify/v1.7.5/js/lib/beautify.js"></script><script>with(document.getElementById("t")){value=js_beautify(value);with(style){width="99%";height="99%";borderStyle="none";}};</script>');document.close();}})();
It still don`t work. I only got these after it is loaded:
<textarea id="t" style="width: 99%; height: 99%; border-style: none;"> ----- </textarea><script src="https://cdn.rawgit.com/beautify-web/js-beautify/v1.7.5/js/lib/beautify.js"></script><script>with(document.getElementById("t")){value=js_beautify(value);with(style){width="99%";height="99%";borderStyle="none";}};</script>
The browser is Firefox developer Editon 61.0 .
The text was updated successfully, but these errors were encountered:
Fixed beautifier#1408
aa436e5
This failed due to script path moving. Automated Test for this is possible, but might be better to create a manual checklist for change review.
dd2facd
e287d16
No branches or pull requests
Actual Output
http://jsbeautifier.org/beautify.js falled to load.
If we change it into https://cdn.rawgit.com/beautify-web/js-beautify/v1.7.5/js/lib/beautify.js which is fine:
It still don`t work. I only got these after it is loaded:
The browser is Firefox developer Editon 61.0 .
The text was updated successfully, but these errors were encountered: