Skip to content

4:3 player for BitView by zaiaz07

Screenshot of 4:3 player for BitView

Details

Authorzaiaz07

LicenseAttribution 4.0 International (CC BY 4.0)

Categorybitview

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

i know that the user "PLAYMOBILKNIGHT335" once uploaded a 4:3 player for bitview. but its not updated in a while. i hope you guys like it!

Notes

/* FIX Update: 6.April.2024 */

NeoSunDantopf helping me to fix the Watch page! :D

Source code

/* ==UserStyle==
@name           4:3 player for BitView
@namespace      Spaghetti
@author         Zaiaz
@description    a little style for bitview
@version        1
@license        Attribution 4.0 International (CC BY 4.0)
==/UserStyle== */
@-moz-document url-prefix("https://bitview.net/"), url-prefix("http://bitview.net/"), url-prefix("https://www.bitview.net/watch?v="), url-prefix("http://www.bitview.net/watch?v="), url-prefix("https://www.bitview.net/watch.php?v="), url-prefix("http://www.bitview.net/watch.php?v=") {
    
/* Watch Page */
    #watch-player {
        width: 640px!important;
        height: 510px!important;
    }

    #watch-sidebar {
        margin-top: -520px;
    }

    /* Channel Layout */
    div[style="height: 360px; text-align: center; padding-bottom: 25px;"] {
        width: 640px!important;
        height: 480px!important;
    }
}

@-moz-document url-prefix("https://bitview.net/"), url-prefix("http://bitview.net/"), url-prefix("https://www.bitview.net/user/"), url-prefix("http://www.bitview.net/user/"), url-prefix("https://www.bitview.net/profile.php?user="), url-prefix("http://www.bitview.net/profile.php?user="), url-prefix("https://www.bitview.net/profile?user="), url-prefix("http://www.bitview.net/profile?user=") {
    
    
    
    .vlPlayer {
        width: 480px;
    position: relative;
        left: 80px;
    }
    
    .vlPlayer2009 .vlScreen object, .vlPlayer2009 .vlScreen video {
                width: 480px;
        height: 360px;

    }
    
}

Reviews

No reviews yet.