Removing pop ups with inspect element

preview_player
Показать описание
1 - Open Inspect Element by right clicking and selecting it in the drop-down menu or with 'ctrl-shift-i' for most browsers.
2 - Select the cursor in a box option (usually at the top-right of the box that appears).
3 - Select the pop-up box by hovering your cursor over it. Careful with this step, as you need to select the entire thing, not just parts of it. Usually, if you go to a corner of the box with your cursor, you'll be able to do it easily. Make sure the entire box is highlighted before clicking it.

4 - Go to where it says element and click to edit what is in there.
5 - On a new line, write 'display: none' and press enter.
6 - Close the box with the 'x' button at the top right or press 'ctrl-shift-i' for most browsers.
Рекомендации по теме
Комментарии
Автор

a better way is right click on the popup and pressing inspect element, and then finding the <div> tag and hovering your mouse over it. these are like subclasses, keep on going up to find the parental one that highlights them all, then you can right click that <div> tag and press edit -> in HTMl, now all the text that appears there, just delete it, click anywhere on the screen, and close the inspect element, just reload the page to bring it back

mungoprus-shearer
Автор

I don't understand :(
Still pop up inspect element

tokocikemmy