Article demonstration

Make Basic HTML Inspection More Difficult

This page demonstrates a small Blob-based display script. It can make common ways of saving and inspecting a page less convenient.

What does it change?

The page is displayed through a Blob URL instead of remaining at its original document URL.

Save As Saving the original page structure becomes less straightforward.
Developer Tools Casual inspection of the original source becomes more difficult.
View Source The usual source-viewing route is not available in the same way.

How to use it

  1. Add the following script to the page you want to display.
  2. Open the page in a browser and check that it works as expected.
  3. Confirm that any APIs or features that depend on the original document URL still work.
<script src="https://uni928.github.io/Uni928PublicHTMLs/Plugin/plugin8.js"></script>

Limitations

This is not a complete security measure. It only makes casual analysis more difficult. Because the page uses a Blob URL, some APIs and URL-dependent features may not work as expected.