Jump to content

jn64

Premium Member
  • Posts

    17
  • Joined

Everything posted by jn64

  1. Glowing material mod similar to Rolan Glowing Glasses, to make it easier to find the Wee Pincer crabs and slime jars.
  2. This is an expanded version of what I previously posted in the Mod Browsing Overhaul Discussion thread. That thread is too noisy for me to follow, so sorry if I ignored any pings. Yo dawg, I heard you like mods so I put a mod in your modding website so you can mod while you mod My intention is to help anyone who wants to take control of their browsing experience, which is what the World Wide Web is supposed to empower us to do. It's not meant to be a dumb viewing experience like TV where you can only consume exactly what the broadcaster sends down the line. Below are 2 ways to modify how web pages are displayed on your machine, with example code that fixes some of the glaring problems I have with the ongoing Nexus Mods redesign. This is not an attempt to restore the old design. Changes made are small and practical, with the minimum amount of code. Screenshot (outdated, I now also remove the background blur): uBlock Origin filters Custom styling using Firefox's userContent.css ==================== Some explanation: uBlock Origin (uBO) is an ad-blocker with powerful custom filters that makes it useful for much more than ad-blocking. You can block any element of a web page with a simple UI (right-click -> Block element) or by writing static filters directly. I use it to block things like "Like" buttons/counts on social media sites, or intrusive unrelated content on some popular wiki hosts. Note 1: Only the browser extensions by Raymond Hill ("gorhill") are trusted open-source projects. Any other extensions or software with "uBlock" in the name are not the same. Please check the information in your browser's extension store page and the extension's user reviews before installing. Note 2: Google Chrome and other Chromium-based browsers have started restricting Manifest v2 extensions like uBO (see other news coverage on this subject). Unfortunately, the Manifest v3 extension uBlock Origin Lite (uBO Lite) does not support custom filters yet. ---------- userContent.css is a legacy feature of Firefox that you have to enable. It allows you to write your own Cascading Style Sheets (CSS) code to be added to any web page, to change how it looks. It uses a special CSS rule @-moz-document to target specific domains or URLs. I've included redundant rules to hide the same elements as the uBO filters, in case you only want to use CSS. There may be other ways to load custom CSS on pages in Firefox or other browsers using various extensions. I don't use them so I cannot give specific recommendations.
  3. [2025-03-22] I posted an updated version of this (with more/improved CSS) as a separate thread. --- Reminder: you control the presentation of web pages on your machine. If your browser doesn't let you do that, find a better browser. uBlock Origin filters Hide Collections section on game page: www.nexusmods.com##section[aria-labelledby="popular-collections-header"] Hide News section on game page: www.nexusmods.com##section[aria-labelledby="news-header"] Hide Collections banner on homepage: www.nexusmods.com##.collections-banner-outer-wrapper-trigger Custom styling using userContent.css in Firefox /* Temp fix Nexus Mods redesign */ @-moz-document domain(www.nexusmods.com) { .next-container { width: auto !important; } .next-container section[aria-labelledby="trending-mods-header"] { max-width: 1200px; } .next-container .mods-grid, .next-container .media-grid { column-gap: 1rem !important; } } Screenshot of what it looks like:
  4. That's not the issue. It was already visible everywhere (new mods list, my profile user files), before it disappeared everywhere (for 2hrs or more, I wasn't monitoring). I don't expect you to have the answer or to tell me if you did. I'm just documenting that mods can be hidden from public without any warning or indication to the mod author; as far as the author knows, the mod is published. This was not an important mod and I don't care if it's hidden. But it makes me not want to release any mods on Nexus in the future. Thanks for your time.
  5. Now it's showing, but there was definitely a period where it wasn't. I'm not blocking any tags.
  6. I published a mod 2hrs ago https://www.nexusmods.com/skyrimspecialedition/mods/48364 It was visible in new mods for a few minutes and started getting downloads, then suddenly no longer visible. Mods published after it are visible. https://www.nexusmods.com/skyrimspecialedition/mods/thisweek/ Why? edit: it's not even visible in my own user files in my profile...
×
×
  • Create New...