Results 1 to 7 of 7

Thread: Utopia defluffer

  1. #1
    Newbie
    Join Date
    Feb 2014
    Posts
    6

    Utopia defluffer

    ---redacted---

    Not a theme exactly, but closely related. This is a greasemonkey/tampermonkey userscript to remove the fluff text (e.g. "The magical auras affecting our province are detailed below") from all pages. The result is a very clean, minimal look.

    Tested with Ultima and Boone's grey theme. Please report any issues or comments here or on github.

    Enjoy!

    See here for an example: ---redacted---
    Last edited by mcgruntman; 06-11-2019 at 18:03.

  2. #2
    Newbie
    Join Date
    Feb 2014
    Posts
    6
    I actually just noticed a few issues with this that I won't have time to fix until next week. I don't recommend using it until then.

  3. #3
    I like to post KuhaN's Avatar
    Join Date
    Oct 2009
    Location
    tracy, california
    Posts
    4,732

    Thumbs up

    It's cool, but most people don't use greasemonkey. Wish there was a way to do this without having to download any add ons...
    Last edited by KuhaN; 12-09-2014 at 00:28.
    "Go back to the gym because you f'king suck at utopia, noob." -Godly



    My classic black theme for Utopia - Updated 5/13/15

    Quote Originally Posted by darkl1ght View Post
    Unfortunately, no amount of razes will improve your war record
    Greatest strategy thread/question of all-time.

  4. #4
    Newbie
    Join Date
    Feb 2014
    Posts
    6
    It's vaguely possible that something similar could be done using the existing theming system. I'll have a look. I agree that something other than a userscript would be preferable - ideal I think would be ideal for it to be integrated into stuff like utools and ultima.
    Last edited by mcgruntman; 16-09-2014 at 11:48. Reason: Accidentally a word

  5. #5
    Newbie Boone's Avatar
    Join Date
    Aug 2014
    Posts
    8
    It's actually a very easy fix if the devs added classes to these paragraphs (currently there is none).

    .fluff { display: none; }

  6. #6
    Newbie
    Join Date
    Feb 2014
    Posts
    6
    Yeah, as you could see in the code I'm currently just text-matching the content of the paragraph elements, not a very nice solution.

  7. #7
    Newbie
    Join Date
    Feb 2014
    Posts
    6
    Updated to work properly with Ultima, probably works with stingernet and other tools too.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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