Skip to content

Wykop X Style - zielonki by wykopchanger

Screenshot of Wykop X Style - zielonki

Details

Authorwykopchanger

LicenseNo License

Categorywykop.pl

Created

Updated

Size46 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Ukrywa wpisy zielonek:

  • z samym #tagiem
  • ze spamem discordami

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           Wykop X Style - zielonki
@version        3.0.54


@description    Wykop X Style
@description    Ten styl to 900 różnych funkcji zmieniających wykop
description     https://styl.wykopx.pl


@description	Wykop X Style Blank
@description	W wersji BLANK wszystkie opcje są wyłączone
@description	https://blank.wykopx.pl


@description    Wykop XS
@description    Pomocniczy skrypt Wykop XS z dodatkowymi funkcjami
@description    https://skrypt.wykopx.pl

@description    ---- WYKOP X ----
@description    http://wiki.wykopx.pl
@description    https://userstyles.world/style/8174/wykop-x-style-3



---- AUTOR WYKOP X ----

@author         Wykop X <wykopx@gmail.com> | wiki.wykopx.pl
@homepageURL    http://wiki.wykopx.pl
@supportURL     http://wiki.wykopx.pl

---- AUTOR WYKOP X ---- 




@var range      HR_ANTY_RUMUN                       `🟢 BLOKOWANIE ZIELONEK`            [0, 0, 99900, 1, 'mm']

@var select     hideEntriesWithoutAnyContent                    `⛔ Blokuj puste wpisy (z samym #tagiem)` {
                                                                        "⛔ Ukrywaj puste wpisy zielonek":"ukrywaj_wpisy_zielonek_z_samym_tagiem",
                                                                        "⛔ Ukrywaj każdy pusty wpis*":"ukrywaj_wszystkie_wpisy_z_samym_tagiem",
                                                                        "Nie ukrywaj":"nie_ukrywaj_wpisow_z_samym_tagiem",
                                                                    }
                                                                    
                                                                    
@var checkbox   userGreenEntriesWithPhotos                      `⛔ Blokuj wpisy zielonek ze zdjęciami `                                      1
@var checkbox   userGreenEntriesWithVideos                      `⛔ Blokuj wpisy zielonek z filmikami `                                       1
@var checkbox   userGreenEntriesWithURLS                        `⛔ Blokuj wpisy zielonek z linkami URL`                                      1

@var select     userGreenEntries                                `⛔ Wszystkie pozostałe wpisy zielonek na mikroblogu` {
                                                                            "Pokazuj normalnie":"domyslnie", 
                                                                            "Zwinięte*":"minimized",
                                                                            "⛔ Blokuj wszystkie wpisy zielonek":"niepokazuj",
                                                                    }

@var checkbox   userGreenEntriesNotificationsHide               `⛔ Blokuj powiadomienia o nowych wpisach zielonek na #tagu`                    1
@var checkbox   userGreenLinksNotificationsHide                 `⛔ Blokuj powiadomienia o nowych znaleziskach zielonek na #tagu`               1

@var select     userGreenLinks                                  `⛔ Blokuj znaleziska zielonek` {
                                                                            "Pokazuj normalnie":"domyslnie", 
                                                                            "⛔ Blokuj znaleziska zielonek tylko w Wykopalisku*":"niepokazuj_w_wykopalisku",
                                                                            "⛔ Blokuj wszystkie znaleziska zielonek":"niepokazuj",
                                                                        }

@var select     userGreenComments                               `⛔ Komentarze zielonek` {
                                                                            "Pokazuj normalnie":"domyslnie",
                                                                            "Zwinięte":"minimized",
                                                                            "⛔ Blokuj komentarze zielonek":"niepokazuj",
                                                                        }

@var checkbox   userGreenCommentsHighlight                      `Komentarze zielonek wyróżniaj na zielono`                                                       0








