A Pen by Mochamad Adi MR on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YT Comment & Reply Filter | |
// @namespace https://www.youtube.com/@MochAdiCH | |
// @version 1.6 | |
// @description Unicode Blocker, menyembunyikan komentar dan balasan YouTube yang mengandung karakter khusus (bold, italic, full-width, dll.) | |
// @author Mochamad Adi MR (adimuham.mad) | |
// @match *://www.youtube.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant none | |
// @license MIT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Do you love me?</title> | |
</head> | |
<body class="mt-3"> | |
<div class="container-fluid"> | |
<img id="gambar-gif" src="https://i.pinimg.com/originals/75/9d/52/759d52d9562a4ccdfd45d2319a285284.gif" alt="Gambar GIF" style="width: 150px; height: auto;"> | |
<h2 id="question-text">Kamu sayang sama aku ga?</h2> | |
<button type="button" class="btn btn-success mb-2" id="iya" onclick="responTombolIya();">SAYANG DONG!</button> |