Eyte Channel

  1. #掌机 #数据库 #百科

    Handhelds Space

    掌机规格数据库与对比平台,包括便携游戏机、PC 手持机、复古掌机等数百款设备,并提供品牌、发布日期、重量、操作系统、屏幕尺寸、分辨率、处理器、内存、电池等详尽规格,可通过品牌、重量、屏幕比例、操作系统等条件进行筛选搜索,想要比较不同掌机参数或者了解新机发布信息的都可以看看,完全免费,无需注册。

    https://handhelds.space

    频道 @WidgetChannel
  2. Forwarded from NS严选 | NodeSelect
    https://www.nodeseek.com/post-492170-1
  3. Forwarded from NS严选 | NodeSelect
    https://www.nodeseek.com/post-492018-1
  4. #图片 #压缩 #开源

    PicSharp

    图片压缩工具,支持本地压缩和集成 TinyPNG 两种方式,优先使用 TinyPNG 获取最佳压缩比,并在失败时自动切换到本地压缩,支持批量处理、新图片自动压缩、剪贴板粘贴、有损/无损压缩切换、压缩等级、格式转换等,免费开源,适用于 MacOS、Windows、Linux 系统。

    GitHub

    频道 @WidgetChannel
  5. Forwarded from 凛 ECO 模式中
    // 在 B 站打开任意 page(已登录),在控制台粘贴运行
    const uids = [1042653845,
    1055149070,
    1075400468,
    1148923121,
    1152997930,
    1188004959,
    1208114979,
    1227735707,
    1252039983,
    1257852431,
    1302669433,
    1356882480,
    1430439192,
    1627242161,
    1642531925,
    1655279349,
    1720634591,
    1743345026,
    1798118517,
    1806922031,
    1817661914,
    1826766269,
    1859459400,
    1919627194,
    1926952280,
    1956866386,
    1957313739,
    1987938455,
    1992873935,
    2024349971,
    2067273601,
    2072500476,
    2101682498,
    2103756604,
    2115931056,
    2118239887,
    2126699792];
    
    // 从 document.cookie 里尝试提取 csrf token bili_jct
    function getCookie(name) {
      const m = document.cookie.match(new RegExp('(^|; )' + name + '=([^;]*)'));
      return m ? decodeURIComponent(m[2]) : '';
    }
    const bili_jct = getCookie('bili_jct');
    if(!bili_jct) {
      console.error('无法找到 bili_jct,请确保已登录并且 cookie 可用');
    }
    
    async function blockUid(uid) {
      const url = 'https://api.bilibili.com/x/relation/modify?statistics=%7B%22appId%22:100,%22platform%22:5%7D';
      const body = new URLSearchParams({
        fid: String(uid),
        act: '5',
        re_src: '11',
        gaia_source: 'web_main',
        extend_content: JSON.stringify({ entity: 'user', entity_id: String(uid) }),
        csrf: bili_jct
      });
      const resp = await fetch(url, {
        method: 'POST',
        headers: {
          'content-type': 'application/x-www-form-urlencoded',
          'origin': 'https://space.bilibili.com',
          'referer': `https://space.bilibili.com/${uid}/dynamic`,
        },
        body: body.toString(),
        credentials: 'include'
      });
      const j = await resp.json().catch(()=>null);
      return { uid, status: resp.status, body: j ?? null };
    }
    
    (async () => {
      for (const uid of uids) {
        // 可选延时: await new Promise(r=>setTimeout(r, 300));
        const r = await blockUid(uid);
        console.log(r);
      }
      console.log('finished');
    })();
  6. Forwarded from 🍟 整点薯条: 频道 (ㅤ Miss. ㅤㅤChristine)
    近日有网友发现
    BiliBili 的视频(格式)广告内容也来自一些特殊的官方工作账号
    此类账号具有以下特征:
    1. 英文数字账号
    2. 0 级小号
    3. 投稿视频数量几千到几十万不等
    4. 用户主页不显示任何投稿内容和动态

    通过将这些官方广告工作账号加入黑名单即可屏蔽大量视频(格式)广告,缓解开屏广告/视频广告,切后台广告等

    目前已知主要的广告工作账号列表如下:
    https://space.bilibili.com/1042653845
    https://space.bilibili.com/1055149070
    https://space.bilibili.com/1075400468
    https://space.bilibili.com/1148923121
    https://space.bilibili.com/1152997930
    https://space.bilibili.com/1188004959
    https://space.bilibili.com/1208114979
    https://space.bilibili.com/1227735707
    https://space.bilibili.com/1252039983
    https://space.bilibili.com/1257852431
    https://space.bilibili.com/1302669433
    https://space.bilibili.com/1356882480
    https://space.bilibili.com/1430439192
    https://space.bilibili.com/1627242161
    https://space.bilibili.com/1642531925
    https://space.bilibili.com/1655279349
    https://space.bilibili.com/1720634591
    https://space.bilibili.com/1743345026
    https://space.bilibili.com/1798118517
    https://space.bilibili.com/1806922031
    https://space.bilibili.com/1817661914
    https://space.bilibili.com/1826766269
    https://space.bilibili.com/1859459400
    https://space.bilibili.com/1919627194
    https://space.bilibili.com/1926952280
    https://space.bilibili.com/1956866386
    https://space.bilibili.com/1957313739 (pdd)
    https://space.bilibili.com/1987938455
    https://space.bilibili.com/1992873935
    https://space.bilibili.com/2024349971
    https://space.bilibili.com/2067273601
    https://space.bilibili.com/2072500476
    https://space.bilibili.com/2101682498
    https://space.bilibili.com/2103756604
    https://space.bilibili.com/2115931056
    https://space.bilibili.com/2118239887
    https://space.bilibili.com/2126699792

    如何找到更多广告工作账号?
    Google 搜索输入⬇️
    site:bilibili.com intitle:别家素材

    搜索结果都是广告视频及其账号

    延伸阅读
    https://www.zhihu.com/question/640923460/answer/1968440919704438741

    赞助链接:
    https://afdian.com/a/HashBrown

    #BiliUniverse #BiliBili
  7. Forwarded from OKHK 👀
    Sampler - Shell 命令的可视化和监控

    https://github.com/sqshq/sampler

    Sampler 是一个用于可视化和监控 shell 命令执行的终端工具,通过简单的 YAML 配置文件,可以实时展示和分析各种系统指标和动态进程。

    支持多种可视化组件,包括运行图表、火花线、条形图、仪表盘、文本框和 ASCII 框
    提供触发器功能,可设置条件告警和通知
    支持交互式 Shell,可连接数据库和远程服务器
    可视化变量和主题定制
    支持多种实际场景监控,如数据库、Kafka、Docker 和 SSH 监控

    #Shell #Tool #GitHub #Golang #Monitor GitHub - sqshq/sampler: Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
  8. Forwarded from OKHK 👀
    systemctl-tui - Linux 系统服务管理终端用户界面工具

    一个快速、简单的 TUI,用于与系统服务及其日志进行交互

    https://github.com/rgwood/systemctl-tui

    systemctl-tui 是一个快速、简单的终端用户界面 (TUI) 工具,专为 Linux 系统上的 systemd 服务交互而设计,提供高效的 systemd 服务管理和日志浏览能力。

    快速浏览服务状态和日志
    启动 / 停止 / 重启 / 重载服务
    查看和编辑单元文件
    支持通过简单的界面快速管理系统服务

    #Linux #Shell #Tool #GitHub GitHub - rgwood/systemctl-tui: A fast, simple TUI for interacting with systemd services and their logs
  9. #3D #开源

    Online 3D Viewer

    在线 3D 模型文件查看工具,支持 3dm、3ds、amf、bim、dae、fbx、gltf、obj、wrl 等 3D 文件格式,可通过本地上传或 URL 导入模型,支持模型的旋转、缩放、测量、剖切、爆炸视图、材质和光照调整等功能,亦可导出为 glTF、OBJ、STL、PLY 等格式,完全浏览器本地运行,免费开源,无需注册。

    🌐 主页 项目地址

    频道 @WidgetChannel