Skip to content

A really simple Chrome extension to temporarily disable all links on a webpage.

Notifications You must be signed in to change notification settings

fabiosangregorio/links-disabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Links Disabler

Links Disabler

A lightweight extension which lets you disable all links on a webpage.

Get the extension

Usage

To toggle between disabling and enabling all links, simply click the extension icon (located in the upper right corner of the browser) or use the keyboard shortcut Alt + Shift + D.

Features

The extension curretly comes with two main features, which can be activated through the extension's options page (see below for more details).

Save toggle status globally and on page reload

If this option is checked, when you hit "disable links" the change will be reflected on all tabs, and links will stay disabled even after page reload.

Only disable links that follow a pattern

If this option is enabled, when you hit "disable links" only links in the disable list will be disabled. All other links will stay enabled.

This option is automatically enabled if the disable list is not empty.

The disable list can be configured with a pattern per line, and accepts wildcards with the * sign.

Example:

*.google.com*
https://www.amazon.com/stores/node/*
http://*

Configuration

Shortcuts

You can configure the shortcut in the Chrome shortcuts page at chrome://extensions/shortcuts

Options

You can configure the extension options through the extension's options page:

links-disabler

Like the project?

Buy Me A Coffee

Bugs and feature requests

For any issues, bugs and feature requests feel free to open an issue on Github.

Versioning

Releases versions on Github correspond to the relative release version on the Chrome Web Store.

We follow Semantic Versioning. The version X.Y.Z indicates:

  • X is the major version (backward-incompatible),
  • Y is the minor version (backward-compatible), and
  • Z is the patch version (backward-compatible bug fix).