There are loads of web desktops these days, only few of them are actually any good and fun. This is a list of those.
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 path of current wallpaper file from registry | |
RegRead, TranscodedImageCache, HKEY_CURRENT_USER, Control Panel\Desktop, TranscodedImageCache | |
WallpaperPath := % BinaryToText(TranscodedImageCache) | |
;MsgBox, % WallpaperPath | |
; Delte the actual wallpaper image file | |
FileDelete, % WallpaperPath | |
; Select next background, same as desktop right click + Next desktop background | |
next_bg() |
- Web Wormhole https://webwormhole.io/ https://github.com/saljam/webwormhole
- ToffeeShare https://toffeeshare.com/
- FilePizza https://file.pizza/
ShareDrop sharedrop.io https://github.com/szimek/sharedrop(SOLD, not recommended, use one of the forks)A clone SnapDrop snapdrop.net https://github.com/RobinLinus/snapdrop(SOLD, not recommended, use one of the forks)- A fork PairDrop https://pairdrop.net/ https://github.com/schlagmichdoch/pairdrop
- Instant.io https://instant.io/
- FileTC https://file.tc/
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 Skip Disliked Videos | |
// @namespace http://tampermonkey.net/ | |
// @version 0.21 | |
// @description Skip disliked videos. Just press dislike to skip to next one! | |
// @match https://www.youtube.com/* | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @grant none | |
// ==/UserScript== |
These are some of the Stable Diffusion references people have made listing hundreds of artist styles.
Source: https://www.reddit.com/r/Roms/comments/e5mndq/top_100_game_packs/
----------------------------------------------------------------------------
--- TOP 65 TURBOGRAFX16 GAMES
Magnet Link: magnet:?xt=urn:btih:gpj2bcwktdsfcdcpcixd2hcwxphbgnws&dn=---%20TOP%2065%20TURBOGRAFX16%20GAMES&xl=26622998&fc=65
- Migrate whatever is possible using googles own migration tool. It will copy most stuff and apps.
- Export Google authenticator and import
- Import Microsoft authenticator via restore from backup after logging into it.
- Copy remaining folders and files using X-plore with wifi sharing or ftp
- Un-encrypt / move out locked and encrypted files and copy to new phone e.g. from locked folder in Google Files app
- Export chrome/brave open tabs https://android.stackexchange.com/questions/56635/how-can-i-export-the-list-of-open-chrome-tabs/193858
- Enable USB debugging on phone
- Connect to computer
- Open chrome://inspect/#devices
- Open devtools on this page and edit inspect.js to remove 100 character url limit (see stackoverflow answer for details), then save and reconnect the device
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
const SQLBASE64 = "AGFzbQEAAAABrQRHYAJ/fwF/YAF/AX9gA39/fwBgAX8AYAN/f38Bf2ACf38AYAR/f39/AX9gBX9/f39/AX9gBH9/f38AYAZ/f39/f38Bf2AFf39/f38AYAJ/fgF/YAR/f39+AX9gBn9/f39/fwBgB39/f39/f38Bf2AAAX9gAXwBfGABfgF/YAJ/fgBgA39/fgF/YAJ/fwF+YAAAYAF/AX5gBH9+f38Bf2AHf39/f39/fwBgCX9/f39/f39/fwF/YAh/f39/f39/fwF/YAN/fn8Bf2ACf3wAYAV/fn5+fgBgCX9/f39/f39/fwBgBX9/f39+AGAFf39+f38Bf2ADf39+AGADf35/AGADf35+AX9gAAF8YAF/AXxgBH9+fn8AYAh/f39/f39/fwBgBH5+fn4Bf2ALf39/f39/f39/f38AYAN8fH8BfGACfHwBfGAEf39+fwBgBn9/f35/fwF/YAF+AX5gBX9+f39/AX9gAn9+AX5gBn9/f39/fgF/YAR/f39/AX5gAn5+AXxgCH9+fn9/f39/AX9gAn58AX9gC39/f39/f39/f39/AX9gAnx/AXxgAXwBf2ACfH8Bf2AHf39/f35/fwF+YAl/fn9+fn5+f38Bf2AEf39/fgBgAnx+AX9gCn9/f39/f39/f38Bf2ADf398AX9gB39/f39/fHwAYAF8AX5gBX9+fn5/AX9gCH9/fn5+f39/AX9gBH9+f38AYA1/f39/f39/f39/f39/AGACf38BfALNASIBYQFhAAgBYQFiAAQBYQFjAAEBYQFkACQBYQFlACQBYQFmAAEBYQFnAAQBYQFoAAABYQFpAAABYQFqAAUBYQFrAAcBYQFsAAQBYQFtAAABYQFuAAIBYQFvAAYBYQFwAAQBYQFxAA8BYQFyAAYBYQFzAAEBYQF0AAYBYQF1AAYBYQF2AAYBYQF3AAkBYQF4AAkBYQF5AAQBYQF6AAABYQFBAAABYQFCAAABYQFDAAEBYQFEAAYBY |
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
; If there is any other way in windows to set global hotkey to run diary.bat you can do that | |
; Global hotkey Win + \ using AutHotkey script to simply run diary.bat | |
<#\::Run, d:\diary.bat |