+ Reply to Thread
Results 1 to 8 of 8

Thread: Greasemonkey + Stylish = awesome

  1. #1
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,430
    Activity Longevity
    7/20 19/20
    Today Posts
    1/5 ssss39430

    Thumbs up Greasemonkey + Stylish = awesome

    Here's a little example of what said extensions can achieve on your favorite sites.

    ixquick/Startpage full cleanup, with dark skin


    YouTube full cleanup, with dark skin and video download


    Google full cleanup, with infinite scrolling and no tracking


    Wikipedia full cleanup, with dark skin


    The first three are hacks I've created from different styles, available upon request. If you can recommend other great styles/scripts, please do so!
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    Renk (09.08.12) , ParamouR (19.04.12) , BrianBosworth (19.04.12) , cheatos (18.04.12) , svartevarg (18.04.12)

  3. #2

    Join Date
    03.04.12
    Location
    Heavy Metal City
    P2P Client
    μTorrent 2.2.1
    Posts
    56
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 sssssss56
    your Dark Skins rock!!!
    Reply With QuoteReply With Quote
    Thanks

  4. #3
    awesome, too bad I'm a boring guy with little love to modifications


    I am cheatos

    Reply With QuoteReply With Quote
    Thanks

  5. #4
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,430
    Activity Longevity
    7/20 19/20
    Today Posts
    1/5 ssss39430
    Quote Originally Posted by cheatos View Post
    awesome, too bad I'm a boring guy with little love to modifications
    I thought the same way, until I remembered using a few annoyance removal scripts in Opera, and thought I'd install the Firefox equivalent. Then I also installed Stylish, and was amazed at the sight of how you could make so many sites look much better. Now, if I don't like something in a layout I can modify or remove it.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #5
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    5/20 17/20
    Today Posts
    0/5 sssss6661
    stylish is great, for the theme sazzy made for us it was used heavily iirc
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  7. #6
    Advanced User ParamouR's Avatar
    Join Date
    01.09.10
    Location
    Third Rome
    P2P Client
    µ
    Posts
    773
    Activity Longevity
    1/20 16/20
    Today Posts
    0/5 ssssss773
    stylish use to take a lot of resources before, but now they have improved their code considerably.
    thanks
    Show respect to all people, but grovel to none​


    Reply With QuoteReply With Quote
    Thanks

  8. #7
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,430
    Activity Longevity
    7/20 19/20
    Today Posts
    1/5 ssss39430
    I decided to just post my scripts and styles here.

    Google Full Cleanup

    PHP Code:
    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document domain(google.com) {

    /* Delete this line if you're using a dark Windows color scheme
    pre, input, textarea {
       color: black !important;
    }
    Delete this line if you're using a dark Windows color scheme */

    #subform_ctrl
    {
        
    display:none!important;
        
    max-width:945px!important;
    }

    .
    c
    {
        
    background-color:#e3e3e3!important;
    }

    .
    g
    {
        
    border-bottom:1px dotted #aaaaaa!important;
        
    line-height:1.4!important;
        
    margin:0 0 10px!important;
        
    padding:0 0 10px!important;
    }

    .
    s
    {
        
    max-width:99%!important;
    }

    .
    tsf-p
    {
        
    max-width:950px!important;
    }

    #cnt
    {
        
    max-width:100%!important;
    }

    #cnt a
    {
        
    color:#1640cc!important;
        
    text-decoration:none!important;
    }

    #cnt a:visited
    {
        
    color:#4716cb!important;
    }

    #cnt a:hover
    {
        
    background-color:#ffff66!important;
    }

    #sfcnt
    {
        
    max-width:1400px!important;
    }

    #gbx3,#gbx4
    {
        
    background-color:#FFFFFF!important;
        
    border-bottom:1px solid #E5E5E5!important;
    }

    #gbz .gbzt,#gbz .gbgt,#gbg .gbgt
    {
        
    color:#3366CC!important;
    }

    .
    gbz0l .gbts
    {
        
    color:#363636!important;
    }

    .
    gbzt-hvr,.gbzt:focus,.gbgt-hvr,.gbgt:focus
    {
        
    background-color:#E4E8F0!important;
        
    background:url(http://ssl.gstatic.com/gb/images/b_8d5afc09.png) repeat scroll 0 -100px transparent!important;
    }

    #gbi5
    {
        
    background:url(http://ssl.gstatic.com/gb/images/b_8d5afc09.png) repeat scroll -6px -22px transparent!important;
    }

    .
    gbtb .gbts
    {
        
    background:url(http://ssl.gstatic.com/gb/images/b_8d5afc09.png) repeat scroll 0 -22px transparent!important;
    }

    .
    sfbgg
    {
        
    background:none repeat scroll 0 0 #FFFFFF!important;
        
    border-bottom:0 solid #E5E5E5!important;
    }

    #logo img
    {
        
    background:none repeat scroll 0 0 #FFFFFF!important;
    }

    #gbq1,#gbq2,#gbq3,#gbu,#gbx1,#vr-header
    {
        
    background-color:#FFFFFF!important;
    }

    #appbar,#ss-bar,a#gb_119,div#gbg,div#pmolnk,div#flci,div#tadsb,div#infoarea,div#bb_pp_tos_ack,div#notify-box,div#gt-bbar-c,div#ps-buying-guides,div#pmocntr2.pmoabs,span#taw,.vspib,div#rhscol,div#botstuff,p#bfl,div#fll,div.ctr-p,div#prm,#sdb
    {
        
    display:none!important;
    }


    Google Groups Full Cleanup

    PHP Code:
    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document domain(groups.google.com) {

    #inbdy, #cmp_body {
        
    font-familymonospace !important;
        
    font-size12px !important;
    }

    #new_groups_butterbar, .gtopbar {
        
    displaynone !important
    }

    /* Delete this line if you're using a dark Windows color scheme
    input, button {
        color: #D6D6D6 !important;
    }
    Delete this line if you're using a dark Windows color scheme */

    /* Delete this line if you're using the Google Full Cleanup
    .g
    {
        border-bottom:none !important;
        margin:0 0 0px!important;
        padding:0 0 0px!important;
    }
    Delete this line if you're using the Google Full Cleanup */


    Startpage & ixquick Full Cleanup + Darkness

    PHP Code:
    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document domain(startpage.com),domain(ixquick.com) {

    #tod_wrap,#enhanced,#footer_links,#ix_promo_box,#logo,#sponsored
    {
        
    display:none!important;
    }

    *
    {
        
    color:#999999!important;
        
    background:#151515!important;
        
    border-color:#333333!important;
    }

    a,*
    {
        
    color:#6666BB!important;
        
    text-decoration:none!important;
    }

    a:visited,a:visited *
    {
        
    color:#884488!important;
    }

    a:hover,a:hover *,a:visited:hover,a:visited:hover *
    {
        
    color:#55AAAA!important;
    }


    YouTube Full Cleanup

    PHP Code:
    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document domain(youtube.com) {

    .
    video-list-item,
    .
    video-list-item-link,
    .
    related-video,
    .
    video-list-item.video-list-item-list_other,
    .
    related-playlist{
      
    backgroundnone !important;
      
    bordernone !important;
    }
    #watch-video.large #watch-player{
        
    height510px !important;
        
    margin0 auto !important;
        
    width854px !important;
    }
    .
    addto-button.default.video-actions.yt-uix-button.yt-uix-button-default.yt-uix-button-short,
    #alerts,
    #watch-branded-actions,
    .ad-div,
    .
    homepage-masthead-ad,
    #google_companion_ad_div,
    #ad300x250,
    li[class^="video-list-item"] > a[href^="http://googleads.g.doubleclick.net/"],
    #watch-longform-ad,
    #homepage-sidebar-ads{
        
    displaynone !important;
    }
    .
    video-time{
        
    displayblock !important;
    }
    .
    scrollbox-body{
        
    heightauto !important;
    }

    #footer {
              
    displaynone; !important
    }
    #feedmodule-PRO {
              
    displaynone; !important
    }
    #feed_promoted-content {
              
    displaynone; !important
    }
    #feed_promoted {
              
    displaynone; !important
    }

    #promos {
              
    displaynone; !important
    }
    #chrome-promo {
              
    displaynone; !important
    }
    .
    region-and-language-pickers {
              
    displaynone; !important
    }
    .
    links {
              
    displaynone; !important
    }
    .
    ad-div {
              
    displaynone; !important
    }
    #homepage-whats-new-block {
              
    displaynone; !important
    }
    #copyright {
              
    displaynone; !important
    }
    #ppv-placeholder {
              
    displaynone; !important
    }
    #pyv-placeholder {
              
    displaynone; !important
    }
    #ad_creative_2 {
              
    displaynone; !important
    }
    #homepage-chrome-side-promo {
              
    displaynone; !important
    }
    #fyf_container {
              
    displaynone; !important
    }
    #iyt-add-remove-module-div {
              
    displaynone; !important
    }
    #iyt-add-remove-module-div a {
              
    displaynone; !important
    }
    .
    iyt-add-remove-module a {
              
    displaynone; !important
    }
    .
    iyt-add-remove-module-icon {
              
    displaynone; !important
    }
    #watch-promoted-videos-container {
              
    displaynone; !important
    }
    #default-language-box {
              
    displaynone; !important
    }

      
    div.comments-section displaynone !important; }
      
    #watch-description-extra-info > li:first-child { display: none !important; }
      #watch-actions > .yt-uix-button-group { display: none !important; }
      #watch-actions > .yt-uix-button { display: none !important; }
      
    .subscription-container displaynone !important; }


    Wikipedia - Dark, blue, simple - Themes and Skins for Wikipedia - userstyles.org
    Grooveshark Freedom - Themes and Skins for Grooveshark - userstyles.org
    Wikipedia - Layout, enhanced (based on ModernWiki) - Themes and Skins for Wikipedia - userstyles.org
    YouTube Earth Hour Dark 2012 - Themes and Skins for Youtube - userstyles.org
    9gag.com Redesigned - Themes and Skins for 9gag - userstyles.org
    Stylish Editor - Compact - Themes and Skins for Stylish - userstyles.org
    Userscripts.org - Dark n Grey - Themes and Skins for Userscripts.org - userstyles.org
    Userstyles.org Dark-N-Grey - Themes and Skins for Userstyles.org - userstyles.org

    Greasemonkey scripts
    9gag cleaner for Greasemonkey
    9GAG Proper Anti NSFW Filter for Greasemonkey
    CoralCache - external images for Greasemonkey
    De-Adf.ly v1.0 for Greasemonkey
    Google Cache Browser for Greasemonkey
    Google Images direct links for Greasemonkey
    MyGMonkeyR for Greasemonkey
    SaveTube for Greasemonkey
    Nyud.Net surf for Greasemonkey

    ---------- Post added at 19:18 ---------- Previous post was at 12:56 ----------

    This one's to remove some features of this forum I don't use.

    PHP Code:
    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document domain(sb-innovation.de) {

    #sidebar_container
    {
        
    width:0!important;
        
    display:none!important;
    }

    #content_container,#content
    {
        
    margin-right:0!important;
    }

    #sidebar,#sidebar_button,.forumactionlinks,.below_body,#wgo_legend,#wgo_trg_users,#wgo_wjt_list,#wgo_wjt_users,#wgo_wvt_users,#pagetitle,#wgo_onlineusers,#wgo_usergrouplegend,#wgo_birthdays,.options_block_container,.options_block,#globalsearch
    {
        
    display:none!important;
    }


    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    Pliplo (20.04.12) , Instab (20.04.12) , BrianBosworth (20.04.12) , ParamouR (19.04.12)

  10. #8
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,430
    Activity Longevity
    7/20 19/20
    Today Posts
    1/5 ssss39430
    I've replaced de-adfly and Google Cache Browser with RedirectHelper and GoogleCacheSurfer. I'm also using Remove Fastmail Ad Bar now.

    Can anyone help me test this style in Grooveshark? Here's how it should look like. It's meant for people who don't have an account nor want one, but do wish to remove a lot of junk from the UI.



    PHP Code:
    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document domain("grooveshark.com") {
    .
    page_column_fixed.page_column_capital,
    #artistCapitalWrapper_300,
    #commCapitalWrapper_300,
    #exploreCapitalWrapper_300,
    #page_content .capitalWrapper_728,
    #page_content .capitalWrapper_160,
    #page_content .capitalWrapper_180,
    #page_content .capitalWrapper_300,
    #page_content .capital_728,
    #page_content .capital_160,
    #page_content .capital_180,
    #page_content .capital_300,
    #page_content .capitalFrame_728,
    #page_content .capitalFrame_160,
    #page_content .capitalFrame_180,
    #page_content .capitalFrame_300,
    #page_content .capitalView_728,
    #page_content .capitalView_160,
    #theme_home iframe,
    #theme_home a,
    #theme_home .flash,
    #theme_home .pointer,
    #theme_tutorial_stage_2,
    #theme_tutorial_stage_3,
    #theme_tutorial_stage_4,
    #theme_tutorial_stage_5,
    #theme_tutorial_stage_6,
    #header_login,
    #player_crossfade,
    .jj_menu_item_clock,
    .
    jj_menu_item_video,
    .
    jj_menu_item_visualizer,
    .
    jj_menu_item_queue div,
    #header_community_btn,
    #homeFooter .home_externalLinks,
    a[href="http://store.grooveshark.com"],
    .
    pane_theme_plus,
    .
    sidebar_uploadMusic,
    #header_userSelectOptions li:first-child + li + li,
    #header_userSelectOptions li:first-child + li + li + li + li,
    #header_userSelectOptions li:first-child + li + li + li + li + li,
    .page_header_link.subscriptions_link,
    #settings_localSettings .checkbox_list_field,
    #settings_localSettings_themeFamilyFriendly,
    #settings_localSettings label[for="settings_localSettings_themeFamilyFriendly"],
    #session_btn_signup,
    .noResults_block,
    .
    loginCTA,
    .
    signupCTA,
    .
    notification_extraParagraph,
    .
    surveyLink,
    #capitalSidebar,

    #profilePopular, #profileStations, #profileArtists, #page_content_header, #profile_videos, #profile_artists, #profile_albums, #profile_playlists, #profile_users, #profile_events, #artistDigest, #albumDigest,

    #header_search, #header_music_btn, #queue_songCount
    {
        
    displaynone !important;
        
    height0px !important;
        
    width0px !important
    }

    .
    jj_menu_item_queue {
        
    margin-bottom5px !important
    }

    /* For a 1024x768 screen */
    #player_controls_right {
        
    width16% !important;
    }

    #player_controls_seeking {
        
    margin0 240px 0 190px !important;
        
    width64% !important;
    }

    #featuredSections {
        
    width100% !important;
        
    margin-left3% !important;
        
    margin-right25% !important;
    }

    #grid {
        
    width969px !important;
    }
    /* For a 1024x768 screen */

    /* Delete this line if you're using GrooveShredder
    #gs-options-link {
        display: none !important;
    }

    #playerDetails #playerDetails_grooveShredder {
        background-color: transparent !important;
    }

    #playerDetails #playerDetails_grooveShredder:hover {
        text-decoration: underline !important;
    }

    #gs_menu_item:hover {
        background: url(http://static.a.gs-cdn.net/webincludes/css/images/skeleton/navSelected.png) !important;
        border-bottom: 0px !important;
        border-top: 0px !important;
        color: #fff !important;
        padding: 6px 7px !important;
    }
    Delete this line if you're using GrooveShredder */


    Two addons that go well with GS:
    https://addons.mozilla.org/en-US/fir...rooveshredder/
    https://addons.mozilla.org/en-US/fir...eshark-no-ads/
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •