Skip to content

Instantly share code, notes, and snippets.

View cxfksword's full-sized avatar

cxfksword

  • China
  • 09:08 (UTC +08:00)
View GitHub Profile
纯享4K[3840*2160],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225786/index.m3u8
CCTV1[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225762/index.m3u8
东方影视 8M,https://live.v1.mk/api/bestv.php?id=dfyshd8m/8000000
五星体育 8M,https://live.v1.mk/api/bestv.php?id=wxtyhd8m/8000000
上视外语 8M,https://live.v1.mk/api/bestv.php?id=icshd8m/8000000
CCTV2[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225500/index.m3u8?fmt=ts2hls
CCTV2[1920*1080],http://hwrr.jx.chinamobile.com:8080/PLTV/88888888/224/3221225643/index.m3u8
广东体育 8M,http://fyld.eatuo.com:9901/tsfile/live/1012_1.m3u8
CCTV-13新闻,http://yd-m-l.cztv.com/channels/lantian/channel18/1080p.m3u8
香港开电视,https://php.52sf.ga/@Curly_MouseIPTV-Potato.php?tid=1&id=23
翡翠台,http://113.64.147.40:808/hls/67/index.m3u8
翡翠台,https://cdn.hklive.tv/xxxx/81/index.m3u8
翡翠台,http://dadiao.akjp.cn:1936/0.m3u8
翡翠台,http://2022.stream-link.org/live/131217689
翡翠台,https://pull-l3-cny.douyincdn.com/live/stream-19882782023022818478.m3u8
翡翠台,http://r.jdshipin.com/62WM7
明珠台,https://pull-l3-cny.douyincdn.com/live/stream-19882782022122523487.m3u8
@cxfksword
cxfksword / bookSource.json
Created June 22, 2022 10:04
阅读3漫画源
[
{
"bookSourceComment": "修复:包子漫画,拷贝,7漫画",
"bookSourceGroup": "🎨漫画",
"bookSourceName": "2022.06.15 更新",
"bookSourceType": 0,
"bookSourceUrl": "https://yuedu",
"customOrder": -3675,
"enabled": false,
"enabledCookieJar": false,
@cxfksword
cxfksword / quanshi.json
Created June 22, 2022 03:00
全是漫画
This file has been truncated, but you can view the full file.
[
{
"bookDelayTime": "",
"bookSingleThread": "否",
"bookSourceGroup": "",
"bookSourceName": "六漫画-M",
"bookSourceType": "漫画",
"bookSourceUrl": "http://m.sixmh7.com",
"enable": true,
"httpUserAgent": "Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0",
{
"zhuyejiekou": [
{
"name": "南府追剧(高清M)",
"url": "http://iapp.nfuxs.club/nfuxs.php/v1.vod"
},
{
"name": "默认库(高清M)",
"url": "http://35ys.cc/api.php/v1.vod"
},
@cxfksword
cxfksword / Parallax.txt
Created June 16, 2022 13:44
tvOS Parallax效果
https://github.com/PGSSoft/ParallaxView
https://github.com/Priva28/ParallaxSwiftUI
https://trailingclosure.com/device-motion-effect/
[
{
"category": "Metadata",
"guid": "7834517B-1A9A-4758-9DD3-73FE02C98AA3",
"name": "Open Douban",
"description": "Scrape media's metadata from Douban",
"owner": "caryyu",
"overview": "Get your Movie/TV metadata from Douban",
"imageUrl": "https://github.com/caryyu/jellyfin-plugin-repo/raw/master/image.png",
"versions": [
@cxfksword
cxfksword / right_shift_to_change_input_method_except_RDP.json
Created December 30, 2021 07:43
Karabiner-Elements 配置-shift切换输入法
{
"title": "Custom",
"rules": [
{
"description": "Right shift to change input method except RDP v1.4",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "right_shift"
@cxfksword
cxfksword / autohotkey_toggle_window.ahk
Created December 2, 2019 05:30
autohotkey隐藏/显示窗口全局热键
#SC29::ToggleTerminal()
ShowAndPositionTerminal()
{
WinShow ahk_class CASCADIA_HOSTING_WINDOW_CLASS
WinActivate ahk_class CASCADIA_HOSTING_WINDOW_CLASS
WinMove, ahk_class CASCADIA_HOSTING_WINDOW_CLASS,, -5, -10, A_ScreenWidth + 10, A_ScreenHeight * 0.7,
}
@cxfksword
cxfksword / TextSelectionReader.cs
Created May 5, 2018 10:07
Class that can be used to retrieve the currently selected text (if any) from an active control in the active window. It does this by trying several methods internally (UIAutomation, API calls using SendMessage + WM_GETTEXT, Clipboard). Be sure to reference UIAutomationClient and UIAutomationTypes!
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Windows.Automation;
using System.Windows.Forms;
//WARNING: The code below is NOT for the faint of heart. Exceptions are swallowed freely, sendkeys