找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 2199|回复: 15

[k2t] k2t刷机ttl出现tx timed out

[复制链接]
ash进去以后输入命令结果出现tx timed out没法继续刷机
我的恩山、我的无线 The best wifi forum is right here.
更新了大气层1.3.2版本  
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

顶!分析的很有道理!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

感谢分享啊!试一试
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

先等一波正式版
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

多谢大佬分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

多谢大佬分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

多谢大佬分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

顶!分析的很有道理!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

感谢楼主分享,顶贴支持
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

好东西必须顶,谢谢楼主
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

谢谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

谢谢,感谢,非常棒,加油啊!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

// ==UserScript== // @name        百度搜索结果真实链接 // @namespace   To2nUrlBaidu Scripts // @author      Takitooru // @match       https://www.baidu.com // @match       https://www.baidu.com/s* // @grant       none // @version     2.1.5 // @description 获取百度搜索结果真实链接 // ==/UserScript== (function() {         'use strict';     //正则表达式         var reg = /(?<=data-landurl\=\")(.*?)(?=\")|(?<=mu\=\")(.*?)(?=\")/g;         //元素类名合集         var classNameList = ['.result.c-container.xpath-log.new-pmd', '.result-op.c-container.xpath-log.new-pmd', '.result-op.c-container.new-pmd', 'h3.t.ec_title', 'h3.c-title'];         //显示链接的样式         var styleList = ['color:red;background-color:yellow;display:inline-block;'];         //显示链接的提示文字         var diyText = ['真实链接'];     //(link?url=**)常规编码链接   ※※※※※  (baidu.php?url=**)加密编码链接         document.querySelector('#wrapper_wrapper').addEventListener("DOMNodeInserted",function(e) {                 if (e.target.id == 'container') {                         setTimeout(function() {                                 let Arrlist = document.querySelectorAll('' + classNameList + '');                                 for (let i = Arrlist.length - 1; i >= 0; i--) {                                         let Matches = [...Arrlist.outerHTML.matchAll(reg)];                                         for (let Mat of Matches) {                                                 let ifMatNull = Mat[0] == '' ? '链接已被加密': '<a href="' + Mat[0] + '" target="_blank">' + Mat[0] + '</a>';                                                 Arrlist.insertAdjacentHTML('beforeend', '<div style="' + styleList + '">' + diyText + ':' + ifMatNull + '</div>');                                         }                                 }                         }, 1000);                 }         }); })();
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

感觉和OPPO电视K9没啥升级哇
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-5-1 06:21

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表