Filter
Exclude
Time range
-
Near
daarna kan je met ffmpeg alsnog de subtitles eronder zetten met dit commando: ffmpeg -i symporig.mp4 -vf "subtitles=symp.srt:force_style='BorderStyle=3,BackColour=&H000000'" -c:v libx264 -crf 20 -c:a aac -b:a 192k symp.mp4

1
19
jean Devillars retweeted
Séparation enrobé / massifs copeaux à Val-des-Vignes (16) avec notre volige aluminium BorderStyle Route. Sans tranchée, sans béton. Légère, souple, posée en quelques heures. Garantie 10 ans. ✓ #BorderStyle #VRD #AménagementPaysager
1
1
11
Feb 15
为了偷懒给这个代码逆向了一下,使用起来更方便,虽然不触犯x的法规,但粉丝多的谨慎使用。 (function() { console.log("🚀 开始过滤单向关注用户(隐藏互关,只显示你关注但他们没关注你的人)..."); // 可自定义选项 const hideMutuals = true; // true: 隐藏互关;false: 只淡化互关,不隐藏 const highlightColor = 'rgba(255, 182, 193, 0.2)'; // 浅粉色背景(单向突出) const borderStyle = '2px solid #FF69B4'; // 粉色边框 const fadeOpacity = 0.2; // 如果不隐藏,用这个降低互关透明度 const followsYouTexts = ['Follows you', '关注了你', 'フォロー中', 'フォローしています', 'Te sigue']; // 支持多语言 let singleCount = 0; let mutualCount = 0; const filterSingleDirection = (mutations = null) => { try { let userCells = []; if (mutations) { console.log("🔍 Observer 检测到变化,正在处理新增节点..."); mutations.forEach(mutation => { if (mutation.type === 'childList' && mutation.addedNodes.length > 0) { mutation.addedNodes.forEach(node => { if (node.nodeType === 1 && node.querySelectorAll) { // 只处理元素节点 userCells.push(...node.querySelectorAll('[data-testid="UserCell"]')); // 递归查找子节点中的UserCell node.querySelectorAll('[data-testid="UserCell"]').forEach(cell => userCells.push(cell)); } }); } }); } else { console.log("🔍 初始或轮询检查所有未处理卡片..."); userCells = Array.from(document.querySelectorAll('[data-testid="UserCell"]')).filter(cell => !cell.classList.contains('is-processed')); } if (userCells.length === 0) { console.log("⚠️ 没有找到新用户卡片。确保在Following页面,并滚动加载更多。"); return; } console.log(`📥 处理 ${userCells.length} 个新用户卡片...`); userCells.forEach(cell => { const followsYouLabel = Array.from(cell.querySelectorAll('span')).find( el => followsYouTexts.some(text => el.textContent.trim().includes(text)) ); if (followsYouLabel) { mutualCount ; if (hideMutuals) { cell.style.display = 'none'; } else { cell.style.opacity = fadeOpacity; } console.log(`❌ 隐藏/淡化互关: ${getUsername(cell)}`); } else { singleCount ; cell.style.backgroundColor = highlightColor; cell.style.border = borderStyle; console.log(`✅ 显示单向关注: ${getUsername(cell)}`); } cell.classList.add('is-processed'); }); console.log(`📊 当前统计: 单向 ${singleCount} 个,互关 ${mutualCount} 个`); } catch (error) { console.error("❌ 错误: ", error); } }; // 提取用户名函数(更精确) const getUsername = (cell) => { const usernameElem = cell.querySelector('a[href^="/"] div[dir="ltr"] > span > span'); // X的标准用户名span return usernameElem ? usernameElem.textContent.trim() : '未知用户'; }; // 初始运行 filterSingleDirection(); // MutationObserver const target = document.querySelector('[data-testid="primaryColumn"]') || document.body; if (!target) { console.warn("⚠️ 未找到primaryColumn,确保在X页面。"); } else { const observer = new MutationObserver(filterSingleDirection); observer.observe(target, { childList: true, subtree: true, attributes: false }); console.log("👀 Observer 已启动,监控页面变化。"); } // 后备轮询(每2秒检查一次未处理卡片) const pollInterval = setInterval(() => filterSingleDirection(), 2000); console.log("🔄 后备轮询已启动,每2秒检查一次。"); // 清理(可选,页面卸载时) window.addEventListener('beforeunload', () => { observer.disconnect(); clearInterval(pollInterval); }); console.log("💡 过滤已开启。请慢慢向下滚动,观察控制台日志。新加载的互关用户应被隐藏。如果仍无效,复制日志反馈。"); })();

Feb 11
如何快速找到互粉取关的用户~浏览器操作 无自动化 安全可视 看来大家对这种行为都还蛮不齿的 ——— 自己转发下 看起来大家还蛮需要的
1
5
238
23 Dec 2025
Well, in the next day or so I'm going to take advantage of my X premium before its expiry to upload a true masterpiece of French cinema. A very classy movie. One of Jean-Pierre Melville's films, Le Cercle Rouge (1970) starring Alain Delon. The level of "coolness" is off the charts as to be expected with Delon. Steve McQueen was cool yes, but Delon, on another level. It was my Dad that introduced me to French cinema at a fairly young age and uploading this after remastering it with hardcoded subs is in some way in memory of him. This film has a heist scene that is legendary in and of itself in that it's almost silent for about 15 minutes, NO blaringly loud Hollywood style unnecessary background music or sounds, this is done in a way that only French cinema can do, "the thinking persons cinema", so to speak, (and as my Dad used to say), the tension created by this is amazing. Might possibly be of interest to a connoisseur such as @TheMonologist I don't know that though. Would be nice if it were. I'll be hardcoding subtitles into the video file in a very particular golden colour that perfectly match's the style and that famous cold clinical blue palette used by Mellville (legendary throughout all his films) and I will have to split the film into 2 due to X's 2 hr limit, 1st post 1hr;55mins, 2nd post the remainder (the whole film is 2hrs and 20 minutes in total). Will be using ffmpeg at the CLI with the following commands - as can be seen, transcoding from matroska (mkv) to mp4 container. Part 1 (0 to 1h 55m): cd ~/Videos && ffmpeg -i Le_Cercle_Rouge.mkv -vf "subtitles='Le_Cercle_Rouge.srt':force_style='Fontname=Arial,PrimaryColour=&H0000CCFF,OutlineColour=&H00000000,BorderStyle=1,Outline=1.2,Fontsize=22,MarginV=25'" -c:v libx264 -crf 20 -c:a aac -b:a 128k -t 6900 Le_Cercle_Rouge_Part1.mp4 Part 2 (1h 55m to End): cd ~/Videos && ffmpeg -i Le_Cercle_Rouge.mkv -ss 6900 -vf "subtitles='Le_Cercle_Rouge.srt':force_style='Fontname=Arial,PrimaryColour=&H0000CCFF,OutlineColour=&H00000000,BorderStyle=1,Outline=1.2,Fontsize=22,MarginV=25'" -c:v libx264 -crf 20 -c:a aac -b:a 128k Le_Cercle_Rouge_Part2.mp4 This is more to curate a timeline for myself & maybe others in the future that has some high quality content, it doesn't matter if it doesn't get viewed by many now, the point is it will be here and this is a very classy movie.
1
9
326
9 Aug 2025
Claude CodeがInk使ってTUI書いてるけどこのライブラリすごいな。 <Box flexDirection="column" borderStyle="single" paddingX={1}> で枠付きの表示ができるみたいな。すごい簡単にTUI作れるじゃん github.com/vadimdemedes/ink
1
6
600
La BorderStyle® HD Corten en direct du front de mer de la commune de Saint-Marie-la-Mer ! La patine /couche d'oxydation protectrice du Corten est particulièrement efficace en bord de mer, où l'air est chargé de sel. plantco.fr/produit/bordures-…
1
1
35
🌿✨ La ville d’Isbergue dans le Pas-de-Calais a choisi nos BorderStyle® Acier en finition galvanisée pour cet aménagement d’îlot directionnel 😊 ! plantco.fr/produit/bordures-… info@plantco.fr
1
1
36
Mise en beauté sur le parvis de l’église de Mont-de-Marsan avec nos bordures en aluminium BorderStyle Alu’Style®, sélectionnés pour une réhabilitation de surfaces. Désormais ce sont surfaces dures et espaces verts qui vont se côtoyer 😊 #amenagementpaysager #bordure #volige
1
2
17
Replying to @IntNostalgia
BorderStyle = None; WindowState = Maximized; TopMost = true; [F5] "AAAAAA I'm trapped! Hehe. Okay good, no one saw that."
6
265
🚧 Pose de BorderStyle Route® à La Rochelle rue de Colmar ! 10 hauteurs différentes Conçues pour le coffrage des surfaces dures Voliges en aluminium souples Alternative à la bordure béton P1 La page produit par ici 👉 plantco.fr/produit/bordures-… #amenagementpaysager
1
1
26
【今日のbubble Tips】 詳細なBorderstyleの 設定方法✨ #NoCodeCamp にはノーコードの情報が沢山あります! #nocode
3
227
Enhance Your Design with Border-Image-Outset: The CSS Property for Dynamic Borders. Learn more by clicking on this link thenewcreativespark.blogspot… #CSS #webdesign #borderimageoutset #coding #frontend #UI #UX #webdevelopment #borderstyle #bordereffects #design #webdev #codingtip
2
13
ffmpeg -ss 00:55:37 -to 00:55:42 -copyts -i /2022pegas/vtongeren/video.mp4 -vf subtitles="/2022pegas/vtongeren/video.srt:force_style='OutlineColour=&H10000000,BorderStyle=3,Outline=5,Shadow=0,MarginV=20,Fontsize=22'" -c:a copy -ss 00:55:37 -y /2022pegas/vtongeren/ruimhartig.mp4
#朝からBubbleでじょん に参加 ・3カラムレイアウトのレスポンシブの学習 3カラム→1カラムへの切り替えと RepeatingGroupを使用したカラムの作成 おぼえがき RepeatingGroupの間にでる線を消そうと borderstyleをひたすら触るものの消えず🤔 Separatoの項目が他にあった😱 #NoCodeCamp
5
Replying to @BarPa129i
#TarczynskiFashion #BorderStyle ..proszszsz...😁
1
3
Replying to @D_Tarczynski
...to juz drugi wpis modowy moze czas na #TarczynskiFashion kolekcja #BorderStyle 😜
4
3
22