@preprocessor   stylus
@namespace      userstyles.world/user/wykopchanger
@license        No License (YOU CAN USE THIS CODE ONLY IN STYLUS EXTENSIONS. You are NOT ALLOWED TO copy, share and use any part of this code anywhere else without author's written permission)





==/UserStyle== */

@-moz-document url-prefix("https://wykop.pl")
{
    hideAds = 1;
    hideSponsoredLinks = 1;
    
    if(hideAds == 1)
    {
        .pub-slot-wrapper { display: none!important; } 
        .pub-slot-wrapper:has(section.premium-pub.link-block) { display: flex!important; } 
    } 
    if(hideSponsoredLinks == 1)
    {
        .pub-slot-wrapper:has(section.premium-pub.link-block) { display: none!important; } 
    }
    
    
    
        // :not(:has(> article > div.edit-wrapper > section)  >> section.entry-photo lub filmik lub twitter
    if(hideEntriesWithoutAnyContent != "nie_ukrywaj_wpisow_z_samym_tagiem")
    {
        // a[href^="\/tag\/"]:first-child:last-child) - tutaj mamy problem, zaznaczane sa tez wpisy ktore maja jeden tag na poczatku lub na koncu tekstu, w ktorym nie ma <br/>
        // na ten moment nie da sie tego zrobic bez JS ze wzgledu na ograniczenia CSS4
        // można w JS dodać funkcje, ktora do wpisow dodaje data-only-tag i wtedy na podstawie atrybutu ukryc kub zamienic kazdy TextNode na <span>, wtedy "#" przed jedynym tagiem tez trzeba bedzie wykryc
        
        /* article > div.edit-wrapper > section może mieć klasy:
            section.entry-photo
            section.embed.youtube | section.embed.streamable | section.embed.twitter | section.embed.instagram 
            section.survey | section.survey.result
            section.entry-voters
        */
        if(hideEntriesWithoutAnyContent == "ukrywaj_wszystkie_wpisy_z_samym_tagiem")
        {   // 
            main.main > section > div.content > section:is(.home-page, .tag-page, .profile-page, .bucket-page, .category-page, .observed-page, .favourites-page, .microblog-page) > section section.stream > div.content > section.entry:not(.own):not(:has(> article > div.edit-wrapper > section:not(.entry-voters))):has(> article > div.edit-wrapper > div.content > section.entry-content > div.wrapper > a[href^="\/tag\/"]:first-child:last-child),
            main.main > section > div.content > section.search-page     > section.search > section.stream > div.content section.entry:not(.own):not(:has(> article > div.edit-wrapper > section:not(.entry-voters))):has(> article > div.edit-wrapper > div.content > section.entry-content > div.wrapper > a[href^="\/tag\/"]:first-child:last-child)
            {
                border: 10px dashed rgb(181, 52, 127)!important;
                opacity: 0.69!important;
                if(blackListTesting == 0) { display: none!important };
            }
        }
        else if(hideEntriesWithoutAnyContent == "ukrywaj_wpisy_zielonek_z_samym_tagiem")
        {
            main.main > section > div.content > section:is(.home-page, .tag-page, .profile-page, .bucket-page, .category-page, .observed-page, .favourites-page, .microblog-page) > section section.stream > div.content > section.entry:not(.own):has(article > header > div.left > a > figure.green-profile):not(:has(> article > div.edit-wrapper > section:not(.entry-voters))):has(> article > div.edit-wrapper > div.content > section.entry-content > div.wrapper > a[href^="\/tag\/"]:first-child:last-child),
            main.main > section > div.content > section.search-page     > section.search > section.stream > div.content section.entry:not(.own):has(article > header > div.left > a > figure.green-profile):not(:has(> article > div.edit-wrapper > section:not(.entry-voters))):has(> article > div.edit-wrapper > div.content > section.entry-content > div.wrapper > a[href^="\/tag\/"]:first-child:last-child)
            {
                border: 10px dashed #f0f!important;
                opacity: 0.69!important;
                if(blackListTesting == 0) { display: none!important };
            }
        }
    }
    
    
    // todo: UKRYWANIE WPISÓW ZIELONEK Z OBRAZKAMI        
    if(userGreenEntriesWithPhotos == 1)
    {
        main.main > section > div.content > section:not(.entry-page) > section > section.stream:not(.entry-comments):not(.link-comments):not(.links-entries-stream-profile) section.entry:not(.reply):has(> article > header > div.left > a > figure.green-profile):has(> article > div.edit-wrapper > section.entry-photo)
        {
            border: 10px solid rgb(11, 100, 20)!important;
            opacity: 0.69!important;
            if(blackListTesting == 0) { display: none!important };
        } 
    }
    
    
    
    if(userGreenEntriesWithVideos == 1)
    {
        main.main > section > div.content > section:not(.entry-page) > section > section.stream:not(.entry-s):not(.link-comments):not(.links-entries-stream-profile) section.entry:not(.reply):has(> article > header > div.left > a > figure.green-profile):has(> article > div.edit-wrapper > section.embed)
        {
            border: 10px solid rgb(39, 109, 22)!important;
            opacity: 0.69!important;
            if(blackListTesting == 0) { display: none!important };
        } 
    } 
    
    if(userGreenEntriesWithURLS == 1)
    {
        main.main > section > div.content > section:not(.entry-page) > section > section.stream:not(.entry-comments):not(.link-comments):not(.links-entries-stream-profile) section.entry:not(.reply):has(> article > header > div.left > a > figure.green-profile):has(> article > div.edit-wrapper > div.content > section.entry-content > div.wrapper > a[target="_blank"])
        {
            border: 10px solid rgb(13, 200, 32)!important;
            opacity: 0.69!important;
            if(blackListTesting == 0) { display: none!important };
        } 
    } 
    
    
    
    /*  UKRYWANIE WPISÓW NA MIKROBLOGU - 🟢 ZIELONKI*/...

Reviews

No reviews yet.