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
| // Get help here - https://forum.melonking.net/index.php?topic=115 | |
| // 2. Add 'id="mainframe"' to your main iFrame or Frame window. | |
| // Optional: Create a second <script></script> section AFTER you link the frame-link.js | |
| // Optional: add 'updateTitle = false;' if you want to disable title updating. (Default is true) | |
| // Optional: add 'titlePrefix = "My Site ";' if you want to add a prefix to your titles. (Default is none) | |
| // Optional: add 'pageParam = "z";' if you want to change the url path of your pages. (Default is z) | |
| // Optional: add 'basePath = "path";' to set a base path | |
| var mainFrame; | |
| var firstLoad = true; |
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
| <!-- Based off https://github.com/balfiere/pictochat --> | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>Slanted Corners Demo</title> | |
| <meta name="robots" content="noindex"> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <style> | |
| body {background-color: white;} |
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 is based on my now playing screen at https://wiggle.monster/interests/music/fm/playing --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Music</title> | |
| <meta charset="UTF-8"> | |
| <meta name="robots" content="noindex"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| </head> | |
| <body> |
This file has been truncated, but you can view the full file.
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
| /* | |
| @generated | |
| This file is auto-generated using Localization/scripts/concatenate_localizable_strings.rb | |
| This file is sorted by modules instead of alphabetically to help reduce merge conflicts. | |
| */ | |
| // Section: Frameworks/TwitterComposition/TwitterComposition/Sources/TwitterCompositionStrings/en.lproj/Localizable.strings | |
| /* Message to let the user know that the post can only contain attachments of one media type at the time, media types being GIF, Image, Video, etc */ | |
| "DRAG_DROP_INDICATION_VIEW_DIFFERENT_MEDIA_TYPES_MESSAGE" = "You can’t post more than one kind of media at a time."; |