Jump to content

User:Golfpecks256/Aloft videos

From SpongeBob Wiki

Introduction

Please read this page on how to hide any videos at the top of a page.

Due to videos causing issues and concerns to some, some being inconsistency, quality, copyright, loading time, and necessity, I saw some users doing this tested this code below for myself and it has been proven to hide videos from your own screen. You can get the videos disabled by pasting the following code below into your Special:MyPage/wikia.css.

div[itemprop="video"] {
   display: none;
}