Stop! This text is only interesting for you if you...
- Like popping alerts in weird situations
- Miss CSS expressions as much as we do
- Have an unhealthy obsession for markup porn
| /* Copyright 2020-25 Radman Siddiki | |
| Licensed under the MIT License (https://www.mit.edu/~amini/LICENSE.md) */ | |
| if (location.protocol === "http:") { | |
| location.replace(location.href.replace("http:", "https:")); | |
| } |