Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Wykop - Fullscreen Mikro
- // @description Mikroblog na całą szerokość ekranu.
- // @author Patryk "Linux__Shines" N oraz P0lip.
- // @version 1.0.0.0
- // @include http://www.wykop.pl/tag/*
- // @include http://www.wykop.pl/mikroblog/*
- // @include http://www.wykop.pl/wpis/*
- // @include http://www.wykop.pl/moj/*
- // @include http://www.wykop.pl/ludzie/*
- // @include http://www.wykop.pl/wiadomosc-prywatna/*
- // @updateURL https://openuserjs.org/install/The_Shiny/Wykop_-_Fullscreen_Mikro.user.js
- // @grant none
- // @license BSD
- // ==/UserScript==
- var style = ["<style>" +
- " #nav {" +
- " background-image: url('http://i.imgur.com/Y9zPxy7.png') !important;" +
- " height: 100px !important;" +
- " }" +
- "" +
- " .clearfix.m-reset-position {" +
- " margin-top: -50px !important;" +
- " }" +
- "" +
- " .m-reset-padding.m-reset-margin {" +
- " margin-top: 50px !important;" +
- " }" +
- "" +
- " .clearfix.mainnav {" +
- " height: auto !important;" +
- " }" +
- "" +
- " /* Zmiana pozycji przycisków, które są PO przycisku przekierowującym na główną stronę portalu. */" +
- " .mainnav li:nth-child(2) {" +
- " width: 100% !important;" +
- " }" +
- "" +
- " #openNaturalSearch {" +
- " bottom: 50px;" +
- " position: absolute;" +
- " right: 0 !important;" +
- " }" +
- "" +
- " input[type='text'], input[type='password'], input[type='date'] {" +
- " position: absolute;" +
- " width: 134% !important;" +
- " }" +
- "" +
- " ul:not(.mainnav).clearfix > li {" +
- " height: auto;" +
- " }" +
- "" +
- " .nav ul:not(.mainnav).clearfix {" +
- " display: inline-flex;" +
- " height: 100%;" +
- " align-items: flex-end;" +
- " }" +
- "" +
- " .nav ul:not(.mainnav).clearfix:first-child {" +
- " align-self: flex-start;" +
- " }" +
- ""+
- " ul.clearfix .logged-user {" +
- " margin-bottom: 10px !important;" +
- " } " +
- "" +
- " #nav .nav li.active a {" +
- " background-color: transparent !important;" +
- " }" +
- "" +
- " em.mark-number {" +
- " background-color: transparent !important;" +
- " color: #FFFFFF !important;" +
- " }" +
- "" +
- " em.mark-number:before {" +
- " content: '(';" +
- " }" +
- "" +
- " em.mark-number:after {" +
- " content: ')';" +
- " }" +
- "" +
- " .diggbox span:first-child {" +
- " background: url('http://i.imgur.com/L6avdgg.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);" +
- " color: #3b708a;" +
- " }" +
- "" +
- " #nav .nav li a:hover, em.mark-number:hover, .clearfix.mainnav > li:hover, .diggbox span:first-child:hover, .clearfix a:hover {" +
- " color: #ff5917 !important;" +
- " }" +
- "" +
- " .diggbox span:first-child:hover, .active > a, .active > a:hover, .lcontrast.m-reset-margin a:hover {" +
- " color: #FF5917 !important;" +
- " }" +
- "" +
- // " .nav.bspace.rbl-block span, .nav.bspace.rbl-block a {" +
- // " color: #3B708A !important;" +
- // " }" +
- // "" +
- " i.wykop-logo, i.microblog-logo {" +
- " background-image: url('http://i.imgur.com/Tyinjgx.png') !important;" +
- " }" +
- "" +
- " i.wykop-logo:hover, i.microblog-logo:hover {" +
- " background-image: url('http://i.imgur.com/RhpC99v.png') !important;" +
- " }" +
- "" +
- " .active > a {" +
- " background-color: transparent !important; /* url('http://i.imgur.com/6Nnchw2.gif') !important; */" +
- " }" +
- "</style>"].join("\n");
- document.head.insertAdjacentHTML("beforeend", style);
- /*
- Exception: missing ) after argument list
- @Scratchpad/3:110
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement