From bdb64fd6ec88b805004f140477ab67e787ccc0b5 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 28 May 2017 14:03:35 -0400 Subject: [PATCH] Created Element zapper (markdown) --- Element-zapper.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Element-zapper.md diff --git a/Element-zapper.md b/Element-zapper.md new file mode 100644 index 0000000..e9c48b5 --- /dev/null +++ b/Element-zapper.md @@ -0,0 +1,17 @@ +The purpose of the element zapper is to quickly deal with the removal of nuisance elements on a page **without** having to create one or more filters. + +![a](https://cloud.githubusercontent.com/assets/585534/26530837/b51a874a-43aa-11e7-8512-0927be4d8992.png) + +Sometimes we visit a page on a site for which we do not intend to become a regular visitor, and many sites nowadays will throw nuisance visual elements preventing you from accessing the content. However oftentimes we would rather not go through the process of creating one or more filters for just that one visit. This is where the element-zapper mode is useful: you can quickly get rid of the nuisance visual element without having to pollute your filter set for this one single visit. + +Really, this feature is already supported by all browsers if one care to use the developer tools of the browser, however the purpose of the element-zapper is to make it easy for everybody to use: highlight and click with no need to open the developer tools. + +Additionally, depending on what element you are zapping, the element zapper will also try to detect and deal with those pages preventing from scrolling through the whole content. + +Once you enter the "element-zapper mode": +- Highlighting then clicking a page element will remove this element from the document and exit element-zapper mode; + - Press the Shift key while clicking if you do not want to exit element-zapper mode. +- Highlighting a page element and then pressing the Delete key will remove the element from the document, without quitting the element-zapper mode; +- Pressing the Esc key will exit element-zapper mode. + +Of course, since no filters are created, all the elements you removed will be back once you reload the page. \ No newline at end of file