Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gmail、Facebook、Twitter などの新しい通知で Web ブラウザーのピン留めされたタブを強調表示する方法はありますか? 添付の写真で私が何を意味するかを説明する必要があると思います。
すべてのブラウザにソリューションが必要です。
解決策を見つけました!
簡単なサイトのタイトルの変更 (JavaScript を使用) は、必要なすべての Web ブラウザーで機能します。
例: JavaScript でタイトルを変更する:
document.title = baseTitle + " Ding Ding!";