Greasy Fork is available in English.
title self-explanatory
// ==UserScript==
// @name skip warning page in blogspot
// @namespace http://tampermonkey.net/
// @version 0.2
// @description title self-explanatory
// @author Yhria
// @match https://*.blogspot.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==
document.getElementsByTagName("iframe")[0].remove()
document.getElementsByTagName("body")[0].getElementsByTagName("style")[0].remove()