Skip to content

Instantly share code, notes, and snippets.

@hangim
hangim / 河南电信IPTV.m3u
Last active September 21, 2024 15:45
河南电信IPTV直播源,仅包含高清源,不包含市级台。EPG适用http://epg.51zmt.top:8000/cc.xml
#EXTM3U
#EXTINF:-1 tvg-id="1" tvg-name="CCTV1" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV1.png" group-title="央视", CCTV-1综合
http://219.150.217.47:6610/PLTV1/40/index.m3u8?icpid=dxrm1
#EXTINF:-1 tvg-id="2" tvg-name="CCTV2" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV2.png" group-title="央视", CCTV-2财经
http://219.150.217.47:6610/PLTV1/60/index.m3u8?icpid=dxrm1
#EXTINF:-1 tvg-id="3" tvg-name="CCTV3" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV3.png" group-title="央视", CCTV-3综艺
http://219.150.217.47:6610/PLTV1/80/index.m3u8?icpid=dxrm1
#EXTINF:-1 tvg-id="4" tvg-name="CCTV4" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV4.png" group-title="央视", CCTV-4中文国际
http://219.150.217.47:6610/PLTV1/100/index.m3u8?icpid=dxrm1
#EXTINF:-1 tvg-id="5" tvg-name="CCTV5" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV5.png" group-title="央视", CCTV-5体育
// ==UserScript==
// @name Remove Twitter Lang Attribute
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Remove Twitter Lang Attribute
// @author You
// @match https://twitter.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @grant none
// ==/UserScript==
@hangim
hangim / examPause.js
Last active November 9, 2018 04:13
尔雅通识课 http://www.erya100.com/ videoPlay.js 观看视频时,鼠标五分钟不移动,自动暂停。 为防止视频暂停所需 examPause.js 为考试时间暂停所需
javascript:window.setInterval((function(){w1=window.frames[0];w1.leftTime=w1.leftTimeT=7210;w1.seconds=-7210;}),1000);