Reformat widescreen desktop to look more like Reddit
这些是此脚本的所有版本。 只显示代码变更过的版本。
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
remove commented-out classes; correct issue with post listing class
also applied some old v0.17.4 hacks, update to v2.5 for Lemmy v0.18
update to v2.5 for Lemmy v0.18
align width of dropdown to parent element, correct comment width styling and add comment width parameter
update script to v2.4 for lemmy v0.18
Update version
add try/catch for observer functions, correct try/catch, text-only post thumbnail styling, Merge branch 'dev-v2.3-Lemmy-v0.18'
increment version, Merge pull request #23 from soundjester/soundjester-patch-1
increment version
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
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
add size contraints to comment width and reply boxes
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
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
enforce thumbnail sizing, profile and community banner size enforcement, refactor for CSS - remove deprecated GM style function
upgrade to 1.10
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
code cleanup and mobile improvements
clean up code.
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
update widths and thumbnail alignment for handheld screens
update column widths and thumbnail alignment for screen sizes that omit the sidebar (<=575px)
navbar padding adjustment for screens below 730px
center vote tally on screen resolutions below 730px
minor version update
bit of a newb with the CSS
Added padding and column size adjustments for mobile and smaller screens
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
Update old.reddit.compact.user.js
Add updateURL and downloadURL directives to support automatic script updating on version bump, Merge pull request #4 from overflowy/patch-3
updateURL
downloadURL
Add updateURL and downloadURL directives to support automatic script updating on version bump