Saturday, May 13, 2023

How to disable Copy, Right Click, View Source Code, Select Text Blogger/Blogspot

How to disable Copy, Right Click, View Source Code, Select Text

You can add an anti-right-click code to your blog in order to disable the right-click functionality of your mouse. This code can be added to the head section of your blog's HTML code. Here are the steps to add the anti-right-click code to your blog:

  1. Go to the "Theme" section of your Blogger dashboard.
  2. Click on the "Edit HTML" button.
  3. Search for the </head> tag in the HTML code.
  4. Add the following code just before the </head> tag:
                
                
                <script> 
                    document.addEventListener('contextmenu', event => event.preventDefault()); 
                </script>
                
            
  5. Save your changes.

Blogger Shortcuts:

Blogger has several keyboard shortcuts that you can use to quickly navigate and edit your blog. Here are some of the most useful shortcuts:

  • CTRL + S: Save changes to a post or page. 
  • CTRL + B: Bold text. 
  • CTRL + I: Italicize text. 
  • CTRL + U: Underline text. 
  • CTRL + L: Create a link. 
  • CTRL + K: Insert a jump break. 
  • CTRL + M: Insert an image. 
  • CTRL + SHIFT + 7: Create a numbered list. 
  • CTRL + SHIFT + 8: Create a bullet list. 
  • CTRL + SHIFT + E: Align text to the center. 
  • CTRL + SHIFT + L: Align text to the left. 
  • CTRL + SHIFT + R: Align text to the right. 
  • CTRL + Z: Undo. 
  • CTRL + Y: Redo.

You can view the full list of Blogger keyboard shortcuts by pressing the "?" key while in the Blogger dashboard.