Prevent accidental interaction with Web contents

nord-stream d7939f49be Stable version 0.2.0 8 yıl önce
branding 4f1bccc93d Initial commit 8 yıl önce
src f655706ff8 Improved compatibility with non-Firefox applications 8 yıl önce
tools 5e1ca384f4 Updated JPM.sh 8 yıl önce
.gitignore 746171ba30 README+Updated to use jpm.sh 8 yıl önce
.gitmodules 746171ba30 README+Updated to use jpm.sh 8 yıl önce
COPYING 4f1bccc93d Initial commit 8 yıl önce
Makefile 0d5a529249 Implemented silent rules 8 yıl önce
README.markdown f655706ff8 Improved compatibility with non-Firefox applications 8 yıl önce
preferences.json f655706ff8 Improved compatibility with non-Firefox applications 8 yıl önce
screenshot.png 746171ba30 README+Updated to use jpm.sh 8 yıl önce
version_info 0c2151032f Stable version 0.2.0 8 yıl önce

README.markdown

ClickGuard

For Firefox-based Web browsers. No more unwanted unintentional mouse clicks!

  1. Install ClickGuard from Mozilla's official and secure site: https://addons.mozilla.org/en-US/firefox/addon/clickguard/
  2. Open a Web page. Now you have a button named ClickGuard on your Firefox.
  3. Click & toggle the ClickGuard button.
  4. All mouse actions are disabled on this tab now. Let's try!
  5. Don't warry. Click the button once more and everything will be fine again!
  6. ClickGuard works against each tab. Toggling ClickGuard for one tab doesn't affect another.
  7. This is everything ClickGuard does. No unnecessary bloated features included.

Screenshot

Compatibility notes

  • We're working to make ClickGuard work correctly on Firefox for Android, Thunderbird and Seamonkey. Sorry for inconvenience now. Technically, this is related to issues in Mozilla's Add-on SDK.

Building

  • Needed: git, make and POSIX-compatible environment. GNU sed and grep recommended. ClickGuard uses jpm.sh for building.

  • Test run with: ./tools/jpm.sh/bin/jpm-run.sh

  • Build with:

    $ make deps
    $ make
    

License

Copyright © 2016 Desktopd Project

This program 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/.