LemmyTools

1 readers
0 users here now

Tools to make Lemmy a little easier.

Github: https://github.com/howdy-tsc/LemmyTools

Greasyfork: https://greasyfork.org/en/scripts/469169-lemmytools

founded 2 years ago
MODERATORS
1
 
 
LemmyTools 0.1.2

New for 0.1.2:

  • Auto-Expand and Click&Drag to expand lemmy images!
  • Hide Lemmy Sidebars - More space for images on feed
  • Auto unblur NSFW images option
  • Option to enable old.Reddit (from https://github.com/soundjester/lemmy_monkey) - Thank you!
  • Hover to activate lemmy Toolbar
  • Significant UI changes
  • Reworked easy button for offsite

Fixes

  • Fix for '#' breaking easy subscribe button
  • Fix for script breaking other sites due to poor isLemmy implementation.
  • Fixed memory allocation issue with eventHandlers
  • Various UI bug fixes (not showing all communities, settings menu display, etc...)

Script Features:

  • Adds “Easy Subscribe” button to remote instance communities.
  • Adds a collapsible sidebar on the side of screen that shows a searchable list of your subscribed communities.
  • Adds link back to home instance and a community browser.
  • Adds an options menu to configure LemmyTools settings.

Feature for future releases:

  • When off site collect a list of communities and display in sidebar for easy subscription. (beginning implementation 0.1.2)
  • Create communities grouping function.
  • Sort sub list by recently visited
  • Create addon for firefox/chrome.

Installation and Configuration:

1 - Browser must have a Userscript addon (Tampermonkey, Greasemonkey, Etc...). Tested with Greasemonkey.

2 - Download either the .JS file or install from greasyfork.

3 - Set home lemmy instance via options page once script is loaded (and manually edit the homeInstance variable for the offsite home instance fix.

This script is all done by a complete amateur for fun. Enjoy and feel free to fork it!

Get it here: Github or GreasyFork

Please submit issues to the github for feature requests and problems: Github LemmyTools Issues

2
 
 

New Features:

  • Expandable Images
    • Acts as an auto-expander and adds the ability manually expand images by clicking and dragging.
    • Will be releasing as a seperate UserScript
  • Hide Lemmy SideBars
    • Trending, ServerInfo, Communities
  • Auto unblur NSFW images
  • Hover to activate LemmyTools bar (or click bar).

Major fixes:

  • Performance issues causing crashes. (done)
  • UI elements more user friendly.
3
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

LemmyTools 0.1.1 - GreaseMonkey Addon Script

Current Features:

  • Adds “Easy Subscribe” button to remote instance communities.
  • Adds a collapsible sidebar on the side of screen that shows a searchable list of your subscribed communities.
  • Adds link back to home instance and a community browser.
  • (new) - Adds an options menu to configure LemmyTools settings.

Upcoming features:

  • When off site collect a list of communities and display in sidebar for easy subscription.
  • Create sub communities grouping function.
  • Create remote instance search of communities and integrate with easy subscribe method.
  • Create addon for firefox/chrome.

Installation and Configuration:

1 - Browser must have Greasemonkey addon (You could use another JS injector app for the .js). Tested with Greasemonkey.

2 - Download either the .JS file or install from greasyfork.

3 - Set home lemmy instance via options page once script is loaded

This script is all done by a complete amateur for fun. Enjoy and feel free to fork it!

Get it here: Github or GreasyFork

Please submit issues to the github for feature requests and problems: Github LemmyTools Issues

ChangeLog: 0.1.1 - Updated added settings menu, fixed new compatibility changes with lemmy 0.18. 0.1a - Initial Release

4
 
 

Get it here: https://github.com/howdy-tsc/LemmyTools or https://greasyfork.org/en/scripts/469169-lemmytools

LemmyTools 0.1a - GreaseMonkey Addon Script

Current Features:

  • Adds “Easy Subscribe” button to remote instance communities.
  • Adds a collapsible sidebar on the left side of screen that shows a searchable list of your subscribed communities.
  • Adds link back to home instance for easy navigation when on remote instances.
  • On remote instance side bar is very much useless currently except for the link back home.

Upcoming features:

  • When off site collect a list of communities and display in sidebar for easy subscription.
  • Create option page for saving homeinstance and other options.
  • Create sub communities grouping function.
  • Create remote instance search of communities and integrate with easy subscribe method.
  • Create addon for firefox/chrome.

Installation and Configuration:

1 - Browser must have Greasemonkey addon (You could use another JS injector app for the .js). Tested with Greasemonkey.

2 - Download either the .JS file or install from greasyfork.

3 - After adding the script to greasemonkey, edit the script variable to add your home instance of lemmy.

EDIT THIS LINE: const theHomeinstance = ‘https://lemmy.ml’;

This script is all done by a complete amateur for fun. Enjoy and feel free to fork it!

Community Sidebar:

Community Sidebar - Search:

Easy Subscribe Button: