Il più semplice add-on Firefox per il fediverso. Condividi pagine web direttamente dal pulsante della barra degli strumenti. Servizi/protocolli supportati: Mastodon, Misskey, Hubzilla, Friendica, Socialhome, Lemmy, Pleroma e altri
Go to file
Mickie a7c797bd65 Update README file. 2022-02-10 22:17:32 -06:00
.githooks Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
public Install web-ext. 2022-02-10 21:50:04 -06:00
src Update instances doc. 2022-01-21 16:49:45 -06:00
webpack Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
.eslintrc.json Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
.gitignore Update .gitignore 2022-01-13 00:47:57 -06:00
.prettierignore Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
.prettierrc.json Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
LICENSE update version 2.1.1 2020-01-22 23:27:41 -06:00
README.md Update README file. 2022-02-10 22:17:32 -06:00
babel.config.js Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
jest.config.js Remove contributors, fix README and jest.config.js 2021-08-20 18:39:54 -05:00
jest.setup.js Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
package.json Install web-ext. 2022-02-10 21:50:04 -06:00
postcss.config.js Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
tailwind.config.js Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
tsconfig.json Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00

README.md

jest code style: prettier PRs Welcome Awesome Humane Tech

img Fedishare

Share the current tab on the fediverse.

Get the extension

1. Firefox Add-ons 2. Abrowser Add-ons
img img

The second one is the recommended option for users of GNU IceCat, Iceweasel, Abrowser and other 100% free/libre mozilla-based browsers. Or for those who are concerned about their privacy/security and want to avoid any kind of telemetry from Mozilla and third parties.

Features

Share web pages right from the toolbar button. It's an excelent alternative to the sharing buttons/plugins that are embedded in websites.

Only supports FOSS and Descentralize projects.

Services/protocols:

Permissions / Privacy

This extension doesn't require any permissions.

It only accesses the Title and URL of the current (active) tab of the browser. The only data needed is the URL of your instance(s), and it is stored locally on your browser/computer.

Screenshots

GNU IceCat / Firefox-ESR Abrowser / Firefox Standard

Contributing

You can contribute in the following ways:

  • Finding and reporting bugs.
  • Contributing code to the project by fixing bugs or implementing features.

Bug reports

Bug reports and feature suggestions can be submitted to Gitlab Issues. Please make sure that you are not submitting duplicates, and that a similar report or request has not already been resolved or rejected in the past using the search function. Please also use descriptive, concise titles.

Pull request

Please use clean, concise titles for your pull requests.

Build

This project uses the Web Extension Boilerplate.

Prerequisites

  • Mozilla-based browser: 59 (or higher)

Install all dependencies: npm i

Development

  • Dev: npm run app:dev
  • Production: npm run app:dist

Load package to browsers

Automatically

Just execute: npm run start:browser

Manually
  1. Go to the browser's URL address bar
  2. Enter about:debugging#/runtime/this-firefox
  3. Click Load Temporary Add-on...
  4. Browse to your manifest.json & click Open

CSS

tailwindcss is the framework used for this project.

  • Dev: npm run style-dev
  • Production: npm run style-dist

Set all css custom in: public/styles.css. The main.css is generated in dist.

Donations

If you like the stuff I make and are financially able please consider donating. Your support allows me to dedicate more time to this and other FOSS projects :D

Buy Me a Coffee at ko-fi.com

img

Monero XMR: 487VgBpiQhTarmVCVgKMbj9xufMJddDp2dTPFmacoBZDJJYzuicCxHQj9Fk2uNqv7z9moLV83i3jdLBv7EN368tq622rA4B

Ethereum ETH: 0x5dD6Be1C862fB79c128ca6A66bca261604b47F65

License

Large GPLv3 logo with “Free as in Freedom”

Copyright (C) 2019-2021 Miguel (aka mickie) <millet@tuta.io>
This file is part of Fedishare.
Fedishare is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.