Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterodin/salr-redux
Firefox and Chrome extension adds and extends features and functionality for Somethingawful.com
https://github.com/masterodin/salr-redux
extension-chrome extension-firefox somethingawful
Last synced: 6 days ago
JSON representation
Firefox and Chrome extension adds and extends features and functionality for Somethingawful.com
- Host: GitHub
- URL: https://github.com/masterodin/salr-redux
- Owner: MasterOdin
- License: other
- Created: 2013-04-08T16:00:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T20:12:31.000Z (12 months ago)
- Last Synced: 2024-10-24T21:56:58.472Z (14 days ago)
- Topics: extension-chrome, extension-firefox, somethingawful
- Language: JavaScript
- Homepage:
- Size: 3.46 MB
- Stars: 18
- Watchers: 5
- Forks: 14
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Something Awful Last Read Redux Extension for Chrome and Firefox Quantum
==============================================This is a port of the SALR extension for Firefox to Google Chrome and Firefox Quantum. It adds a number of improvements to the Something Awful Forums.
Installation
------------To install, download the latest version from the [Google Chrome Web Store](https://chrome.google.com/webstore/detail/something-awful-last-read/bogegdelcjhoaakaepmoglademmhiboo "Web Store") or [addons.mozilla.org for Firefox](https://addons.mozilla.org/en-US/firefox/addon/salr-redux?src=external-salrgithub "Firefox Addons"). Updates will be delivered automatically per your browser settings.
Alternatively, this can be added to chrome manually by downloading /extension/ and using the unpack option within the extensions page under Developer Mode. (Not Recommended for casual users, as updates will not be pushed automatically.)
Bug Reporting
-------------If you run into any issues using this extension, please report them in the appropriate [SA Thread](http://forums.somethingawful.com/showthread.php?threadid=3845597 "SA Thread").
Development
-----------All work on SALR Redux happens in this repository. The master branch will contain the base code for the latest release on the chrome web store. The "dev" branch will generally contain my _in-progress_ work and is as such not recommended for people to use ever. However, if people want to contribute, looking towards that branch might be best. If a critical bug comes out during work on the next dev release, I may just apply the patch directly to the master and then push that to the "dev" branch. All changes are recorded in the [Changelog](https://github.com/MasterOdin/salr-chrome/blob/master/CHANGELOG.md).
License
-------Copyright (c) 2009-2013 Scott Ferguson
Copyright (c) 2013-2016 Matthew Peveler
All rights reserved.Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of the software nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.