探検


【広告除去】AdGuard Part100

レス数が950を超えています。1000を超えると書き込みができなくなります。
944名無しさん@お腹いっぱい。
垢版 |
2026/06/16(火) 12:33:22.76ID:HAI9K0l5
 
Huawei製AIチップ 「Ascend 910C」でDeepSeek-V4-Proを後学習 中国チーム、NVIDIA依存低減につながる大規模AI訓練の成果
https://ledge.ai/articles/huawei_ascend_910c_deepseek_v4_pro_post_training
https://imgur.com/8qEpZnv.jpeg
945名無しさん@お腹いっぱい。
垢版 |
2026/06/16(火) 13:44:03.56ID:Ys6qyr0k
牧のうどんみたいだね
2026/06/16(火) 13:50:51.43ID:OGCHnsJa
ちゃんとtiny更新しとけよ
947!dinguri
垢版 |
2026/06/16(火) 15:12:21.31ID:OIw9yjw1
>>944
華為のAscend名ってまだ半導体名で生きてたんやな
スマホで使わなくなって久しいけど
948名無しさん@お腹いっぱい。
垢版 |
2026/06/16(火) 17:05:27.51ID:UXeyXj87
Private DNSしか使えない糞端末

ブラウザ VIA
これを導入しなきゃ消せないが広告でる
github.com/FilteringDev/tinyShield
でも導入すると
t.coなどのプリビューが見れなくなる

設定/スクリプト/tinyShield/長押し/Excludes
*://x.com/*
*://twitter.com/*
追加したら見れるようになった
他に入れとけ的ななやつある?
949名無しさん@お腹いっぱい。
垢版 |
2026/06/16(火) 17:44:55.55ID:UXeyXj87
// ==UserScript==
// @name Xポップ消し
// @namespace https://viayoo.com/
// @version 0.1
// @description Xのポップアップを削除
// @author You
// @run-at document-end
// @match https://x.com/*
// @grant none
// ==/UserScript==

(function() {
'use strict';

function removeBanner() {

document.querySelectorAll('[role="dialog"]').forEach(el => el.remove());
document.querySelectorAll('[aria-modal="true"]').forEach(el => el.remove());

document.querySelectorAll('div').forEach(el => {
const s = getComputedStyle(el);

if (
s.position === 'fixed' &&
s.backgroundColor.startsWith('rgba(')
) {
el.remove();
}
});

document.body.style.overflow = 'auto';
document.documentElement.style.overflow = 'auto';
}

setInterval(removeBanner, 500);
})();
950名無しさん@お腹いっぱい。
垢版 |
2026/06/16(火) 17:45:23.47ID:UXeyXj87
スレ間違えた
2026/06/16(火) 19:05:55.34ID:OGCHnsJa
また元から入ってるフィルターの更新が止まってるな
カスタムで入れたのは当然平気
レスを投稿する

レス数が950を超えています。1000を超えると書き込みができなくなります。

ニューススポーツなんでも実況