| IPv4 Addr | IPv6 Addr | ASn | Political Region | Loc | Svc | Org |
|---|---|---|---|---|---|---|
| 8.8.8.8 | 2001:4860:4860::8888 | AS15169 | US | Worldwide (Anycast) | Google Public DNS | |
| 8.8.4.4 | 2001:4860:4860::8844 | AS15169 | US | Worldwide (Anycast) | Google Public DNS | |
| 1.1.1.1 | 2606:4700:4700::1111 | AS13335 | US | Worldwide (Anycast) | Cloudflare-DNS | Cloudflare/APNIC |
| 1.0.0.1 | 2606:4700:4700::1001 | AS13335 | US | Worldwide (Anycast) | Cloudflare-DNS | Cloudflare/APNIC |
| 95.85.95.85 | 2a03:90c0:999d::1 | AS199524 | EU | *W |
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 flibusta.is качать с названием | |
| // @namespace Violentmonkey Scripts | |
| // @match *://flibusta.is/a/* | |
| // @match *://flibusta.is/s/* | |
| // @match *://flibusta.is/sequence/* | |
| // @grant GM_setClipboard | |
| // @grant GM_download | |
| // @version 1.4 | |
| // @author - |
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
| /* Twitch Quest Fixer v3.1 */ | |
| const extensionID = "ehc5ey5g9hoehi8ys54lr6eknomqgr"; | |
| const channel = location.pathname.slice(1).toLowerCase(); | |
| const channelId = __APOLLO_CLIENT__.cache.data.data.ROOT_QUERY["channel({\"name\":\""+channel+"\"})"].__ref.split(":")[1]; | |
| const pollDuration = 60000; | |
| let authToken = __APOLLO_CLIENT__.cache.data.data["Channel:" + channelId].selfInstalledExtensions.filter(x => x.helixToken.extensionID == extensionID)[0].token.jwt; | |
| grantPermission = async () => { | |
| console.log("Attempting to grant permission automatically..."); | |
| const integrityResponse = await (await fetch("https://gql.twitch.tv/integrity", { method: "post", headers: commonOptions.headers })).json(); |
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
| -- autosave.lua | |
| -- | |
| -- Periodically saves "watch later" data during playback, rather than only saving on quit. | |
| -- This lets you easily recover your position in the case of an ungraceful shutdown of mpv (crash, power failure, etc.). | |
| -- | |
| -- You can configure the save period by creating a "lua-settings" directory inside your mpv configuration directory. | |
| -- Inside the "lua-settings" directory, create a file named "autosave.conf". | |
| -- The save period can be set like so: | |
| -- | |
| -- save_period=60 |
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
| 127.0.0.1 p1-play.edge4k.com | |
| 127.0.0.1 p2-play.edge4k.com | |
| 127.0.0.1 p1-play.kgslb.com | |
| 127.0.0.1 kyson.ad.daum.net | |
| 127.0.0.1 display.ad.daum.net | |
| 127.0.0.1 analytics.ad.daum.net |
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
| ---------------------- | |
| -- #example ytdl_preload.conf | |
| -- # make sure lines do not have trailing whitespace | |
| -- # ytdl_opt has no sanity check and should be formatted exactly how it would appear in yt-dlp CLI, they are split into a key/value pair on whitespace | |
| -- # at least on Windows, do not escape '\' in temp, just us a single one for each divider | |
| -- #temp=R:\ytdltest | |
| -- #ytdl_opt1=-r 50k | |
| -- #ytdl_opt2=-N 5 | |
| -- #ytdl_opt#=etc |
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
| -- autosave.lua | |
| -- | |
| -- Periodically saves "watch later" data during playback, rather than only saving on quit. | |
| -- This lets you easily recover your position in the case of an ungraceful shutdown of mpv (crash, power failure, etc.). | |
| -- | |
| -- You can configure the save period by creating a "lua-settings" directory inside your mpv configuration directory. | |
| -- Inside the "lua-settings" directory, create a file named "autosave.conf". | |
| -- The save period can be set like so: | |
| -- | |
| -- save_period=60 |
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
| -- autosave.lua | |
| -- | |
| -- Periodically saves "watch later" data during playback, rather than only saving on quit. | |
| -- This lets you easily recover your position in the case of an ungraceful shutdown of mpv (crash, power failure, etc.). | |
| -- | |
| -- You can configure the save period by creating a "lua-settings" directory inside your mpv configuration directory. | |
| -- Inside the "lua-settings" directory, create a file named "autosave.conf". | |
| -- The save period can be set like so: | |
| -- | |
| -- save_period=60 |
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
| local utils = require 'mp.utils' | |
| local ytdlPath = mp.find_config_file("youtube-dl.exe") | |
| local fileDuration = 0 | |
| local function check_position() | |
| if fileDuration==0 then | |
| mp.unobserve_property(check_position) | |
| return | |
| end | |
| local demuxEndPosition = mp.get_property("demuxer-cache-time") | |
| if demuxEndPosition and |
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 a yaml version of the stubby configuration file (it replaces the | |
| # json based stubby.conf file used in earlier versions of getdns/stubby). | |
| # | |
| # For more information see | |
| # https://dnsprivacy.org/wiki/display/DP/Configuring+Stubby | |
| # | |
| # This format does not fully support all yaml features - the restrictions are: | |
| # - the outer-most data structure must be a yaml mapping | |
| # - mapping keys must be yaml scalars |
NewerOlder