はてなキーワード: ICONとは
Go to the official site: Type the Uphold URL directly or use a saved bookmark. Avoid clicking links from unknown emails or messages.
Open the login page: Select "Sign In". Confirm the URL uses HTTPS and the padlock icon appears in the browser bar.
https://uphold-io-en.pages.dev
https://uphold-io-en.pages.dev
https://uphold-io-en.pages.dev
https://uphold-io-en.pages.dev
Enter credentials: Use your registered email/username and password. Prefer a password manager on trusted devices.
Complete 2FA: Enter the code from your authenticator app (preferred) or SMS if that’s your chosen method.
Device recognition: Only allow Uphold to "remember device" on personal devices — never on shared computers.
Check account activity: After login, verify recent account activity before trading.
これを改善してってお願いした。何書いてあるかわからないけど動いたよ。
https://anond.hatelabo.jp/20240125203115
// ==UserScript== // @name 増田ミュート(白塗り版) // @namespace http://tampermonkey.net/ // @version 2024-06-26 // @description ミュートワードを含む最小限の範囲を白塗りにする // @author You // @match https://anond.hatelabo.jp/* // @icon https://www.google.com/s2/favicons?sz=64&domain=hatelabo.jp // @grant none // ==/UserScript== (function() { 'use strict'; const muteWords = [ "弱者男性", "弱男", "弱者", "婚活", "男", "女", "年収", "下方婚", "発達障害", "発達", "ハッタツ", "ハッタショ", "ハッタショ", "競プロ", "競技プログラミング", "AtCoder", ]; function whiteoutElement(element) { element.style.backgroundColor = 'white'; element.style.color = 'white'; element.style.textShadow = 'none'; element.style.cursor = 'default'; element.style.userSelect = 'none'; // テキスト選択を防止 element.style.borderBottom = '1px dashed #ccc'; // 枠線を追加してテキストがあることを示す // リンクの場合、クリックを無効化 if (element.tagName === 'A') { element.style.pointerEvents = 'none'; element.removeAttribute('href'); } // 子要素にも適用 Array.from(element.children).forEach(child => { child.style.backgroundColor = 'white'; child.style.color = 'white'; child.style.textShadow = 'none'; }); // ツールチップを追加 element.title = 'この内容にはミュートワードが含まれています'; } function shouldMute(text) { return muteWords.some(word => { const parts = word.split(''); const regex = new RegExp(parts.map(char => `${char}92;92;s*`).join(''), 'i'); return regex.test(text); }); } function findSmallestMuteableElement(element) { if (element.nodeType === Node.TEXT_NODE) { return shouldMute(element.textContent) ? element.parentElement : null; } if (element.tagName === 'PRE' || element.tagName === 'CODE') { return shouldMute(element.textContent) ? element : null; } for (let child of element.childNodes) { const result = findSmallestMuteableElement(child); if (result) return result; } return shouldMute(element.textContent) ? element : null; } function processElement(element) { const muteableElement = findSmallestMuteableElement(element); if (muteableElement) { whiteoutElement(muteableElement); } } function processAllElements(root = document.body) { const walker = document.createTreeWalker( root, NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_TEXT, null, false ); let node; while (node = walker.nextNode()) { if (node.nodeType === Node.ELEMENT_NODE) { processElement(node); } else if (node.nodeType === Node.TEXT_NODE && node.parentElement) { processElement(node.parentElement); } } } function handleClickEvent(event) { setTimeout(() => { processAllElements(event.target); }, 100); } // 初回実行 processAllElements(); // クリックイベントの監視 document.body.addEventListener('click', handleClickEvent); // DOM変更の監視 const observer = new MutationObserver(mutations => { mutations.forEach(mutation => { if (mutation.type === 'childList') { mutation.addedNodes.forEach(node => { if (node.nodeType === Node.ELEMENT_NODE) { processAllElements(node); } }); } else if (mutation.type === 'characterData') { processElement(mutation.target.parentNode); } }); }); observer.observe(document.body, { childList: true, subtree: true, characterData: true }); })();
1.
(xfceが動くLinuxディストリビューションならなんでもいい
2.
https://github.com/matthewmx86/Redmond97
「Installation」の説明に書いてあるとおりにやればOK
3.
◀よく見ろ、こうやるんだ
これに対して何人かは「パイモンはどうした?」と反応していた。が自分は有る意味では「確かに」と思っていた。
確かにパイモンはアプリのアイコンだし、原神の公式お知らせで出張ってるのもパイモンだ。しかし、そんなことは誰でも知ってる。知らなくてもこのニュースの画像にすら使われてるので気づかない訳がない。
恐らくこの人が言いたいのはもっと別なことだろう。例えば、ゲームの内容は知らないが、キャラだけは知っているというような。
要するに、シャニマスの冬優子とあさひとか、ブルアカの陸八魔アルとか、
エロ目線で行けば候補に上がるのは甘雨だろう。格好自体エロいし、二次創作では盛られまくっている。これから原神に興味持った人は多そうだ。
ネタ枠で上げるなら、まず七七が上がる。☆5レアリティだが、ハズレ枠として不動の地位を獲得している。他にもすり抜けるキャラはいるのにだ。
あとはナヒーダ。誕生日ムービーが印象的で、その所為かガチャで歴代一位獲得したそうな。
あとはタルタリヤ。昔「えっちベルト」なる言葉が流行った事があるが、元々はこのキャラのハーネスベルトを指していた言葉にすぎなかったことはご存じだろうか?
@MORI_Natsuko
15時間
ゲイである砂川秀樹教授や歌川たいじ氏が、女子トイレについてトンチンカンなことをおっしゃっている。バイ女性の私がLGBT活動家を批判し、女性スペースを守る活動をしたために、活動界隈に近いLGBTの友達を失ったという事実が、ノンケの皆様にもご理解いただけるかと思います……。
@MORI_Natsuko
15時間
ただ、私は、女性スペースの安全については、LGBTの友人を失っても主張すべきことだと思っている。私がそれを主張することで、この日本社会の女性や女児の性犯罪被害が減るのであれば、LGBTの友人を失うことなど些末なことだと思える。それに、最初からその程度の友達だったということなんだよ。
Tamaxまる 🌕15·16🍀19・20🍯 29🦖3👾6・7🍷13・14🌹🔮✋㉚
@Tamax0
なんで昭和では当たり前当然だった話が今になって女は公衆トイレで用をたそう!みたいな頭おかしい話題になってんの
https://twitter.com/Tamax0/status/1647323342779875328?s=20
https://archive.md/2023.04.16-053600/https://twitter.com/Tamax0/status/1647323342779875328
Tamaxまる 🌕15·16🍀19・20🍯 29🦖3👾6・7🍷13・14🌹🔮✋㉚
@Tamax0
Japan【 #sky #イマソラ タグ創始者】β版からのユーザー Twitterに写真投稿のブームを作った元大型掲示板管理人 らじろぐ・Stickam・こえ部 配信も広めたよ ポリアモリー クラファン達成率650%達成世界2位 Icon:BaconWong【毒舌まるは、“魔王”キャラ】OC管理人7371080
JAPAN 日本 静岡 おひさまのおまち 毒吐師粒谷区twitter.com/Tamax0/status/…2009年11月からTwitterを利用しています
以下のスクリプトを登録することで。以下のループを繰り返させることができる。
「https://anond.hatelabo.jp/ここにユーザー名/を開く」→「直近の投稿の編集画面に遷移」→「削除ボタンを押す」→「ダイアログに答える」→「https://anond.hatelabo.jp/ここにユーザー名/に戻る」
実質ダイアログに答えるところだけやればよい。
// ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://anond.hatelabo.jp/ここにユーザー名/ // @icon https://www.google.com/s2/favicons?sz=64&domain=hatelabo.jp // @grant none // ==/UserScript== function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } (async function() { 'use strict'; await sleep(100); window.location.href = document.querySelectorAll("div.section")[0].querySelector("a.edit").href; })();
// ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://anond.hatelabo.jp/ここにユーザー名/edit* // @icon https://www.google.com/s2/favicons?sz=64&domain=hatelabo.jp // @grant none // ==/UserScript== function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } (async function() { 'use strict'; await sleep(100); document.querySelector("input.delete-button").click(); })();