Skip to content

Releases: datguyducky/no-awards-fr

Fixes for infinite scrolling

06 Jun 10:20
Compare
Choose a tag to compare
  • Small fixes for the JavaScript part of this extension - to correctly support hide awards with infite scrolling on the "feeds" section of Reddit

Awards are back! So is the extension to hide them!

06 Jun 10:19
Compare
Choose a tag to compare

As of May 2024, this extension is back under development because Reddit has decided to reinstate awards (more about it here).

With these changes, "No Awards for Reddit" has been updated accordingly:

  • No longer works for old Reddit - as Reddit don't display awards there anymore
  • Combination of both CSS and JS files are used to hide awards, partially because Reddit uses shadow-root to display the section with award-button on feed posts.
  • Menu for adjusting settings got fully removed - as currently awards are only displayed in two places: posts and comments - if more things will be added in a future, then it's possible that menu will be re-added.

Final message

29 Sep 20:37
147625a
Compare
Choose a tag to compare

Effective from the 12th of September 2023, Awards and Coins have been removed from Reddit. For more information, you can refer to this post here. Due to these changes, this extension has become obsolete, and I had to take the following actions:

  • Delisted the extension from both the Chrome Web Store and Firefox Add-ons site.
  • Archived this repository.

Reddit is planning to introduce a new reward system in the near future, which might lead to a revival of this extension. But for now, farewell, and heartfelt thanks to everyone who used No Awards for Reddit! 👋

Update links to datguyducky

08 Jun 19:57
Compare
Choose a tag to compare
v2.2.3

Update links to datguyducky

Remove RPAN streams support

10 May 15:25
Compare
Choose a tag to compare
  • As RPAN streams were officialy removed from Reddit (read more about it here) - there's no longer need to support hiding awards for them, so any mention and file related to that got removed

Awards on profile, fixes and missed "Get coins on navbar"

09 Oct 16:05
Compare
Choose a tag to compare
  • Fixed an issue where an empty space was displayed after hidding the "Get Coins" button on navbar
  • Added an option to hide two buttons ("Awards received" and "Awards given") on profile view
  • The "Coins" button on navbar (or maybe it should be called subreddits menu/list) that was missed before is now hidden when the correct setting is applied from the menu.

Awards on comments and posts non-interactable, bug fixes and a little bit more

23 Apr 22:32
Compare
Choose a tag to compare
  • added new option to make the awards on comments and posts non-interactable as requested by one of the users of this extension (thanks for the suggestion :)).
  • "Give Award" button should be hidden now both on posts and comments.
  • "Coins X" button on user profile dropdown should also be hidden now.
  • bug fixes to other existing options.

Settings menu, more awards-related things to disable

23 Apr 21:51
Compare
Choose a tag to compare
  • Added settings pop-up to select which awards should be hidden
  • Added an option to hide awards not only on posts and comments but also on RPAN streams and buttons related to getting coings and gifting awards
  • Each option have a seperate .css file which is then added to the header tag on Reddit in order to correctly applied stying related to that setting

Small note, I've completely forgot to create this release on Github, so it's a couple months late from when the changes were pushed and published on Firefox and Chrome extensions stores

Fix for chromium browsers

05 Oct 12:38
72acb7e
Compare
Choose a tag to compare

Style with !important rule

Remove all the awards via a CSS file

02 Oct 16:10
Compare
Choose a tag to compare
  • same effect for the users but with less code.
  • this is EXTREMELY FASTER way to remove all the awards from the site.
  • now awards should be removed from the site almost as soon as the posts/comments are loaded.