Skip to content

Instantly share code, notes, and snippets.

customElements.define('x-frame-bypass', class extends HTMLIFrameElement {
constructor () {
super()
}
connectedCallback () {
this.load(this.src)
this.src = ''
this.sandbox = '' + this.sandbox || 'allow-forms allow-modals allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-same-origin allow-scripts allow-top-navigation-by-user-activation' // all except allow-top-navigation
}
load (url, options) {
This diff is based on 3.0-1cda1c9
Note: if there are strange things (most notably casts to Object), it is due to a decompiler error and can be ignored.
diff --git a/net/minecraft/assets/lang/sklmessages_en_US.properties b/net/minecraft/assets/lang/sklmessages_en_US.properties
index 544d096..344e9e5 100644
--- a/net/minecraft/assets/lang/sklmessages_en_US.properties
+++ b/net/minecraft/assets/lang/sklmessages_en_US.properties
@@ -123,6 +123,7 @@ settings.box.light=Light Theme
settings.box.dark=Dark Theme
settings.sort.bylastplayed=Sort profiles by last played