lucasrowe / spoiled

A Chrome extension that blocks content using any keywords a user specifies.
GNU General Public License v2.0
10 stars 5 forks source link

Placeholder text and style applies incorrectly #17

Closed lucasrowe closed 8 years ago

lucasrowe commented 8 years ago

A span detected the word 'glenn' below in multiple elements. Note that the span never got the .hidden-spoiler class and the a href was detected but didn't actually hide anything with the CSS it applied.

<span class="kf-keep-source">[text overridden by Spoiled]</span>    
<div class="kf-keep-title"><a class="kf-keep-title-link hidden-spoiler" ng-href="http://glennstovall.com/blog/2013/06/27/angularjs-an-overview/" target="_blank" ng-click="clickCallback({keep: keep, event: $event})" rel="nofollow" click-action="clickedArticleTitle" kf-ellipsis="" full-text="displayTitle" ng-bind="displayTitle" max-num-lines="2" href="http://glennstovall.com/blog/2013/06/27/angularjs-an-overview/">Angul…</a><a class="kf-keep-title-link hidden-spoiler" ng-href="{{::keep.url}}" target="_blank" ng-click="clickCallback({keep: keep, event: $event})" rel="nofollow" click-action="clickedArticleTitle" kf-ellipsis="" full-text="displayTitle" ng-bind="displayTitle" max-num-lines="2" style="display: block; position: absolute; top: -99999px; left: -99999px; visibility: hidden; width: 46px;">Angul…</a></div>

image