Compact Lemmy to old.Reddit Re-format (Lemmy v0.18)

Reformat widescreen desktop to look more like Reddit

这些是此脚本变更过代码的版本。 显示所有版本。

  • v2.6 2023-07-03

    Update post listing width for smaller screens, increment version, apply width to community sidebar when there are no posts, update v2.6 for Lemmy v0.18.0

    v2.6 - final update for Lemmy v0.18.0

  • v2.5 2023-06-30

    remove commented-out classes; correct issue with post listing class

    • removed two classes that were no longer needed for v0.18
    • removed a problematic post listing class, increment version number, add back in thumbnail max-width control, recode to accomodate all thumbnail sizes, fix indent, enforce consistent spacing between posts in post list

    also applied some old v0.17.4 hacks, update to v2.5 for Lemmy v0.18

    update to v2.5 for Lemmy v0.18

  • v2.4 2023-06-28

    align width of dropdown to parent element, correct comment width styling and add comment width parameter

    • added a style for warnings/alerts - primarily displayed on non-logged in instances
    • added a parameter for users to adjust the reading width of text posts and comments. Some may prefer a wider reading field than the supplied default,., comment typo, update script to v2.4 for lemmy v0.18

    update script to v2.4 for lemmy v0.18

  • v2.3.1 2023-06-26

    Update version

  • v2.3 2023-06-26

    add try/catch for observer functions, correct try/catch, text-only post thumbnail styling, Merge branch 'dev-v2.3-Lemmy-v0.18'

  • v2.2 2023-06-24

    increment version, Merge pull request #23 from soundjester/soundjester-patch-1

    increment version

  • v2.1 2023-06-24

    append "comment" text to comments icon and number, swap @match location in script header, add space between comment count and "new" comment text, added function to append "comment" text to comment count

    • added function to append "comment" text to comment count
    • added observer function to apply the above on pagination
    • cleaned up tagline move function that was no longer needed, append post link TLD to post detail area

    applies the top-level-domain to the end of the post detail area, similar to the older v0.17 style, fix left alignment between navbar and main/home content, Merge pull request #22 from soundjester/dev-v2.2-Lemmy-v0.18

    upgrade to v2.2 for lemmy v0.18

  • v2.1 2023-06-24

    add size contraints to comment width and reply boxes

    • add size constraint to post width in comment view
    • align top-level comment reply textarea with post border
    • re-ordered classes and cleaned up tabs, spacing, etc., increment version number, change thumbnail size variable to accomodate an INT, corrected @run-at parameter

    changed document-load to document-idle. styles load more consistently now., minor tweaks to handheld size

    adjusted spacing parameters for @media 575px, fixed some code tabs, Consolidate and rewrite @media CSS rules, Merge pull request #19 from soundjester/dev-v2.1-Lemmy-v0.18

    upgrade to v2.1 for Lemmy v0.18

  • v2.0 2023-06-23

    initial commit, major overhaul of CSS for v0.18, update version to reflect overall change to Lemmy v0.18, updates for Lemmy v0.18

    updates for Lemmy v0.18

  • v1.10 2023-06-23

    enforce thumbnail sizing, profile and community banner size enforcement, refactor for CSS - remove deprecated GM style function

    • removes outdated GM_addStyles function in favor of stylesheet
    • improves CSS presentation for portability, comment updates, consolidate .vote-bar CSS and correct top margin, get rid of a space, Update old.reddit.compact.user.js, version number update, fix comment indenting and navbar search icon alignment, Merge pull request #15 from soundjester/dev-Lemmy-v0.17

    upgrade to 1.10

  • v1.9.5.2 2023-06-22

    correct sidebar issue for widescreen

    also unified script header order between the two scripts., increment version, Merge pull request #11 from soundjester/dev-Lemmy-v0.17

    correct widescreen sidebar

  • v1.9.5 2023-06-22

    code cleanup and mobile improvements

    clean up code.

    • Added CSS for navbar handling on smaller handheld screens.
    • fixed a sidebar justification bug across multiple screen sizes.
    • added a resizing handle to top-level and comment reply textareas
    • removed unneeded functions and user-agent checks, inncrement version number, corrected/updated embed-responsive class, fixed a typo, added a handler for screens > 1980px wide, standardize @media sizes with default templates

    standard @media sizes for darkly/litely: -576px -768px -992px -1200px, resolve padding differences between post titles with and without expandos, allow title text to utilize more of the available space prior to the sidebar, clean up missing semicolons in CSS, final rundown on @media styles, Merge pull request #9 from soundjester/dev-Lemmy-v0.17

    merge CSS changes to main

  • v1.9.4 2023-06-21

    update widths and thumbnail alignment for handheld screens

    update column widths and thumbnail alignment for screen sizes that omit the sidebar (<=575px)

  • v1.9.3 2023-06-21

    navbar padding adjustment for screens below 730px

  • v1.9.2 2023-06-21

    center vote tally on screen resolutions below 730px

  • v1.9.1 2023-06-21

    minor version update

  • v1.9 2023-06-21

    bit of a newb with the CSS

  • v1.9 2023-06-21

    Added padding and column size adjustments for mobile and smaller screens

  • v1.8 2023-06-21

    replaced DOM function that moved comment collapse button with CSS

    DOM function was breaking on random page loads and causing script loading issues. Replaced with CSS contributed by ShittyKopper

  • v1.7 2023-06-20 Imported from URL