• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

How to hide HTML Code from others View Source

AnonyViet by AnonyViet
January 25, 2023
in Tips
0

You just wrote a great piece of HTML code, but you don’t want others to copy your source code. By some small tips below will help programmers hide HTML Code on their Website to avoid being copied by others.

Join the channel Telegram of the AnonyViet 👉 Link 👈

How to hide HTML Code from others View Source

How to hide HTML Code from others viewsource

Disable Ctrl and F12 keys with javascript

The F12 key is used to Open Chrome’s Developer Tools (Chrome Developer Tools). Chrome Developer Tools provides a set of tools that you can use to view the source code and behavior of a website.

Keys Ctrl mainly used in combination with other keys to view web source code.

Eg:

Ctrl + S: It is used to save the entire web page.

Ctrl + U: It is used to open the web source code in a new tab.

You can use this code in the script tag to disable the Ctrl and F12 keys.

document.addEventListener("keydown", function (event){
    if (event.ctrlKey){
       event.preventDefault();
    }
    if(event.keyCode == 123){
       event.preventDefault();
    }
});

Disable right click using javascript

By right clicking on the website, it will give you the option to view and inspect the source code of the website.

You can use this code in script tag to disable right click.

document.addEventListener(‘contextmenu’,
event => event.preventDefault()
);

More advanced techniques

The above two ways are great for those who are not very technical or for some beginners to learn programming.

How to hide HTML Code from others View Source 5

What about Web developers (technical experts)?

They can still view the web’s source code using a chrome extension, HTML blocker (BURP) or postman.

How to hide HTML Code from others View Source 6

So how to hide Source Code?

You cannot hide your HTML Code in your browser because your browser needs the HTML source code to run and view the web page.

However, here are some other techniques to minimize web scraping or source code duplication:

  • Use REACT JS to keep your code to a minimum.
  • Use server-side rendering to change the structure of your code over time.
  • Apply copyright act to legal action.
  • Enable SSL certificates to encrypt data between client and server side.

Conclusion

If you hide the HTML Code on the Website, Google’s crawlers can still read that code, but certain parts, such as No-Follow and No-Index, will tell the crawler whether to website indexing or not.

“Hidden text or links in your content to manipulate Google search rankings could be considered deceptive practice and violate the Google Webmaster Guidelines.”

You can hide data from users but not from crawlers, but now bots can read all the source code on your site.

Besides, I think hiding the HTML Code is not a good idea. You may face some SEO problems in the future.

The article achieved: 5/5 – (100 votes)

Tags: CodehideHTMLsourceview
Previous Post

Lesson 160: Lookup on the left in Excel

Next Post

Gaugan – Use AI to turn sketches into real photos

AnonyViet

AnonyViet

Related Posts

How to use CMD environment variables in Windows
Tips

How to use CMD environment variables in Windows

January 18, 2026
How to add or remove columns in File Explorer Windows 11
Tips

How to add or remove columns in File Explorer Windows 11

January 17, 2026
Sign up for Pluralsight One for 1 year of free access to Online courses
Tips

Sign up for Pluralsight One for 1 year of free access to Online courses

January 16, 2026
How to schedule a Batch file (CMD) to run on Windows
Tips

How to schedule a Batch file (CMD) to run on Windows

January 15, 2026
Instructions for downloading Facebook Videos with new interface 2021
Tips

Instructions for downloading Facebook Videos with new interface 2021

January 14, 2026
How to get ChatGPT K-12 Teacher for free
Tips

How to get ChatGPT K-12 Teacher for free

January 13, 2026
Next Post
Gaugan – Use AI to turn sketches into real photos

Gaugan - Use AI to turn sketches into real photos

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to use automatic verification bot to register for ChatGPT K12, Spotify Student,…

How to use automatic verification bot to register for ChatGPT K12, Spotify Student,…

January 18, 2026
Instructions on how to create head-grabbing photos – New trend causing TikTok storm

Instructions on how to create head-grabbing photos – New trend causing TikTok storm

January 18, 2026
How to use CMD environment variables in Windows

How to use CMD environment variables in Windows

January 18, 2026
Instructions for installing the application “Are you dead yet” – Demumu

Instructions for installing the application “Are you dead yet” – Demumu

January 17, 2026
How to use automatic verification bot to register for ChatGPT K12, Spotify Student,…

How to use automatic verification bot to register for ChatGPT K12, Spotify Student,…

January 18, 2026
Instructions on how to create head-grabbing photos – New trend causing TikTok storm

Instructions on how to create head-grabbing photos – New trend causing TikTok storm

January 18, 2026
How to use CMD environment variables in Windows

How to use CMD environment variables in Windows

January 18, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to use automatic verification bot to register for ChatGPT K12, Spotify Student,…

How to use automatic verification bot to register for ChatGPT K12, Spotify Student,…

January 18, 2026
Instructions on how to create head-grabbing photos – New trend causing TikTok storm

Instructions on how to create head-grabbing photos – New trend causing TikTok storm

January 18, 2026
  • Home
  • Home 2
  • Home 3
  • Home 4
  • Home 5
  • Home 6
  • Next Dest Page
  • Sample Page

https://sun52.network

No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

https://sun52.network

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply