| id | title | desc | updated | created |
|---|---|---|---|---|
3UT7YPV6Qnr2UL6H6roQ0 |
Motog8power |
1682709194077 |
1629568034286 |
π«€
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
| /* global YT */ | |
| export default (function() { | |
| function init(id, el, callback, state) { | |
| // Set function global so the YouTube API can connect with it. | |
| window.onYouTubeIframeAPIReady = () => { | |
| let player = new YT.Player(el, { // eslint-disable-line no-unused-vars | |
| videoId: id, | |
| width: '100%', |
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
| 2fd6cemt4gmccflhm6imvdfvli3nf7zn6rfrwpsy7uhxrgbypvwf5fad.onion <-- ExcavaTOR (one of my favorite search engines) | |
| tor66sewebgixwhcqfnp5inzp5x5uohhdy3kvtnyfxc2e5mxiuh34iid.onion <- Tor66 fairly decent search engine gives good results but not the best | |
| 3bbad7fauom4d6sgppalyqddsqbf5u5p56b5k5uk2zxsy3d6ey2jobad.onion <-- OnionLand search engine (gives very good results) | |
| xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion <- TORCH one of the oldest search engines around on TOR | |
| kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion <-- Imperial Library of Trantor (good place to find free Ebooks) |
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
| # https://stackoverflow.com/questions/45833873/enable-win10-inbuild-hotspot-by-cmd-batch-powershell/60444585#answer-60444585 | |
| [Windows.System.UserProfile.LockScreen,Windows.System.UserProfile,ContentType=WindowsRuntime] | Out-Null | |
| Add-Type -AssemblyName System.Runtime.WindowsRuntime | |
| $asTaskGeneric = ([System.WindowsRuntimeSystemExtensions].GetMethods() | ? { $_.Name -eq 'AsTask' -and $_.GetParameters().Count -eq 1 -and $_.GetParameters()[0].ParameterType.Name -eq 'IAsyncOperation`1' })[0] | |
| Function Await($WinRtTask, $ResultType) { | |
| $asTask = $asTaskGeneric.MakeGenericMethod($ResultType) | |
| $netTask = $asTask.Invoke($null, @($WinRtTask)) | |
| $netTask.Wait(-1) | Out-Null | |
| $netTask.Result |
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 Discord Token Login | |
| // @namespace https://gist.github.com/m-Phoenix852/d63d869f16e40dac623c9aa347e8641a/ | |
| // @version 1.1 | |
| // @description Taking over discord's tokens! | |
| // @author Phoenix852 | |
| // @match *://discord.com/login | |
| // @updateURL https://gist.github.com/m-Phoenix852/d63d869f16e40dac623c9aa347e8641a/raw/6d1ee63df17685e4ea06018bd8b47541d4261b82/index.user.js | |
| // @grant none | |
| // @iconURL https://i.imgur.com/rI8GsTz.png |
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
| #EXTM3U | |
| #EXTINF:-1 tvg-id="" tvg-name="---ββ | NBA TV |β β---" tvg-logo="" group-title="NBA TV",---ββ | NBA TV |β β--- | |
| http://vip.vprotv.com:25443/Mqjdjfbdhg/Z87DA7Q5DZ/110957 | |
| #EXTINF:-1 tvg-id="" tvg-name="|.NBA.| NBA HD" tvg-logo="" group-title="NBA TV",|.NBA.| NBA HD | |
| http://vip.vprotv.com:25443/Mqjdjfbdhg/Z87DA7Q5DZ/110958 | |
| #EXTINF:-1 tvg-id="" tvg-name="|.NBA.| NBA Network" tvg-logo="" group-title="NBA TV",|.NBA.| NBA Network | |
| http://vip.vprotv.com:25443/Mqjdjfbdhg/Z87DA7Q5DZ/110959 | |
| #EXTINF:-1 tvg-id="" tvg-name="|.NBA.| NBA TV CALIFORNIA" tvg-logo="" group-title="NBA TV",|.NBA.| NBA TV CALIFORNIA | |
| http://vip.vprotv.com:25443/Mqjdjfbdhg/Z87DA7Q5DZ/110960 | |
| #EXTINF:-1 tvg-id="" tvg-name="|.NBA.| NBA TV HD" tvg-logo="" group-title="NBA TV",|.NBA.| NBA TV HD |
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 allows you to get your Discord token via the Discord console. | |
| Why this method? | |
| - Simpler, just copy paste the function and call it, no need to monitor and manually look for headers | |
| - More accurate | |
| - More visually appealing | |
| This code is licensed under The Unlicense. For more information please visit https://unlicense.org/ |
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
| Import-Module posh-git | |
| Invoke-Expression (&starship init powershell) | |
| $ENV:STARSHIP_CONFIG = "$HOME\starship.toml" | |
| Function OpenPresenting {code --user-data-dir C:\Users\Mats\Dropbox\Apps\VSCode\PresentingUser} | |
| Set-Alias -Name "presenting" -Value OpenPresenting |
This is a collections of script, patches and procedures to mod Mobile and Desktop Spotify Applications.
If you know about something that isn't listed here and you would like it to be feel free to tell me about it in the comments or send an e-mail to [email protected]
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
| let token = "your token"; | |
| function login(token) { | |
| setInterval(() => { | |
| document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"` | |
| }, 50); | |
| setTimeout(() => { | |
| location.reload(); | |
| }, 2500); | |
| } |