2015-02-21 22:00:28 -05:00
<!DOCTYPE html>
2020-09-26 12:03:23 -04:00
< meta charset = "UTF-8" >
2015-02-21 22:00:28 -05:00
< html >
2019-10-19 05:27:27 -04:00
< head >
2021-02-15 12:50:30 -05:00
< link href = "https://fonts.googleapis.com/css?family=Rubik:wght@300;500;800&display=swap" rel = "stylesheet" >
2019-10-19 05:27:27 -04:00
< link href = 'popup.css' rel = 'stylesheet' type = 'text/css' >
< script src = "popup.js" type = "text/javascript" > < / script >
< / head >
< body >
2021-02-15 12:50:30 -05:00
< div id = "body-without-toucan" >
2020-09-26 12:03:23 -04:00
< div class = "fade-when-deactivate" >
2019-10-19 05:27:27 -04:00
< h1 > Enter the name here:< / h1 >
< form id = "change-name-form" >
< input type = "text" id = "change-name-form-text" / >
2020-09-26 12:03:23 -04:00
< input type = "submit" class = "change" value = "Change" / >
2019-10-19 07:05:20 -04:00
< / form >
2019-10-19 05:27:27 -04:00
< details >
< summary > Need to replace something other than Y/N?< / summary >
< p > < small > This change will go away when you refresh/go to another page unless you check the box next to "Store this replacement".< / small > < / p >
< p >
< form id = "replace-other-words-form" class = "other-words" >
< label >
< span > Value (e.g. L/N, E/C, etc):< / span >
< input type = "text" id = "replace-word" class = "other" / >
< / label >
2019-10-19 06:35:59 -04:00
< label >
< input type = "checkbox" id = "is-case-sensitive" > Case sensitive
< / label >
< br > < br >
2019-10-19 05:27:27 -04:00
< label >
< span > Replace with:< / span >
2019-10-19 06:35:59 -04:00
< input type = "text" id = "replace-with" class = "replace-with" / >
2019-10-19 05:27:27 -04:00
< / label >
2019-10-19 06:35:59 -04:00
< br >
2019-10-19 05:27:27 -04:00
< label >
< input type = "checkbox" id = "is-perm" > Store this replacement
< / label >
< input type = "submit" class = "change" value = "Change" >
< / form >
< / p >
< / details >
< details >
< summary id = "show-saved" > Stored Replacements< / summary >
< p > < small > To remove, simply click on a replacement. To change, re-enter in the previous section.< / small > < / p >
< div class = "saved-items-list-wrapper" >
< ul id = "saved-items-list" >
< / ul >
< / div >
< / details >
2020-09-26 12:03:23 -04:00
< / div >
< div >
2019-10-19 05:27:27 -04:00
< details >
2020-09-26 12:03:23 -04:00
< summary > ⚙️ Settings< / summary >
< div class = "fade-when-deactivate" > < input type = "checkbox" id = "enable-observer" > Auto-detect page changes < small > (Wattpad support)< / small > < br > < / div >
2020-10-18 09:26:41 -04:00
< div class = "fade-when-deactivate-only" > < input type = "checkbox" id = "pause" > Pause extension on "< span id = "this-url" > < / span > "< br > < / div >
< input type = "checkbox" id = "deactivate" > Deactivate extension
2019-10-19 05:27:27 -04:00
< / details >
2016-06-18 23:04:38 -04:00
< / div >
2020-09-26 12:03:23 -04:00
< input type = "button" id = "refresh-replacements" class = "fade-when-deactivate" value = "Refresh Replacements" / >
2019-10-19 07:34:02 -04:00
< a href = "http://interactivefics.tumblr.com/ask" target = "_blank" > Feedback, suggestions and requests.< / a > < / br >
< a href = "https://interactivefics.tumblr.com/changelog" target = "_blank" > > What's new?< / a > < / br >
2020-09-26 12:03:23 -04:00
< div id = "src-code" >
🤖 < a href = "https://github.com/interactivefics/interactive-fics" target = "_blank" > source code< / a > 🤖
< / div >
2021-02-15 12:50:30 -05:00
< / div >
< div id = "toucan" >
< hr >
< a id = "toucan-link" href = "https://jointoucan.com/partners/interactivefics" target = "_blank" title = "Please install Toucan via this link to support InteractiveFics!" >
< h4 > < b > Sponsored by< / b > < / h4 >
< / a >
< / div >
2019-10-19 05:27:27 -04:00
< / body >
2015-02-21 22:00:28 -05:00
< / html >