- Visit fmhy.net/android-iosguide#ios-ipas for more sources.
- Sideloading Guide: https://rentry.co/sideloadingguide
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
| // ==UserScript== | |
| // @name Open Instagram App | |
| // @version 1.4.1 | |
| // @author ryuya | |
| // @match *://*.instagram.com/* | |
| // @downloadURL https://gist.github.com/ryuya0124/79fad15aa00e536cac7cae2bad6283c6/raw/Open%2520Instagram%2520App.user.js | |
| // @updateURL https://gist.github.com/ryuya0124/79fad15aa00e536cac7cae2bad6283c6/raw/Open%2520Instagram%2520App.user.js | |
| // @homepage https://gist.github.com/ryuya0124/79fad15aa00e536cac7cae2bad6283c6 | |
| // ==/UserScript== |
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
| // ==UserScript== | |
| // @name Open X(Twitter) App | |
| // @version 1.1.1 | |
| // @author ryuya | |
| // @match https://x.com/* | |
| // @downloadURL https://gist.github.com/ryuya0124/e6e59ceba8f03bf40f3b5accedc52e44/raw/Open%2520X(Twitter)%2520App.user.js | |
| // @updateURL https://gist.github.com/ryuya0124/e6e59ceba8f03bf40f3b5accedc52e44/raw/Open%2520X(Twitter)%2520App.user.js | |
| // @homepage https://gist.github.com/ryuya0124/e6e59ceba8f03bf40f3b5accedc52e44 | |
| // ==/UserScript== |
- Go to https://store.rg-adguard.net.
- Search for the HEVC Video Extensions from Device Manufacturer (
Microsoft.HEVCVideoExtension) app by entering the following store URL into the search box and clicking the ✔ button.https://www.microsoft.com/en-us/p/hevc-video-extensions-from-device-manufacturer/9n4wgh0z6vhq- Do not use the normal HEVC Video Extensions app URL, because that can't play HEVC videos in Windows Media Player for some inscrutable reason.
- Download the AppxBundle file.
- You may have to right click › Save Link As because the URL scheme is
http, nothttps, if your browser is set to enforce HTTPS-only mode.
- You may have to right click › Save Link As because the URL scheme is
- If it tries to save as a filename that's just a GUID, you may copy the correct
.AppxBundlefilename and save it as that instead.
(See also installing Distroboxm, which is included in SteamOS 3.5 and newer: https://distrobox.it/ )
(See also installing Nix package manager: https://determinate.systems/posts/nix-on-the-steam-deck )
You can install Homebrew (a package manager for macOS and Linux) without disabling the read-only partition with sudo steamos-readonly disable.
The package manager can be used alongside Flatpaks. Some software is only available on Flathub, and some software is only available on Homebrew.
- Switch to desktop mode (hold power button until a menu appears, then select "Switch to desktop mode")
- Click the logo at the bottom left, go to System, then go to Konsole
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
| @echo off | |
| echo ---------------------------------------------------------------------- | |
| echo VIDEO AND SUBTITLE MERGER | |
| echo version 1.0.0 by Seyoum | |
| echo ---------------------------------------------------------------------- | |
| :: Set file video extention | |
| :VIDEOFILEEXTENTION | |
| echo. | |
| set /p videofileformat=Enter the video file type extension (e.g mp4): | |
| if /I "%videofileformat%" EQU "webm" echo You have chosen %videofileformat% as your video file format&goto:SUBTITLEFILEEXTENTION |