Skip to content

Instantly share code, notes, and snippets.

@palaniraja
Created May 18, 2021 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palaniraja/be17658c44547ad7b0aa1f3ba57643d8 to your computer and use it in GitHub Desktop.
Save palaniraja/be17658c44547ad7b0aa1f3ba57643d8 to your computer and use it in GitHub Desktop.
Apple Feedback assistant - printer friendly style
document.querySelector('div[class^="FeedbackResponse"]').style.display='none';
document.querySelector('aside').style.display='none';
document.querySelector('div[class^="Wrapper-sc"]').style.height='auto';
document.querySelector('nav').style.display='none';
document.querySelector('div[class^="Body"]').style.position='inherit';
@palaniraja
Copy link
Author

to remove sidebar, and disable scroll for easier reading / sharing as pdf with others.

@palaniraja
Copy link
Author

need to find the desc and apply style="white-space: pre-wrap;"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment