+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 49

Thread: Me wants insert_tracker_name_here V++

  1. #31
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Can't believe I didn't notice it... the setting is stored as a cookie, but that's fine for me. Thanks!
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. #32

    Join Date
    23.08.09
    Posts
    231
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss231
    Quote Originally Posted by anon View Post
    Can't believe I didn't notice it...
    No wander, I remember it was there because of the exact same thing - I couldn't believe I didn't notice it back when I was trying to remove it by css. IPT design is so horrible I sometimes think designer must be related to old SITR.
    Reply With QuoteReply With Quote
    Thanks

  3. #33

    Join Date
    19.06.09
    Location
    Everywhere and Nowhere
    P2P Client
    VEM
    Posts
    552
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss552
    Quote Originally Posted by grebetu View Post
    ...back when I was trying to remove it by css.
    do you know how to create scripts like this to remove the support box from torrentleech?
    Reply With QuoteReply With Quote
    Thanks

  4. #34

    Join Date
    23.08.09
    Posts
    231
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss231
    Quote Originally Posted by dreamer View Post
    do you know how to create scripts like this to remove the support box from torrentleech?
    well there are problems
    1. I usually adjust css using stylish firefox extension not scripts (I suck at css but I suck even more at java scripts)
    2. Userstyles can be converted to greasemonkey but I'm not sure those are always compatible with opera, I dropped opera years ago.
    3. As I recall that particular header was poorly styled, so there was no way I found to remove it without removing something else (torrent categories I think?)
    4. torrentleech is down so I can't take a look

    So, basically, no. I would already make something if my adblock didn't do it so well automagically
    Reply With QuoteReply With Quote
    Thanks

  5. #35

    Join Date
    19.06.09
    Location
    Everywhere and Nowhere
    P2P Client
    VEM
    Posts
    552
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss552
    I don't need greasemonkey scripts.. Opera can handle CSS scripts.
    it's something else if the header can't be styled but there seems to be a lot of scripts that are able to remove that on other browsers but just not on Opera (they are on page 1)
    Reply With QuoteReply With Quote
    Thanks

  6. #36

    Join Date
    23.08.09
    Posts
    231
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss231
    If I understood you correctly, you already found styles that work, but they don't work on opera?
    In that case I can't help you as I don't know what is the difference. I can post you my one liner that I used for removing support box, but if you tried others it probably won't work either :(
    Reply With QuoteReply With Quote
    Thanks

  7. #37

    Join Date
    19.06.09
    Location
    Everywhere and Nowhere
    P2P Client
    VEM
    Posts
    552
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss552
    I don't mind trying yours so please do post it
    Reply With QuoteReply With Quote
    Thanks

  8. #38

    Join Date
    23.08.09
    Posts
    231
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss231
    Well here it is (firefox):
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("www.torrentleech.org") {
       center>table+p>table[style="width: 95%;"] {
          display:none !important;
       }
    }
    Hope you know how to apply user style in opera because I forgot it
    I think you should just use part between brackets, save it as a file and apply as a custom sheet or something
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    anon (29.03.10)

  10. #39

    Join Date
    19.06.09
    Location
    Everywhere and Nowhere
    P2P Client
    VEM
    Posts
    552
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss552
    yeah with a help from Opera's forum memebers I found a script that works in Opera
    Code:
       center>table+p>table[style="width:95%"] {
          display:none !important;
       }
    it works in Opera - removing the support box!
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    anon (29.03.10)

  12. #40
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Thank you both for your posts, I wanted to remove the "Support Us" box in TL as well.

    Quote Originally Posted by grebetu View Post
    I think you should just use part between brackets, save it as a file and apply as a custom sheet or something
    If you're using the anti-CSS-leak stylesheet I think you'll have to make a copy for TL, append the contents using Notepad, and tell Opera to use that file via Site Preferences.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. #41

    Join Date
    19.06.09
    Location
    Everywhere and Nowhere
    P2P Client
    VEM
    Posts
    552
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss552
    anon and everyone else that might have used the BurnOmania torrentleech skin probably noticed it has changed a bit lately, that's because the images that cover the search area etc. are hosted on photobucket.com and can't be displayed.
    I restored the images to tinypic and did a few changes + added the support us removal..
    Attached Files Attached Files
    Reply With QuoteReply With Quote
    Thanks

  14. #42
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Quote Originally Posted by dreamer View Post
    anon and everyone else that might have used the BurnOmania torrentleech skin
    I don't use that, I only use the ad removal stuff.

    I have attached the file to your post, as OCH links are prone to getting deleted.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. #43

    (screenshot of Filelist.ro with the following two user scripts)
    (Filelist v)
    Filelist v3 was released;
    change log:
    buddylist img replaced
    rss img replaced
    cat icons replaced - yeah, i know, they aren t fantastic
    header replaced
    donor star replaced
    a lil workout in bg..
    Code:
    http://userscripts.org/scripts/show/67215
    Filelist banner userscript
    Code:
    http://userscripts.org/scripts/show/74975

    and another theme named:
    FileList d3ment

    Code:
    http://userscripts.org/scripts/show/73504
    Reply With QuoteReply With Quote
    Thanks

  16. Who Said Thanks:

    Mihai (23.04.10) , anon (22.04.10)

  17. #44

    Join Date
    08.01.11
    Location
    SouthEast Asia
    P2P Client
    µTorrent
    Posts
    230
    Activity Longevity
    0/20 16/20
    Today Posts
    0/5 ssssss230

    [greasemonkey] AcidLounge Buffer 1.0

    { This is a script by SaintShaolin.
    TO MODS: Not sure where to put this post, where others can read and use. Just move, if necessary.
    }

    [greasemonkey] AcidLounge Buffer 1.0
    AcidLounge Buffer 1.0 for Greasemonkey



    Displays the buffer (in GB) beside the Ratio on AcidLounge tracker.
    Last edited by SaintShaolin; 06.03.11 at 04:12.
    Reply With QuoteReply With Quote
    Thanks

  18. #45
    Retired Seal
    SealLion's Avatar
    Join Date
    03.05.08
    Location
    The Arctic--Believe it!!
    Posts
    2,079
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 sssss2079

    Greasemonkey scripts for specific torrent sites.

    I was looking for some Greasemonkey scripts to install and I came across a number of other scripts that I felt may or may not be of use to others here with reference to torrenting on particular sites.

    Some of you may already be aware of the fact that there are a number of Greasemonkey scripts available for use on specific torrent sites. I've listed herein this post for those that may not be quite familiar with those particular Greasemonkey scripts.

    Here's a short list for those of you who may be members of torrent sites listing the below scripts for those sites.



    You may have to go to each link to see what and if the script is worth using. I am sure that there are others too.

    Feel free to list others that you've come across.
    "God, from the mount Sinai
    whose grey top shall tremble,
    He descending, will Himself,
    in thunder, lightning, and loud trumpet’s sound,
    ordain them laws".


    John Milton (1608-1674) in Paradise Lost


    Ripley's SealLion's Believe it or Not! ~ NASCAR car crashes and Windows have just one thing in common.
    Oh, oh. Better use LINUX.
    Reply With QuoteReply With Quote
    Thanks

  19. Who Said Thanks:

    seldom (26.10.11) , yoco (26.10.11)

+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast

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
  •