This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |