Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
discussing parts of the persistent page effect, re #1 #3
Comments
|
https://github.com/mdn/webextensions-examples/tree/master/apply-css example of applying CSS to every page. |
|
Note: The replaceText library does not do recursive searching of the HTML doc. |
added a commit
that referenced
this issue
Dec 12, 2017
biancadanforth
closed this
in
1c4337e
Dec 12, 2017
added a commit
that referenced
this issue
Dec 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gregglind commentedDec 5, 2017
•
Edited 3 times
-
gregglind
Dec 5, 2017
-
gregglind
Dec 5, 2017
-
gregglind
Dec 5, 2017
When effect happens
What effect is.
transform: scaleY(-1)) see https://codepen.io/BJack/pen/sGmopSuggested design:
background-script.js => keeps the list of words, and the 'already seen' list.
content-script.js, use http://benalman.com/code/projects/jquery-replacetext/examples/replacetext/ to sub in
<span=wr-modified>or such around the affected wordscommunication between content and background: