Repository: brandon1024/find Branch: master Commit: 288053bdfb26 Files: 43 Total size: 402.1 KB Directory structure: gitextract_xf1_b131/ ├── .github/ │ ├── ISSUE_TEMPLATE.md │ └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── PRIVACY.md ├── README.md ├── _locales/ │ ├── en/ │ │ └── messages.json │ └── zh/ │ └── messages.json ├── app.js ├── background/ │ ├── background.js │ ├── browser-action-proxy.js │ ├── content-proxy.js │ ├── omni.js │ └── service_worker.js ├── build.sh ├── content/ │ ├── content.js │ ├── highlighter.js │ └── parser.js ├── docs/ │ ├── _config.yml │ ├── help.css │ └── index.html ├── lib/ │ └── html-entity-handler/ │ └── entityhandler.js ├── manifest.json ├── manifest_firefox.json └── popup/ ├── css/ │ ├── extension.css │ ├── messagepane.css │ ├── optionspane.css │ ├── replacepane.css │ ├── savedexpressionspane.css │ └── searchpane.css ├── js/ │ ├── background-proxy.js │ ├── browser-action.js │ ├── history.js │ ├── i18n.js │ ├── message-pane.js │ ├── options-pane.js │ ├── replace-pane.js │ ├── saved-expressions-pane.js │ ├── search-pane.js │ └── storage.js └── popup.html ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/ISSUE_TEMPLATE.md ================================================ ## Issue Description ## Steps to Reproduce - . - . - . ## Tasks - [ ] t1 - [ ] t2 - [ ] t3 ## Screenshots and Documentation ================================================ FILE: .github/PULL_REQUEST_TEMPLATE.md ================================================ ## Fixes # ### Changes Proposed in this Pull Request: - . - . - . ### Additional Comments and Documentation: ================================================ FILE: .gitignore ================================================ /.idea/ .build/ ================================================ FILE: CODE_OF_CONDUCT.md ================================================ # Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. ## Our Standards Examples of behavior that contributes to creating a positive environment include: * Using welcoming and inclusive language * Being respectful of differing viewpoints and experiences * Gracefully accepting constructive criticism * Focusing on what is best for the community * Showing empathy towards other community members Examples of unacceptable behavior by participants include: * The use of sexualized language or imagery and unwelcome sexual attention or advances * Trolling, insulting/derogatory comments, and personal or political attacks * Public or private harassment * Publishing others' private information, such as a physical or electronic address, without explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. ## Scope This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at brandon1024.br@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] [homepage]: http://contributor-covenant.org [version]: http://contributor-covenant.org/version/1/4/ ================================================ FILE: CONTRIBUTING.md ================================================ # Contributing to {find+} We need help! We feel this project has great potential, but there is a lot of work to go around. If you are interested in becoming a contributor, reading this document should help you get started. All contributions from the community must follow the [Code of Conduct](CODE_OF_CONDUCT.md). ## Reporting an Issue Did you notice an issue? We probably missed something. Let us know by [opening an issue](https://github.com/brandon1024/find/issues). Be sure to check whether the issue has already been brought up (expand upon the issue if you have more details), or whether the issue has been fixed in a new release. In creating a new issue, ensure you use a succinct title, full description, and images if applicable. If you think you can fix the issue yourself, follow the steps to become a contributor. If you feel the issue is outside of your comfort zone, you can mention someone in the description or assign the issue to another developer. ## Making Changes Our project follows the git-flow. This means that we have a `master` (stable-release) branch, and a `develop` (beta) branch. All proposed changes must be targeted at the `develop` branch. Once you create a fork of this repository, you can make your changes on a feature branch and open a pull request to the upstream project when it's ready. Once you think your changes are ready to be merged, create a pull request. Use a succinct title, full description, and images if applicable. Linking a pull request to the original issue helps the reviewer when testing your changes. Provide a description of how you tested your changes locally. Another developer will review your changes, provide feedback, and merge once everything looks good. ## Reviewing a Pull Request Code reviews plays an important part of our development cycle. As a reviewer, it's important to check that fixes/functionality is working as described, that the changes follow good style guidelines, and that the changes provide value to the project. ================================================ FILE: LICENSE ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. {one line to give the program's name and a brief idea of what it does.} Copyright (C) {year} {name of author} This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: {project} Copyright (C) {year} {fullname} This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: PRIVACY.md ================================================ # Find+ Privacy Policy Find+ does not collect any data of any kind. - Find+ is run on the client, only. There are no external servers hosted to support this extension. - Find+ doesn't embed any kind of analytic or telemetry hooks in its code. - Find+ doesn't accept donations or any other form of financing. - Find+ doesn't make any web requests to any third party servers. ================================================ FILE: README.md ================================================ # **{find+}** [![Chrome Users](https://img.shields.io/chrome-web-store/users/fddffkdncgkkdjobemgbpojjeffmmofb.svg?style=flat&label=chrome%20users)](https://chrome.google.com/webstore/detail/find%2B/fddffkdncgkkdjobemgbpojjeffmmofb) [![Firefox Users](https://img.shields.io/amo/users/brandon1024-find.svg?label=firefox%20users&style=flat)](https://addons.mozilla.org/en-US/firefox/addon/brandon1024-find/) [![Last Commit on GitHub](https://img.shields.io/github/last-commit/brandon1024/find.svg?style=flat)](https://github.com/brandon1024/find/commits/develop) **{find+}** is a powerful _find-in-page_ extension for Chrome and Firefox that allows you to search for content in a web page or document by regular expression. It is a feature-rich alternative to the native _find-in-page_ tool built into your browser. Some notable features: - match a regular expression against text in a web page - quickly search for text using the browser omnibox - find and replace text in a page - copy occurrences of a regular expression to your clipboard - store frequently-used patterns - adjust colours and search settings ## Getting Started The **{find+}** extension is available through the Chrome Web Store and through the Firefox Add-ons Store. Download the extension here: [find+ | Regex Find-in-Page Tool](https://chrome.google.com/webstore/detail/find%2B/fddffkdncgkkdjobemgbpojjeffmmofb). Download the extension here: [{find+} – Get this Extension for 🦊 Firefox](https://addons.mozilla.org/en-US/firefox/addon/brandon1024-find/). ## Keyboard Shortcuts In Firefox, you can use CTRL++F to open the extension popup. To open the extension popup in Chrome using a keyboard shortcut, you must first assign a keyboard shortcut to the extension through the Chrome settings. You can do this by following these steps: 1. Navigate to the `Extensions` settings page in Chrome, or type `chrome://extensions/` into the navigation bar. 2. In the top left click on the ☰ menu icon, then click `Keyboard shortcuts`. 3. Locate the shortcut settings for find+. Click the input field located to the right of the label `Activate the extension`. 4. Press the combination of keys you would like to use, and once complete press `OK`. We recommend using CTRL++F, since it shouldn't conflict with any other browser keyboard shortcut mappings. When the extension popup is open, there are a number of keyboard shortcuts you can use. These settings cannot be remapped. | Windows Shortcut | macOS Shortcut | Action | | :------------------------------------------------- | :------------------------------------------------- | :--------------------------------------------------------------------- | | | | Advance to the next occurrence of the regular expression in the page | | + | + | Return to the previous occurrence of the regular expression in the page| | CTRL++ | ^++ | Follow the first highlighted link in the current occurrence focus | | CTRL+ALT+C | ^++C | Copy to the clipboard the currently highlighted text on the page. | | CTRL+ALT+A | ^++A | Copy to the clipboard the all highlighted text on the page. | | CTRL+ALT+O | ^++O | Expand or Collapse Options Pane | | CTRL+ALT+R | ^++R | Expand or Collapse Replace Text Pane | | CTRL+ALT+H | ^++H | Expand or Collapse Saved Expressions Pane | | CTRL+ or ESC | ^+ or ESC | Close the extension popup | ## Omnibox Support In version 1.4.0, we introduced omnibox support! This allows you to highlight text on a page without even opening the extension. To use this feature, type `findplus` in your browser's address bar, press or , and then enter a regular expression. Occurrences of the regular expression will become highlighted on the page as you type. Pressing `ENTER` will leave the highlights in the page. To remove the highlights, simply refresh the page. If you don't want to leave the highlights in the page, just erase the text entered in the address bar. ## Contributing We can use your help! Our [CONTRIBUTING](CONTRIBUTING.md) doc should help get you started. ## Contributors [](https://github.com/brandon1024) [](https://github.com/MichaelWalz) [](https://github.com/muescha) [](https://github.com/amit-gshe) [](https://github.com/ReporterX) [](https://github.com/pzhlkj6612) ## License This project is licensed under the [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html). ================================================ FILE: _locales/en/messages.json ================================================ { "extension_name": { "message": "find+ | Regex Find-in-Page Tool", "description": "The extension name in the manifest file." }, "extension_description": { "message": "A find-in-page extension with support for regular expressions.", "description": "Short description of the extension in the manifest file." }, "search_field_title": { "message": "Search Field", "description": "Tooltip text for the search field." }, "malformed_regex_error_title": { "message": "Malformed Regex:\nThe regular expression entered is not acceptable, as it is either an invalid regular expression, or not supported according to the Javascript RegExp specification", "description": "Tooltip text for the invalid regex icon." }, "clipboard_copy_error_title": { "message": "Unable to copy to the clipboard due to unexpected error.", "description": "Tooltip text for the clipboard copy error icon." }, "iframes_found_warning_title": { "message": "One or more iframes were encountered in the page. As a result, some occurrences of your search query may not be highlighted in the page.", "description": "Tooltip text for the iframes encountered warning icon." }, "clipboard_copy_title": { "message": "Regex occurrence copied to clipboard.", "description": "Tooltip text for the clipboard copy successful icon." }, "installation_information_title": { "message": "Welcome and thanks for installing our extension! Here are some tips to get you started:\n\tENTER : Advance to the next occurrence of the regular expression in the page\n\tSHIFT-ENTER : Return to the previous occurrence of the regular expression in the page\n\tCTRL-ALT-O : Expand or Collapse Options Pane\n\tCTRL-ALT-R : Expand or Collapse Replace Text Pane\n\tCTRL-ENTER or ESC : Close the extension popup", "description": "Tooltip text for the install information icon." }, "update_information_title": { "message": "We just updated the extension! Now it works better than ever :)\nCheck out our GitHub page for information about this update!", "description": "Tooltip text for the update information icon." }, "search_prev_title": { "message": "Previous", "description": "Tooltip text for the seek backwards button." }, "search_next_title": { "message": "Next", "description": "Tooltip text for the seek forwards button." }, "toggle_options_pane_title": { "message": "Toggle Options Pane", "description": "Tooltip text for the toggle options pane button." }, "toggle_saved_expressions_button": { "message": "Show Saved Expressions", "description": "Tooltip text for the show saved expressions button." }, "copy_to_clipboard_button_title": { "message": "Copy All Occurrences To Clipboard", "description": "Tooltip text for the copy to clipboard button." }, "toggle_find_replace_button_title": { "message": "Find and Replace", "description": "Tooltip text for the find and replace toggle button." }, "close_extension_title": { "message": "Close find+", "description": "Tooltip text for the close extension button." }, "replace_field_title": { "message": "Replace Field", "description": "Tooltip text for the replace field." }, "replace_button_title": { "message": "Replace Next", "description": "Tooltip text for the replace next button." }, "replace_all_button_title": { "message": "Replace All", "description": "Tooltip text for the replace all button." }, "search_option_find_by_regex_title": { "message": "If enabled, text entered in the search field will be treated as a regular expression.\nIf disabled, the text is treated as string literal.", "description": "Tooltip text for the find by regex option description icon." }, "search_option_match_case_title": { "message": "If enabled, the case of characters must match that of the query string.\nIf disabled, the case of characters in the query string are not considered.", "description": "Tooltip text for the match case option description icon." }, "search_option_persistent_highlights_title": { "message": "If enabled, highlights in the web page will remain after the extension closes.\nRemove the highlights by reloading the page or reopening the extension.", "description": "Tooltip text for the persistent highlights option description icon." }, "extension_option_persistent_storage_incognito_title": { "message": "If enabled, searches and options will be persisted in regular and incognito sessions.\nIf disabled, no session information will be saved while incognito.", "description": "Tooltip text for the persistent storage incognito option description icon." }, "extension_option_hide_option_pane_toggle_button_title": { "message": "If enabled, the button used to toggle the option pane will be hidden.\nThe keyboard shortcuts may still be used to display or hide the pane.", "description": "Tooltip text for the hide option pane toggle button option description icon." }, "extension_option_hide_saved_expressions_pane_toggle_button_title": { "message": "If enabled, the button used to toggle the saved expressions pane will be hidden.\nThe keyboard shortcuts may still be used to display or hide the pane.", "description": "Tooltip text for the hide saved expressions pane toggle button option description icon." }, "extension_option_hide_copy_to_clipboard_toggle_button_title": { "message": "If enabled, the button used to copy all occurrences to clipboard will be hidden.\nThe keyboard shortcuts may still be used to copy all occurrences to clipboard.", "description": "Tooltip text for the copy all occurrences to clipboard button option description icon." }, "extension_option_hide_find_replace_toggle_button_title": { "message": "If enabled, the button used to toggle the Find and Replace pane will be hidden.\nThe keyboard shortcuts may still be used to display or hide the pane.", "description": "Tooltip text for the hide find and replace pane toggle button option description icon." }, "saved_expression_icon_title": { "message": "Load this expression", "description": "Tooltip text for a saved expression entry icon." }, "delete_saved_expression_icon_title": { "message": "Delete this expression", "description": "Tooltip text for a delete saved expression entry icon." }, "clear_expressions_button_title": { "message": "Clear All Saved Expressions", "description": "Tooltip text for the clear saved expressions button." }, "save_expression_button_title": { "message": "Save Expression in Search Field", "description": "Tooltip text for the save expression button." }, "replace_field_placeholder": { "message": "Replace with..", "description": "Placeholder text for the replace field." }, "replace_button_text": { "message": "Replace", "description": "Text displayed inside the replace button." }, "replace_all_button_text": { "message": "Replace All", "description": "Text displayed inside the replace all button." }, "extension_limitation_internal_restricted_browser_page_text": { "message": "Oops! It appears you are trying to use the extension in a restricted internal browser page. Browser developers have blocked extensions from executing here to prevent the malicious injection of code. This is a security limitation across all browser extensions.", "description": "Text displayed in the message pane when the extension is used in an internal restrcited browser page." }, "extension_limitation_pdf_text": { "message": "Oops! It appears you are trying to use the extension in a PDF document. Unfortunately, due to the complexity of the PDF viewer our extension is not able to handle searching through a PDF. We recommend using the native tool instead.", "description": "Text displayed in the message pane when the extension is used in a PDF." }, "extension_limitation_offline_file_text": { "message": "Something went wrong internally while trying to search this offline file. Luckily, we might know how to fix this. Navigate to 'chrome://extensions' and locate the checkbox 'Allow access to file URLs' in the 'Details' page of the {find+} extension.", "description": "Text displayed in the message pane when the extension is used in an offline file without adequate permissions for parsing file contents." }, "search_options_header_text": { "message": "Expression Options", "description": "Header text displayed in the options pane." }, "extension_options_header_text": { "message": "Extension Options", "description": "Header text displayed in the options pane." }, "saved_expressions_body_header": { "message": "Saved Expressions", "description": "Header text displayed in the saved expressions pane." }, "search_option_find_by_regex_text": { "message": "Find by Regular Expression", "description": "Text displayed beside the find by regex option." }, "search_option_match_case_text": { "message": "Match Case", "description": "Text displayed beside the match case option." }, "search_option_persistent_highlights_text": { "message": "Persistent Highlights", "description": "Text displayed beside the persistent highlights option." }, "extension_option_persistent_storage_incognito_text": { "message": "Persistent Storage (Incognito)", "description": "Text displayed beside the persistent storage option." }, "extension_option_hide_option_pane_toggle_button_text": { "message": "Hide Option Pane Toggle Button", "description": "Text displayed beside the hide option pane toggle button option." }, "extension_option_hide_saved_expressions_pane_toggle_button_text": { "message": "Hide Saved Expressions Pane Toggle Button", "description": "Text displayed beside the hide saved expressions pane toggle button option." }, "extension_option_hide_copy_to_clipboard_toggle_button_text": { "message": "Hide Copy To Clipboard Button", "description": "Text displayed beside the hide copy to clipboard toggle button option." }, "extension_option_hide_find_replace_toggle_button_text": { "message": "Hide Find and Replace Pane Toggle Button", "description": "Text displayed beside the hide find and replace toggle button option." }, "search_option_max_results_text": { "message": "Max Highlighted Results", "description": "Text displayed above the max highlighted results option." }, "search_option_index_highlight_text": { "message": "Selected Occurrence Highlight Color", "description": "Text displayed above the index highlight color option." }, "search_option_all_highlight_text": { "message": "Highlight Color", "description": "Text displayed above the all highlight color option." }, "reset_options_button_text": { "message": "Reset All Options", "description": "Text displayed in the reset options button." }, "no_expressions_found_text": { "message": "No saved expressions found.", "description": "Text displayed in the saved expressions pane when no expressions exist." }, "clear_expressions_button_text":{ "message": "Clear Saved Expressions", "description": "Text displayed in the saved expressions pane." }, "save_expression_button_text":{ "message": "Save Expression", "description": "Text displayed in the saved expressions pane." }, "contextmenu_show_help_title": { "message": "Show Help", "description": "Text displayed inside the show-help button in the context menu." } } ================================================ FILE: _locales/zh/messages.json ================================================ { "extension_name": { "message": "find+ | 正则页内查找工具", "description": "The extension name in the manifest file." }, "extension_description": { "message": "一个支持正则表达式查找的扩展程序", "description": "Short description of the extension in the manifest file." }, "search_field_title": { "message": "表达式", "description": "Tooltip text for the search field." }, "malformed_regex_error_title": { "message": "表达式错误:\n可能输入了不符合 JavaScript 规范的正则表达式。", "description": "Tooltip text for the invalid regex icon." }, "clipboard_copy_error_title": { "message": "未知错误,无法复制到剪贴板。", "description": "Tooltip text for the clipboard copy error icon." }, "iframes_found_warning_title": { "message": "由于该页面包含 iframe,页面上的某些内容将被忽略从而没有高亮。", "description": "Tooltip text for the iframes encountered warning icon." }, "clipboard_copy_title": { "message": "匹配项已复制到剪贴板。", "description": "Tooltip text for the clipboard copy successful icon." }, "installation_information_title": { "message": "欢迎!感谢您安装我们的扩展程序。这里是一些提示:\n\tENTER:查看页面中的下一个匹配项\n\tSHIFT-ENTER:查看页面中的上一个匹配项\n\tCTRL-ALT-O:显示或隐藏“设置”面板\n\tCTRL-ALT-R:显示或隐藏“查找并替换”面板\n\tCTRL-ENTER 或 ESC:关闭本窗口", "description": "Tooltip text for the install information icon." }, "update_information_title": { "message": "我们刚刚更新了这个扩展程序!现在它更好用了 :)\n请访问我们的 GitHub 页面了解本次更新的详细信息!", "description": "Tooltip text for the update information icon." }, "search_prev_title": { "message": "上一个", "description": "Tooltip text for the seek backwards button." }, "search_next_title": { "message": "下一个", "description": "Tooltip text for the seek forwards button." }, "toggle_options_pane_title": { "message": "设置", "description": "Tooltip text for the toggle options pane button." }, "toggle_saved_expressions_button": { "message": "保存的表达式", "description": "Tooltip text for the show saved expressions button." }, "copy_to_clipboard_button_title": { "message": "复制到剪贴板", "description": "Tooltip text for the copy to clipboard button." }, "toggle_find_replace_button_title": { "message": "查找并替换", "description": "Tooltip text for the find and replace toggle button." }, "close_extension_title": { "message": "关闭 find+", "description": "Tooltip text for the close extension button." }, "replace_field_title": { "message": "替换文本", "description": "Tooltip text for the replace field." }, "replace_button_title": { "message": "替换下一个匹配项", "description": "Tooltip text for the replace next button." }, "replace_all_button_title": { "message": "替换所有匹配项", "description": "Tooltip text for the replace all button." }, "search_option_find_by_regex_title": { "message": "若启用,将“表达式”视为正则表达式;\n若禁用,则视为普通文本。", "description": "Tooltip text for the find by regex option description icon." }, "search_option_match_case_title": { "message": "若启用,“表达式”大小写敏感;\n若禁用,则忽略大小写。", "description": "Tooltip text for the match case option description icon." }, "search_option_persistent_highlights_title": { "message": "若启用,关闭本窗口后仍然显示高亮。\n要移除高亮,刷新页面或重新打开本扩展程序", "description": "Tooltip text for the persistent highlights option description icon." }, "extension_option_persistent_storage_incognito_title": { "message": "若启用,本扩展程序的设置和已保存的表达式将由常规浏览和无痕浏览共享;\n若禁用,在无痕浏览时所作的任何修改均不会保留", "description": "Tooltip text for the persistent storage incognito option description icon." }, "extension_option_hide_option_pane_toggle_button_title": { "message": "若启用,将隐藏顶部的“设置”面板切换按钮。\n仍可使用快捷键显示或隐藏该面板。", "description": "Tooltip text for the hide option pane toggle button option description icon." }, "extension_option_hide_saved_expressions_pane_toggle_button_title": { "message": "若启用,将隐藏顶部的“保存的表达式”面板切换按钮。\n仍可使用快捷键显示或隐藏该面板。", "description": "Tooltip text for the hide saved expressions pane toggle button option description icon." }, "extension_option_hide_copy_to_clipboard_toggle_button_title": { "message": "若启用,将隐藏顶部的“复制到剪贴板”按钮。\n仍可使用快捷键复制所有匹配项到剪贴板。", "description": "Tooltip text for the copy all occurrences to clipboard button option description icon." }, "extension_option_hide_find_replace_toggle_button_title": { "message": "若启用,将隐藏顶部的“查找并替换”面板切换按钮。\n仍可使用快捷键显示或隐藏该面板。", "description": "Tooltip text for the hide find and replace pane toggle button option description icon." }, "saved_expression_icon_title": { "message": "使用该表达式", "description": "Tooltip text for a saved expression entry icon." }, "delete_saved_expression_icon_title": { "message": "删除该表达式", "description": "Tooltip text for a delete saved expression entry icon." }, "clear_expressions_button_title": { "message": "清空已保存的表达式", "description": "Tooltip text for the clear saved expressions button." }, "save_expression_button_title": { "message": "保存当前表达式", "description": "Tooltip text for the save expression button." }, "replace_field_placeholder": { "message": "替换为…", "description": "Placeholder text for the replace field." }, "replace_button_text": { "message": "替换", "description": "Text displayed inside the replace button." }, "replace_all_button_text": { "message": "全部替换", "description": "Text displayed inside the replace all button." }, "extension_limitation_internal_restricted_browser_page_text": { "message": "哎呀!您似乎正在浏览器内部页面或某些受限制的页面中使用本扩展程序。为避免遭受恶意代码的攻击,浏览器开发者对所有的扩展程序都施加了安全限制,因此本扩展程序无法在该页面运行。", "description": "Text displayed in the message pane when the extension is used in an internal restrcited browser page." }, "extension_limitation_pdf_text": { "message": "哎呀!您似乎正在 PDF 文档中使用本扩展程序。由于浏览器的内置阅读器比较复杂,很遗憾,我们无法进行查找,建议改用专门的 PDF 阅读器", "description": "Text displayed in the message pane when the extension is used in a PDF." }, "extension_limitation_offline_file_text": { "message": "在离线文件中查找时出现错误,请按下列步骤操作:访问“chrome://extensions”,进入 find+ 扩展程序的详情页,勾选“允许访问文件网址”复选框。", "description": "Text displayed in the message pane when the extension is used in an offline file without adequate permissions for parsing file contents." }, "search_options_header_text": { "message": "表达式设置", "description": "Header text displayed in the options pane." }, "extension_options_header_text": { "message": "扩展程序设置", "description": "Header text displayed in the options pane." }, "saved_expressions_body_header": { "message": "保存的表达式", "description": "Header text displayed in the saved expressions pane." }, "search_option_find_by_regex_text": { "message": "正则表达式", "description": "Text displayed beside the find by regex option." }, "search_option_match_case_text": { "message": "匹配大小写", "description": "Text displayed beside the match case option." }, "search_option_persistent_highlights_text": { "message": "保持高亮", "description": "Text displayed beside the persistent highlights option." }, "extension_option_persistent_storage_incognito_text": { "message": "存储持久化(无痕浏览)", "description": "Text displayed beside the persistent storage option." }, "extension_option_hide_option_pane_toggle_button_text": { "message": "隐藏“设置”按钮", "description": "Text displayed beside the hide option pane toggle button option." }, "extension_option_hide_saved_expressions_pane_toggle_button_text": { "message": "隐藏“保存的表达式”按钮", "description": "Text displayed beside the hide saved expressions pane toggle button option." }, "extension_option_hide_copy_to_clipboard_toggle_button_text": { "message": "隐藏“复制到剪贴板”按钮", "description": "Text displayed beside the hide copy to clipboard toggle button option." }, "extension_option_hide_find_replace_toggle_button_text": { "message": "隐藏“查找并替换”按钮", "description": "Text displayed beside the hide find and replace toggle button option." }, "search_option_max_results_text": { "message": "最大高亮数量", "description": "Text displayed above the max highlighted results option." }, "search_option_index_highlight_text": { "message": "选中项的高亮颜色", "description": "Text displayed above the index highlight color option." }, "search_option_all_highlight_text": { "message": "高亮颜色", "description": "Text displayed above the all highlight color option." }, "reset_options_button_text": { "message": "重置所有设置", "description": "Text displayed in the reset options button." }, "no_expressions_found_text": { "message": "表达式为空", "description": "Text displayed in the saved expressions pane when no expressions exist." }, "clear_expressions_button_text":{ "message": "清空表达式", "description": "Text displayed in the saved expressions pane." }, "save_expression_button_text":{ "message": "保存表达式", "description": "Text displayed in the saved expressions pane." }, "contextmenu_show_help_title": { "message": "显示帮助(英语)", "description": "Text displayed inside the show-help button in the context menu." } } ================================================ FILE: app.js ================================================ 'use strict'; /** * Micro-framework specifically built for the find+ browser extension. * * This design was inspired from Stoyan Stefanov's nested namespace pattern outlined in * his book JavaScript Patterns. * */ const Find = (function () { const self = {}; self.browserId = (() => { return typeof browser !== 'undefined' ? 'Firefox' : 'Chrome'; })(); self.browser = (() => { return typeof chrome === 'undefined' ? browser : chrome; })(); self.incognito = (() => { return self.browser.extension.inIncognitoContext; })(); /** * Register a new namespace, and initialize it using a callback function. * * The callback function is invoked with the new namespace as an argument. This argument * must be used in the callback to initialize the namespace. * * Once the namespace is initialized using the callback function, if the namespace contains * an init() function, it will be invoked once the DOM is ready. This avoids the need to use * window.onload or attach window load event listeners manually. As such, the init function may be used * to safely register all DOM component listeners and start or initialize the application. * * Intermediate namespaces are created if necessary. For example, the namespace 'Popup.Storage.' * would allow you to reference this namespace through Find.Popup.Storage. * * @param {string} path - The namespace path. * @param {registerCallback} callback - A function that initializes the namespace. * @return the namespace * */ self.register = function(path, callback) { let pathKeys = path.split('.'); let parent = self; for(let keyIndex = 0; keyIndex < pathKeys.length; keyIndex++) { let key = pathKeys[keyIndex]; if(typeof parent[key] === 'undefined') { parent[key] = {}; } parent = parent[key]; } callback(parent); if(parent && isFunction(parent.init)) { if(document.readyState === 'complete') { parent.init(); } else { window.addEventListener('load', () => { parent.init(); }, { once: true }); } } return parent; }; /** * Retrieve a given namespace using a string path. * * @param {string} path - The namespace path. * @return the namespace. * */ self.getContext = function(path) { let pathKeys = path.split('.'); let parent = self; for(let keyIndex = 0; keyIndex < pathKeys.length; keyIndex++) { let key = pathKeys[keyIndex]; if(typeof parent[key] === 'undefined') { return undefined; } parent = parent[key]; } return parent; }; /** * Determine if a given object is an invokable function. * * @private * @param {object} obj - The object in question * @return boolean true if the object is a function, false otherwise * */ function isFunction(obj) { return !!(obj && obj.constructor && obj.call && obj.apply); } return self; })(); ================================================ FILE: background/background.js ================================================ "use strict"; /** * Create the Background namespace. The background coordinates activities between the browser * action popup and the content in the web page. The background keeps track of the state of the * search, along with other necessary data to seek, replace, and perform other actions efficiently. * */ Find.register("Background", function(self) { /** * Allocated on the namespace to allow the BrowserActionProxy to communicate installation * details to the browser action popup if the extension was recently installed or updated. * */ self.installationDetails = null; self.options = null; let documentRepresentation = null; let regexOccurrenceMap = null; let index = null; Find.browser.contextMenus.removeAll(() => { Find.browser.contextMenus.create({ title: Find.browser.i18n.getMessage("contextmenu_show_help_title"), contexts: [(Find.browserId !== 'Firefox') ? "action" : "browser_action"], id: 'show-help' }); Find.browser.contextMenus.onClicked.addListener((info) => { if(info.menuItemId === 'show-help') { Find.browser.tabs.create({url: Find.browser.runtime.getURL("docs/index.html")}); } }); }); /** * Inject content scripts into pages once installed (not performed automatically in Chrome). */ Find.browser.runtime.onInstalled.addListener((installation) => { self.installationDetails = installation; if(Find.browserId !== 'Firefox') { let scripts = Find.browser.runtime.getManifest().content_scripts[0].js; Find.browser.tabs.query({}, (tabs) => { for(let tabIndex = 0; tabIndex < tabs.length; tabIndex++) { let url = tabs[tabIndex].url; // Without the "tabs" permission, browser's internal webpage (e.g., "chrome://" or "chrome-extension://") has no "url" if(!url || url.match(/^https:\/\/chrome\.google\.com\/webstore\/.*/) || url.match(/^https:\/\/chromewebstore\.google\.com\/.*/) || url.match(/^https:\/\/microsoftedge\.microsoft\.com\/.*/)) { continue; } Find.Background.ContentProxy.executeScript(tabs[tabIndex], {files: scripts}); } }); } if(installation.reason === 'install') { Find.browser.tabs.create({url: Find.browser.runtime.getURL("docs/index.html")}); } }); /** * Initialize the browser action. Fetches the web page to ensure that the content scripts * have been properly injected. If the content script responds, the selected text is retrieved * from the page and included in the response to the popup. * * If the content script still has state variables, such as the index and regex of the last search, * this information is used to initialize the extension. * * @param {object} message - The message containing the details about the action. * @param {object} tab - Information about the active tab in the current window. * @param {function} sendResponse - Function used to issue a response back to the popup. * */ self.initializeBrowserAction = function(message, tab, sendResponse) { let resp = {}; resp.activeTab = tab; Find.Background.ContentProxy.fetch(tab, (response) => { resp.isReachable = response && response.success; if(resp.isReachable) { resp.selectedText = response.selection; resp.regex = response.regex; resp.iframes = response.iframes; index = response.index || 0; } sendResponse({action: 'browser_action_init', response: resp}); }); }; /** * Initialize the extension by constructing the page document representation. * * @param {object} tab - Information about the active tab in the current window. * @param {function} callback - Optional callback . * */ self.initializePage = function(tab, callback) { Find.Background.ContentProxy.buildDocumentRepresentation(tab, (model) => { documentRepresentation = model; if (callback) { callback(); } }); }; /** * Remove any highlights and markup from the active tab in the current window. Also resets * any state variables, such as the current index, document representation and occurrence map. * * @param {object} tab - Information about the active tab in the current window. * @param {boolean} [restoreHighlights] - If undefined or true, remove highlights. If false, * highlights are not removed, and are persisted in the page. * */ self.restorePageState = function(tab, restoreHighlights) { if(restoreHighlights === undefined || restoreHighlights) { Find.Background.ContentProxy.clearPageHighlights(tab); } let uuids = getUUIDsFromModelObject(documentRepresentation); Find.Background.ContentProxy.restoreWebPage(tab, uuids); documentRepresentation = null; regexOccurrenceMap = null; index = null; }; /** * Update the search when the search query or search options change. Builds a new occurrence map from the * documentRepresentation object, highlight the occurrence in the page, and send the indices * to the browser action popup through the sendResponse function. * * If the background has not been initialized properly (documentRepresentation is null), simply returns. * * If the regex is invalid, removes all highlights from the page and sends appropriate response * to the popup. * * @param {object} message - The message containing the details about the search, including the search * options and search query. * @param {object} tab - Information about the active tab in the current window. * @param {function} sendResponse - Function used to issue a response back to the popup. * */ self.updateSearch = function(message, tab, sendResponse) { try { if(!documentRepresentation) { self.initializePage(tab, () => { self.updateSearch(message, tab, sendResponse); }); return; } self.options = message.options; let regex = message.regex; //If searching by string, escape all regex metacharacters if(!self.options.find_by_regex) { regex = regex.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, '\\$&'); } //Ensure non-empty search if(regex.length === 0) { sendResponse({action: 'empty_regex'}); Find.Background.ContentProxy.clearPageHighlights(tab); return; } //Build occurrence map, reposition index if necessary regexOccurrenceMap = buildOccurrenceMap(documentRepresentation, regex, self.options); if(index > regexOccurrenceMap.length-1) { if(regexOccurrenceMap.length !== 0) { index = regexOccurrenceMap.length - 1; } else { index = 0; } } if(self.options.max_results !== 0 && index >= self.options.max_results) { index = self.options.max_results - 1; } //Invoke update action Find.Background.ContentProxy.updatePageHighlights(tab, regex, index, regexOccurrenceMap, self.options); //If occurrence map empty, viewable index is zero let viewableIndex = index + 1; if(regexOccurrenceMap.length === 0) { viewableIndex = 0; } //if occurrence map larger than max results, viewable total is max results let viewableTotal = regexOccurrenceMap.length; if(self.options.max_results !== 0 && self.options.max_results <= regexOccurrenceMap.length) { viewableTotal = self.options.max_results; } sendResponse({ action: 'index_update', index: viewableIndex, total: viewableTotal }); } catch(e) { sendResponse({action: 'invalid_regex', error: e.message}); Find.Background.ContentProxy.clearPageHighlights(tab); } }; /** * Move forward or backward the current search index, and respond to the popup * the new search index. * * @param {object} message - The message containing the details about the search options. * @param {boolean} seekForward - Specifies whether to seek forward or backward. * @param {object} tab - Information about the active tab in the current window. * @param {function} sendResponse - Function used to issue a response back to the popup. * */ self.seekSearch = function(message, seekForward, tab, sendResponse) { self.options= message.options; let indexCap = self.options.max_results !== 0; //If reached end, reset index if(seekForward) { index = computeSubsequentIndex(index, regexOccurrenceMap, self.options); } else { index = computePrecedingIndex(index, regexOccurrenceMap, self.options); } //Invoke seek action Find.Background.ContentProxy.seekHighlight(tab, index, self.options); let viewableIndex = regexOccurrenceMap.length === 0 ? 0 : index+1; let viewableTotal = (indexCap && self.options.max_results <= regexOccurrenceMap.length) ? self.options.max_results : regexOccurrenceMap.length; sendResponse({ action: 'index_update', index: viewableIndex, total: viewableTotal }); }; /** * Replace the occurrence of the search query with a given replacement string, and invalidate the search * state. * * @param {object} message - The message containing the details about the action, including the index to * replace, the replacement string, and the search options. * @param {object} tab - Information about the active tab in the current window. * @param {function} sendResponse - Function used to issue a response back to the popup. * */ self.replaceNext = function(message, tab, sendResponse) { Find.Background.ContentProxy.replaceOccurrence(tab, message.index - 1, message.replaceWith, message.options); //Restore Web Page Find.Background.ContentProxy.clearPageHighlights(tab); let uuids = getUUIDsFromModelObject(documentRepresentation); Find.Background.ContentProxy.restoreWebPage(tab, uuids, () => { //Rebuild documentRepresentation and invalidate Find.Background.ContentProxy.buildDocumentRepresentation(tab, (model) => { documentRepresentation = model; sendResponse({action: 'invalidate'}); }); }); }; /** * Replace all occurrences of the search query with a given replacement string, and invalidate the search * state. * * @param {object} message - The message containing the details about the action, the replacement string, * and the search options. * @param {object} tab - Information about the active tab in the current window. * @param {function} sendResponse - Function used to issue a response back to the popup. * */ self.replaceAll = function(message, tab, sendResponse) { Find.Background.ContentProxy.replaceAllOccurrences(tab, message.replaceWith, message.options); //Restore Web Page Find.Background.ContentProxy.clearPageHighlights(tab); let uuids = getUUIDsFromModelObject(documentRepresentation); Find.Background.ContentProxy.restoreWebPage(tab, uuids, () => { //Rebuild documentRepresentation and invalidate Find.Background.ContentProxy.buildDocumentRepresentation(tab, (model) => { documentRepresentation = model; sendResponse({action: 'invalidate'}); }); }); }; /** * Follow the link at the current occurrence index in the page. * * @param {object} message - The message containing the details about the action. * @param {object} tab - Information about the active tab in the current window. * @param {function} sendResponse - Function used to issue a response back to the popup. * */ self.followLinkUnderFocus = function(message, tab, sendResponse) { Find.Background.ContentProxy.followLinkUnderFocus(tab); sendResponse({action: 'close'}); }; /** * Extract from the regex occurrence map the current or all occurrences of the search query * and respond to the popup. Used to allow the occurrences to be copied to the clipboard. * * If the cardinality is 'all', a line feed separated string of occurrences is returned. * Otherwise, only the current occurrence is returned. * * @param {object} message - The message containing the details about the action. * @param {object} tab - Information about the active tab in the current window. * @param {function} sendResponse - Function used to issue a response back to the popup. * */ self.extractOccurrences = function(message, tab, sendResponse) { let cardinality = message.options.cardinality; let resp; if(cardinality === 'all') { let occurrences = []; for(let occIndex = 0; occIndex < regexOccurrenceMap.length; occIndex++) { occurrences.push(regexOccurrenceMap.occurrenceIndexMap[occIndex].occurrence); } resp = occurrences.join('\n'); } else { resp = regexOccurrenceMap.occurrenceIndexMap[index].occurrence; } sendResponse({action: 'get_occurrence', response: resp}); }; /** * Construct an occurrence map object from a document representation and regular expression. * The occurrence map is used to map occurrences of a given regex to nodes in the DOM. * * The occurrence map will have the following format: * { * occurrenceIndexMap: { * 1: { * groupIndex: _index to the parent group of this occurrence_, * subIndex: _the occurrence subindex of the parent group_, * occurrence: _the matched text_ * }, ... * }, * length: _number of occurrences of the regex_, * groups: _number of occurrence groups_, * 1: { * uuids: [...], * count: _number of matches in this group_, * preformated: _whether or not the text node in the DOM is preformatted_ * }, ... * } * * @private * @param {object} documentRepresentation - The representation of the page's DOM * @param {string} regex - A regular expression * @param {object} options - Options used to alter the creation of the occurrence map. * @return {object} occurrence map * */ function buildOccurrenceMap(documentRepresentation, regex, options) { let occurrenceMap = {occurrenceIndexMap: {}, length: null, groups: null}; let count = 0; let groupIndex = 0; regex = regex.replace(/ /g, '\\s'); regex = (options.match_case) ? new RegExp(regex, 'gm') : new RegExp(regex, 'gmi'); //Loop over all text nodes in documentRepresentation for(let key in documentRepresentation) { let textNodes = documentRepresentation[key].group, preformatted = documentRepresentation[key].preformatted; let textGroup = ''; let uuids = []; for(let nodeIndex = 0; nodeIndex < textNodes.length; nodeIndex++) { textGroup += textNodes[nodeIndex].text; uuids.push(textNodes[nodeIndex].elementUUID); } let matches = textGroup.match(regex); if(!matches) { continue; } count += matches.length; occurrenceMap[groupIndex] = { uuids: uuids, count: matches.length, preformatted: preformatted }; for(let matchesIndex = 0; matchesIndex < matches.length; matchesIndex++) { let occMapIndex = matchesIndex + (count - matches.length); occurrenceMap.occurrenceIndexMap[occMapIndex] = {groupIndex: groupIndex, subIndex: matchesIndex, occurrence: matches[matchesIndex]}; } groupIndex++; //If reached maxIndex, exit if(options.max_results !== 0 && count >= options.max_results) { break; } } occurrenceMap.length = count; occurrenceMap.groups = groupIndex; return occurrenceMap; } /** * Increment the given index, wrapping back to zero if reached end of occurrence map or index cap. * * @private * @param {number} index - The current index * @param {object} regexOccurrenceMap - The occurrence map object * @param {object} options - The search options * @return {number} the new index * */ function computeSubsequentIndex(index, regexOccurrenceMap, options) { //If reached end, reset index let indexCap = self.options.max_results !== 0; if(index >= regexOccurrenceMap.length-1 || (indexCap && index >= options.max_results-1)) { return 0; } return index + 1; } /** * Decrement the given index, wrapping back to the end if reached zero. * * @private * @param {number} index - The current index * @param {object} regexOccurrenceMap - The occurrence map object * @param {object} options - The search options * @return {number} the new index * */ function computePrecedingIndex(index, regexOccurrenceMap, options) { //If reached start, set index to last occurrence let indexCap = self.options.max_results !== 0; if(index <= 0) { if(indexCap && options.max_results <= regexOccurrenceMap.length) { return options.max_results - 1; } return regexOccurrenceMap.length - 1; } else { return index - 1; } } /** * Extract UUIDs from the document representation object. * * @private * @param {object} documentRepresentation - The document representation object * @return {array} a list of UUIDs * */ function getUUIDsFromModelObject(documentRepresentation) { let uuids = []; for(let key in documentRepresentation) { let textNodes = documentRepresentation[key].group; for(let index = 0; index < textNodes.length; index++) { uuids.push(textNodes[index].elementUUID); } } return uuids; } }); ================================================ FILE: background/browser-action-proxy.js ================================================ "use strict"; /** * Create the Background ContentProxy namespace. Serves as mediator between the background scripts * and the browser action popup. * */ Find.register("Background.BrowserActionProxy", function() { /** * Initialize the port connection with the browser action popup. * */ Find.browser.runtime.onConnect.addListener((browserActionPort) => { if(browserActionPort.name !== 'popup_to_background_port') { return; } if(Find.Background.installationDetails) { browserActionPort.postMessage({action: 'install', details: Find.Background.installationDetails}); Find.Background.installationDetails = null; } let activeTab = null; Find.browser.tabs.query({active: true, currentWindow: true}, (tabs) => { activeTab = tabs[0]; // invoke action on message from popup script browserActionPort.onMessage.addListener((message) => { actionDispatch(message, activeTab, (resp) => { browserActionPort.postMessage(resp); }); }); // handle extension close browserActionPort.onDisconnect.addListener(() => { if(!Find.Background.options || !Find.Background.options.persistent_highlights) { Find.Background.restorePageState(activeTab); } else { Find.Background.restorePageState(activeTab, false); } activeTab = null; }); }); }); /** * Dispatcher for calls for action by the browser action popup. * Invokes the appropriate function in the Background based on the * message.action field. * * @param {object} message - The message received from the popup * @param {object} tab - Information about the active tab in the current window * @param {function} sendResponse - Function used to issue a response back to the popup. * */ function actionDispatch(message, tab, sendResponse) { let action = message.action; switch(action) { case 'update': Find.Background.updateSearch(message, tab, sendResponse); break; case 'next': Find.Background.seekSearch(message, true, tab, sendResponse); break; case 'previous': Find.Background.seekSearch(message, false, tab, sendResponse); break; case 'replace_next': Find.Background.replaceNext(message, tab, sendResponse); break; case 'replace_all': Find.Background.replaceAll(message, tab, sendResponse); break; case 'follow_link': Find.Background.followLinkUnderFocus(message, tab, sendResponse); break; case 'browser_action_init': Find.Background.initializeBrowserAction(message, tab, sendResponse); break; case 'get_occurrence': Find.Background.extractOccurrences(message, tab, sendResponse); break; } } }); ================================================ FILE: background/content-proxy.js ================================================ "use strict"; /** * Create the Background ContentProxy namespace. Serves as mediator between the content * in the web page and the background scripts. * */ Find.register("Background.ContentProxy", function(self) { /** * Request from a given page a representation of the text nodes in the page's document. * * @param {object} tab - The tab to which the request will be made. * @param {function} callback - The callback function that will utilize the document object model. * @param {function} [error] - Callback function for handing an error. * */ self.buildDocumentRepresentation = function(tab, callback, error) { Find.browser.tabs.sendMessage(tab.id, {action: 'init'}, (response) => { if(response && response.model) { callback(response.model); } else if(error) { error(); } }); }; /** * Restore the page by removing reference markup to next nodes in the page. Highlight marking will not be removed. * * @param {object} tab - The tab from which all markup will be removed. * @param {array} nodeReferences - Array of node reference UUIDs. * @param {function} [callback] - Callback invoked when the page is restored. * */ self.restoreWebPage = function(tab, nodeReferences, callback) { Find.browser.tabs.sendMessage(tab.id, { action: 'restore', uuids: nodeReferences }, callback); }; /** * Update the highlights in the page once the search query or options change. * * @param {object} tab - The tab that will be updated * @param {string} regex - The regular expression or query * @param {number} index - The index of the first occurrence * @param {object} occurrenceMap - A special object that maps occurrences of the regex to individual text nodes. * @param {object} options - The search options * @param {function} [callback] - Callback invoked when the page highlights are updated. * */ self.updatePageHighlights = function(tab, regex, index, occurrenceMap, options, callback) { Find.browser.tabs.sendMessage(tab.id, { action: 'update', occurrenceMap: occurrenceMap, index: index, regex: regex, options: options }, callback); }; /** * Seek the search forward or backward. * * @param {object} tab - The tab that will be updated * @param {number} index - The index of the occurrence to seek to * @param {object} options - The search options * @param {function} [callback] - Callback invoked when complete. * */ self.seekHighlight = function(tab, index, options, callback) { Find.browser.tabs.sendMessage(tab.id, { action: 'seek', index: index, options: options }, callback); }; /** * Remove all highlights from the page. * * @param {object} tab - The tab from which to remove all highlights * @param {function} [callback] - Callback invoked when the highlights are removed from the page. * */ self.clearPageHighlights = function(tab, callback) { Find.browser.tabs.sendMessage(tab.id, {action: 'highlight_restore'}, callback); }; /** * Replace a single occurrence of the regular expression with a given piece of text in the page. * * @param {object} tab - The tab that will be updated * @param {number} index - The specific index of the occurrence that will be replaced * @param {string} replaceWith - The text that will replace the occurrence of the regex * @param {object} options - The search options * @param {function} [callback] - Callback invoked when the occurrence is replaced. * */ self.replaceOccurrence = function(tab, index, replaceWith, options, callback) { Find.browser.tabs.sendMessage(tab.id, { action: 'replace', index: index, replaceWith: replaceWith, options: options }, callback); }; /** * Replace all occurrences of the regular expression with a given piece of text in the page. * * @param {object} tab - The tab that will be updated * @param {string} replaceWith - The text that will replace each occurrence of the regex * @param {object} options - The search options * @param {function} [callback] - Callback invoked when the occurrences are replaced. * */ self.replaceAllOccurrences = function(tab, replaceWith, options, callback) { Find.browser.tabs.sendMessage(tab.id, { action: 'replace_all', replaceWith: replaceWith, options: options }, callback); }; /** * Follow the link in the page at the current index. * * @param {object} tab - The tab with the search * @param {function} [callback] - Callback invoked once the operation is complete. * */ self.followLinkUnderFocus = function(tab, callback) { Find.browser.tabs.sendMessage(tab.id, {action: 'follow_link'}, callback); }; /** * Send a fetch message to the given tab to ensure that it responds. A successful response * indicates that the content scripts were loaded successfully. * * @param {object} tab - The tab to fetch. * @param {function} callback - Callback invoked once the operation is complete. * */ self.fetch = function(tab, callback) { Find.browser.tabs.sendMessage(tab.id, {action: 'fetch'}, callback); }; /** * Execute a given script in a specific tab. * * @param {object} tab - The tab with the search. * @param {object} details - Details of the script to run. Either the func or the files property must be set, but * both may not be set at the same time. * @param {function} [callback] - Callback invoked once the operation is complete. * */ self.executeScript = function(tab, details, callback) { Find.browser.scripting.executeScript({target: {tabId: tab.id}, ...details}, callback); }; }); ================================================ FILE: background/omni.js ================================================ "use strict"; /** * Create the Background Omni namespace. Registers various event listeners which invoke * the appropriate background functions. * */ Find.register("Background.Omni", function(self) { Find.browser.omnibox.onInputStarted.addListener(() => { Find.browser.tabs.query({active: true, currentWindow: true}, (tabs) => { Find.Background.initializePage(tabs[0]); }); }); retrieveOptions((options) => { Find.browser.omnibox.onInputChanged.addListener((regex) => { Find.browser.tabs.query({active: true, currentWindow: true}, (tabs) => { Find.Background.updateSearch({regex: regex, options: options}, tabs[0], (result) => { let description; if (!regex) { description = 'Enter a regular expression'; } else if (result.action === 'index_update') { description = `${result.total} matches found`; } else if (result.action === 'invalid_regex') { description = result.error; } Find.browser.omnibox.setDefaultSuggestion({description: description}); }); }); }); }); Find.browser.omnibox.onInputCancelled.addListener(() => { Find.browser.tabs.query({active: true, currentWindow: true}, (tabs) => { Find.Background.restorePageState(tabs[0]); }); }); Find.browser.omnibox.onInputEntered.addListener(() => { Find.browser.tabs.query({active: true, currentWindow: true}, (tabs) => { Find.Background.restorePageState(tabs[0], false); }); }); /** * Default options. This object and all of it's properties are immutable. * To use this object, it must be cloned into a mutable object. * * To clone this object: * let mutableOptions = JSON.parse(JSON.stringify(DEFAULT_OPTIONS)); * */ const DEFAULT_OPTIONS = Object.freeze({ find_by_regex: true, match_case: true, persistent_highlights: false, persistent_storage_incognito: false, hide_options_button: false, hide_saved_expressions_button: false, hide_clipboard_button: true, hide_find_replace_button: true, max_results: 0, index_highlight_color: Object.freeze({ hue: 34, saturation: 0.925, value: 1, hexColor: '#ff9813' }), all_highlight_color: Object.freeze({ hue: 56, saturation: 1, value: 1, hexColor: '#fff000' }) }); /** * Retrieve the search options from the browser local storage, and pass * to the callback function. The data from the storage is passed as a single * argument to the callback function. * * @param {function} callback - The callback function to handle the data. * @return {object} The search options, or null if it does not exist or cannot be retrieved. * */ function retrieveOptions(callback) { Find.browser.storage.local.get('options', (data) => { let options = data['options']; if(!options) { return callback(JSON.parse(JSON.stringify(DEFAULT_OPTIONS))); } callback(options); }); } }); ================================================ FILE: background/service_worker.js ================================================ "use strict"; importScripts('../app.js'); importScripts('./browser-action-proxy.js'); importScripts('./content-proxy.js'); importScripts('./background.js'); importScripts('./omni.js'); ================================================ FILE: build.sh ================================================ #!/usr/bin/env bash ME=$0 ROOT_DIR=$PWD BUILD_DIR="$ROOT_DIR/.build" MANIFEST="$ROOT_DIR/manifest.json" VERSION= # Display Usage function help() { cat </dev/null; then echo "Error: missing 'zip' utility." exit 2 fi # Create build directory structure echo "$ME: Creating the build directory structure under $BUILD_DIR..." rm -rf "$BUILD_DIR" mkdir --parents --verbose "$BUILD_DIR/chr" mkdir --parents --verbose "$BUILD_DIR/moz" # Copy project src to build directory echo "$ME: Copying project source files to build directory..." PROJECT_SRC_DIR=$(dirname "${MANIFEST}") for file in "$PROJECT_SRC_DIR/"* do [[ $file = $BUILD_DIR ]] && continue cp -r "$file" "$BUILD_DIR/chr" cp -r "$file" "$BUILD_DIR/moz" done # Update manifest version numbers echo "$ME: Updating version number in manifest to $VERSION..." sed -i "s/\"version\": \"1\"/\"version\": \"$VERSION\"/" "$BUILD_DIR/chr/manifest.json" sed -i "s/\"version\": \"1\"/\"version\": \"$VERSION\"/" "$BUILD_DIR/moz/manifest_firefox.json" # Package extension for chrome echo "$ME: Packaging extension for Chrome..." rm -f "$BUILD_DIR/chr/manifest_firefox.json" cd "$BUILD_DIR/chr" zip -r "$BUILD_DIR/find-chrome.zip" . cd "$ROOT_DIR" # Package extension for firefox echo "$ME: Packaging extension for Firefox..." mv "$BUILD_DIR/moz/manifest_firefox.json" "$BUILD_DIR/moz/manifest.json" cd "$BUILD_DIR/moz" zip -r "$BUILD_DIR/find-firefox.zip" . cd "$ROOT_DIR" ================================================ FILE: content/content.js ================================================ 'use strict'; /** * Create the Content namespace. This component is injected into the * page and delegates messages to the parser or highlighter. * */ Find.register('Content', function(self) { /** * State variables, used to recover the extension state if the extension * is closed accidentally. * */ let regex = null; let index = null; let selected = null; /** * Register a message listener to the extension background script. * */ Find.browser.runtime.onMessage.addListener((message, sender, sendResponse) => { switch (message.action) { case 'init': selected = window.getSelection().toString(); sendResponse({model: Find.Content.Parser.buildDOMReferenceObject()}); return true; case 'fetch': sendResponse({ success: true, regex: regex, index: index, selection: selected, iframes: document.getElementsByTagName('iframe').length }); return true; case 'restore': selected = null; Find.Content.Parser.restoreWebPage(message.uuids); return false; } //Highlighter Actions switch(message.action) { case 'update': regex = message.regex; index = message.index; Find.Content.Highlighter.restore(); Find.Content.Highlighter.highlightAll(message.occurrenceMap, message.regex, message.options); Find.Content.Highlighter.seekHighlight(message.index, message.options); break; case 'seek': index = message.index; Find.Content.Highlighter.seekHighlight(message.index, message.options); break; case 'highlight_restore': Find.Content.Highlighter.restore(); break; case 'replace': Find.Content.Highlighter.replace(message.index, message.replaceWith); break; case 'replace_all': Find.Content.Highlighter.replaceAll(message.replaceWith); break; case 'follow_link': Find.Content.Highlighter.followLinkUnderFocus(); break; } return false; }); }); ================================================ FILE: content/highlighter.js ================================================ 'use strict'; /** * Create the Content Highlighter namespace. This component is injected into * the page and is used to highlight occurrences of a regex in the page. * */ Find.register('Content.Highlighter', function(self) { const indexHighlight = 'find-ext-index-highlight'; const allHighlight = 'find-ext-all-highlight'; /** * Highlight all occurrences of a regex in the page, using an occurrence map and regex. * * @private * @param {object} occurrenceMap - The occurrence map * @param {string} regex - The regular expression * @param {object} options - The search and highlight options * */ self.highlightAll = function(occurrenceMap, regex, options) { const tags = { occIndex: null, maxIndex: null, openingMarkup: '', closingMarkup: '', update: function (index) { if (this.occIndex !== index) { this.occIndex = index; //If reached max number of occurrences to show, don't highlight text if (this.maxIndex == null || this.occIndex <= this.maxIndex) { let style = 'all: unset; background-color: ' + options.all_highlight_color.hexColor + '; color: black;'; let classList = 'find-ext-occr' + index + ' ' + allHighlight; this.openingMarkup = ''; this.closingMarkup = ''; } else { this.openingMarkup = ''; this.closingMarkup = ''; } } } }; if (options && options.max_results !== 0) { tags.maxIndex = options.max_results - 1; } else { tags.maxIndex = null; } regex = regex.replace(/ /g, '\\s'); if (!options || options.match_case) { regex = new RegExp(regex, 'm'); } else { regex = new RegExp(regex, 'mi'); } //Iterate each text group let occIndex = 0; for (let index = 0; index < occurrenceMap.groups; index++) { let uuids = occurrenceMap[index].uuids; let groupText = ''; let charMap = {}; let charIndexMap = []; //Build groupText, charMap and charIndexMap let count = 0; for (let uuidIndex = 0; uuidIndex < uuids.length; uuidIndex++) { let el = document.getElementById(uuids[uuidIndex]); let text = el.childNodes[0].nodeValue; if (!text) { continue; } text = decode(text); groupText += text; for (let stringIndex = 0; stringIndex < text.length; stringIndex++) { charIndexMap.push(count); charMap[count++] = { char: text.charAt(stringIndex), nodeUUID: uuids[uuidIndex], nodeIndex: stringIndex, ignorable: false, matched: false, boundary: false }; } } charMap.length = count; //Format text nodes (whitespaces) whilst keeping references to their nodes in the DOM, updating charMap ignorable characters if (!occurrenceMap[index].preformatted) { let info; //Replace all whitespace characters (\t \n\r) with the space character while (info = /[\t\n\r]/.exec(groupText)) { charMap[charIndexMap[info.index]].ignorable = true; groupText = groupText.replace(/[\t\n\r]/, ' '); } //Truncate consecutive whitespaces while (info = / {2,}/.exec(groupText)) { let len = info[0].length; let offset = info.index; for (let currIndex = 0; currIndex < len; currIndex++) { charMap[charIndexMap[offset + currIndex]].ignorable = true; } for (let currIndex = 0; currIndex < len - 1; currIndex++) { charIndexMap.splice(offset, 1); } groupText = groupText.replace(/ {2,}/, ' '); } //Collapse leading or trailing whitespaces while (info = /^ | $/.exec(groupText)) { let len = info[0].length; let offset = info.index; for (let currIndex = 0; currIndex < len; currIndex++) { charMap[charIndexMap[offset + currIndex]].ignorable = true; } for (let currIndex = 0; currIndex < len; currIndex++) { charIndexMap.splice(offset, 1); } groupText = groupText.replace(/^ | $/, ''); } } //Perform complex regex search, updating charMap matched characters let info; while (info = regex.exec(groupText)) { let len = info[0].length; let offset = info.index; if (len === 0) { break; } let first = charIndexMap[offset]; let last = charIndexMap[offset + len - 1]; for (let currIndex = first; currIndex <= last; currIndex++) { charMap[currIndex].matched = true; if (currIndex === last) { charMap[currIndex].boundary = true; } } for (let currIndex = 0; currIndex < offset + len; currIndex++) { charIndexMap.splice(0, 1); } groupText = groupText.substring(offset + len); } //Wrap matched characters in an element with class indexHighlight and occurrenceIdentifier let matchGroup = {text: '', groupUUID: charMap[0].nodeUUID}; let inMatch = false; for (let key = 0; key < charMap.length; key++) { tags.update(occIndex); //If Transitioning Into New Text Group if (matchGroup.groupUUID !== charMap[key].nodeUUID) { if (inMatch) { matchGroup.text += tags.closingMarkup; } document.getElementById(matchGroup.groupUUID).innerHTML = matchGroup.text; matchGroup.text = ''; matchGroup.groupUUID = charMap[key].nodeUUID; if (inMatch) { matchGroup.text += tags.openingMarkup; } } //If Current Character is Matched if (charMap[key].matched) { if (!inMatch) { inMatch = charMap[key].matched; matchGroup.text += tags.openingMarkup; } } else { if (inMatch) { inMatch = charMap[key].matched; matchGroup.text += tags.closingMarkup; if (key < charMap.length) { occIndex++; } } } matchGroup.text += encode(charMap[key].char); if (charMap[key].boundary) { inMatch = false; matchGroup.text += tags.closingMarkup; if (key < charMap.length) { occIndex++; } } //If End of Map Reached if (key === charMap.length - 1) { if (inMatch) { matchGroup.text += tags.closingMarkup; occIndex++; } document.getElementById(matchGroup.groupUUID).innerHTML = matchGroup.text; } } } }; /** * Seek the search to the given index. * * @private * @param {number} index - The index to seek to * @param {object} options - The search options * */ self.seekHighlight = function(index, options) { if (index === null || options == null) { return; } let previousIndex = Array.from(document.querySelectorAll('.' + indexHighlight)); if (previousIndex && previousIndex.length) { for (let elsIndex = 0; elsIndex < previousIndex.length; elsIndex++) { let style = 'all: unset; background-color: ' + options.all_highlight_color.hexColor + '; color: black;'; previousIndex[elsIndex].classList.remove(indexHighlight); previousIndex[elsIndex].setAttribute("style", style); } } let els = Array.from(document.querySelectorAll('.find-ext-occr' + index)); if (els == null || els.length === 0) { return; } for (let elsIndex = 0; elsIndex < els.length; elsIndex++) { let style = 'all: unset; background-color: ' + options.index_highlight_color.hexColor + '; color: black;'; els[elsIndex].classList.add(indexHighlight); els[elsIndex].setAttribute("style", style); } // only scroll if the element is not in the current viewport if (!isElementInViewport(els[0])) { els[0].scrollIntoView(true); let docHeight = Math.max(document.documentElement.clientHeight, document.documentElement.offsetHeight, document.documentElement.scrollHeight); let bottomScrollPos = window.pageYOffset + window.innerHeight; if (bottomScrollPos + 100 < docHeight) { window.scrollBy(0, -100); } } }; /** * Replace a given occurrence of a regex with a given string. * * @private * @param {number} index - The index of the occurrence that will be replaced * @param {string} replaceWith - The text that will replace the given occurrence of the regex * */ self.replace = function(index, replaceWith) { let els = Array.from(document.querySelectorAll('.find-ext-occr' + index)); if (els.length === 0) { return; } els.shift().innerText = replaceWith; for (let elsIndex = 0; elsIndex < els.length; elsIndex++) { els[elsIndex].innerText = ''; } }; /** * Replace all occurrences of a regex with a given string. * * @private * @param {string} replaceWith - The text that will replace all occurrences of the regex * */ self.replaceAll = function(replaceWith) { let els = Array.from(document.querySelectorAll("[class*='find-ext-occr']")); let currentOccurrence = null; for (let index = 0; index < els.length; index++) { let el = els[index]; let occrClassName = el.getAttribute('class').match(/find-ext-occr\d*/)[0]; let occurrenceFromClass = parseInt(occrClassName.replace('find-ext-occr', '')); if (occurrenceFromClass !== currentOccurrence) { currentOccurrence = occurrenceFromClass; el.innerText = replaceWith } else { el.innerText = ''; } } }; /** * Follow the link that is currently highlighted. * * @private * */ self.followLinkUnderFocus = function() { let els = document.getElementsByClassName(indexHighlight); for (let index = 0; index < els.length; index++) { let el = els[index]; while (el.parentElement) { el = el.parentElement; if (el.tagName.toLowerCase() === 'a') { return el.click(); } } } }; /** * Restore the page by removing any highlighting markup. * * @private * */ self.restore = function() { let classes = [indexHighlight, allHighlight]; for (let classIndex = 0; classIndex < classes.length; classIndex++) { let els = Array.from(document.querySelectorAll('.' + classes[classIndex])); for (let elsIndex = 0; elsIndex < els.length; elsIndex++) { let el = els[elsIndex]; let parent = el.parentElement; while (el.firstChild) { parent.insertBefore(el.firstChild, el); } parent.removeChild(el); parent.normalize(); } } }; function isElementInViewport(element) { let elementBoundingRect = element.getBoundingClientRect(); if (elementBoundingRect.top < 0 || elementBoundingRect.left < 0) { return false; } if (elementBoundingRect.bottom > (window.innerHeight || document.documentElement.clientHeight)) { return false; } if (elementBoundingRect.right > (window.innerWidth || document.documentElement.clientWidth)) { return false; } return true; } }); ================================================ FILE: content/parser.js ================================================ 'use strict'; /** * Create the Content Parser namespace. This component is injected into the * page and constructs a representation of the DOM, which will be used for * occurrence matching by the background script and highlighting by the * highlighter. * * As the document representation object is constructed, text nodes in the page * are wrapped in a span, and assigned a UUID which is used to reference it. * * Once the extension closes, the page is restored using the UUIDs from the * document representation object. * */ Find.register('Content.Parser', function(self) { /** * Walk the pages DOM tree and construct the document representation object, while * wrapping text nodes with wrapper elements. * * @return {object} the document representation object * */ self.buildDOMReferenceObject = function() { let DOMTreeWalker = document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, {acceptNode: nodeFilter}, false); let DOMModelObject = {}; let reachedEndOfTree = false; let groupIndex = 0; let blockLevels = []; let elementBoundary = false; let preformatted = {flag: false, index: null}; let hidden = {flag: false, index: null}; let node = DOMTreeWalker.root; while (!reachedEndOfTree) { node = DOMTreeWalker.nextNode(); if (!node) { reachedEndOfTree = true; } let textGroup = {group: [], preformatted: false}; while (node) { let nodeDepth = getNodeTreeDepth(node); if (!preformatted.flag && isPreformattedElement(node)) { preformatted.flag = true; preformatted.index = nodeDepth; } else if (preformatted.flag && nodeDepth <= preformatted.index) { preformatted.flag = false; preformatted.index = null; } if (!hidden.flag && isHiddenElement(node)) { hidden.flag = true; hidden.index = nodeDepth; } else if (hidden.flag && nodeDepth <= hidden.index) { if (!isHiddenElement(node)) { hidden.flag = false; hidden.index = null; } else { hidden.index = nodeDepth; } } if (hidden.flag) { node = DOMTreeWalker.nextNode(); continue; } if (isElementNode(node)) { if (nodeDepth <= blockLevels[blockLevels.length - 1]) { while (nodeDepth <= blockLevels[blockLevels.length - 1]) { blockLevels.pop(); } if (!isInlineLevelElement(node)) { blockLevels.push(nodeDepth); } elementBoundary = true; break; } else { if (!isInlineLevelElement(node)) { blockLevels.push(nodeDepth); elementBoundary = true; break; } } } else if (isTextNode(node)) { if (nodeDepth <= blockLevels[blockLevels.length - 1]) { while (nodeDepth <= blockLevels[blockLevels.length - 1]) { blockLevels.pop(); } DOMTreeWalker.previousNode(); elementBoundary = true; break; } if (!preformatted.flag && isNodeTextValueWhitespaceOnly(node) && node.nodeValue.length !== 1) { node = DOMTreeWalker.nextNode(); continue; } else if (node.nodeValue.length === 1 && node.nodeValue.charCodeAt(0) === 10) { node = DOMTreeWalker.nextNode(); continue; } let identifierUUID = generateElementUUID(); let nodeText = formatTextNodeValue(node, preformatted.flag, elementBoundary); if (nodeText.length === 0) { node = DOMTreeWalker.nextNode(); continue; } let wrapperElement = document.createElement('span'); wrapperElement.style.cssText = 'all: unset;'; wrapperElement.setAttribute('id', identifierUUID); node.parentNode.insertBefore(wrapperElement, node); wrapperElement.appendChild(node); let textNodeInformation = {groupIndex: groupIndex, text: nodeText, elementUUID: identifierUUID}; textGroup.group.push(textNodeInformation); textGroup.preformatted = preformatted.flag; } node = DOMTreeWalker.nextNode(); elementBoundary = false; if (!node) { reachedEndOfTree = true; } } if (textGroup.group.length === 0) { continue; } DOMModelObject[groupIndex++] = textGroup; } return DOMModelObject; }; /** * Restore the web page by removing any wrapper elements. * * @param {array} uuids - A list of UUIDs * */ self.restoreWebPage = function(uuids) { for (let index = 0; index < uuids.length; index++) { let el = document.getElementById(uuids[index]); let parent = el.parentElement; while (el.firstChild) { parent.insertBefore(el.firstChild, el); } parent.removeChild(el); parent.normalize(); } }; /** * Filter used by the DOM tree walker. Used to skip certain elements. * @private * @param {Element} node - The DOM node. * @return {number} NodeFilter.FILTER_ACCEPT if the node is accepted, or NodeFilter.FILTER_REJECT * if the node is rejected. * */ function nodeFilter(node) { if (isElementNode(node)) { switch(node.tagName.toLowerCase()) { case 'script': case 'noscript': case 'style': case 'textarea': case 'math': return NodeFilter.FILTER_REJECT; default: return NodeFilter.FILTER_ACCEPT; } } if (isTextNode(node)) { return NodeFilter.FILTER_ACCEPT; } return NodeFilter.FILTER_REJECT; } /** * Decode any HTML character entities, strip consecutive whitespaces, * and return the node text value. * * @private * @param {Node} node - The DOM node. * @param {boolean} preformatted - Whether or not the node is a preformatted text element. * @param {boolean} elementBoundary - Whether the element is a boundary element. * @return {string} the formatted text. * */ function formatTextNodeValue(node, preformatted, elementBoundary) { if (isElementNode(node)) { return; } let nodeText = decode(node.nodeValue); if (preformatted) { return nodeText; } let text = nodeText.replace(/[\t\n\r ]+/g, ' '); if (elementBoundary) { text = text.replace(/^[\t\n\r ]+/g, ''); } return text; } /** * Determine whether a given node is preformatted. * * A node is preformatted if it has: * - tag name 'pre' * - style 'whitespace: pre' * * @private * @param {Element} node - The DOM node. * @return {boolean} true of the element is a preformatted element, false if the * element is not preformatted, and undefined if the node is not an element. * */ function isPreformattedElement(node) { if (!isElementNode(node)) { return undefined; } if (node.tagName.toLowerCase() === 'pre' || node.style.whiteSpace.toLowerCase() === 'pre') { return true; } let computedStyle = window.getComputedStyle(node); if (computedStyle.getPropertyValue('whitespace').toLowerCase() === 'pre') { return true; } return false; } /** * Determine whether a given node is visible in the page. * * @private * @param {Node} node - The DOM node. * @return {boolean} true if the element is hidden, false if the element is visible, * and undefined if the not an element. * */ function isHiddenElement(node) { if (!isElementNode(node)) { return undefined; } if (node.style.display === 'none' || node.style.display === 'hidden') { return true; } let computedStyle = window.getComputedStyle(node); if (computedStyle.getPropertyValue('display').toLowerCase() === 'none') { return true; } if (computedStyle.getPropertyValue('display').toLowerCase() === 'hidden') { return true; } return false; } /** * Determine whether or not a given DOM node is an Element. * * @private * @param {Node} node - The DOM node. * @return {boolean} true if the node is an element, false otherwise. * */ function isElementNode(node) { return node.nodeType === Node.ELEMENT_NODE; } /** * Determine whether or not a given DOM node is a text node. * * @private * @param {Node} node - The DOM node. * @return {boolean} true if the node is a text node, false otherwise. * */ function isTextNode(node) { return node.nodeType === Node.TEXT_NODE; } /** * Determine whether or not an element is inline-level or block-level. * * @private * @param {Element} element - The DOM element. * @return {boolean} true if the element is inline, false otherwise. * */ function isInlineLevelElement(element) { if (!isElementNode(element)) { return false; } //Special case: will treat
as block element let elementTagName = element.tagName.toLowerCase(); if (elementTagName === 'br') { return false; } if (window.getComputedStyle(element).display === 'inline') { return true; } return false; } /** * Determine whether a text node value is whitespace only. * * @private * @param {Node} node - The DOM node. * @return {boolean} true if the node value is whitespace only, false otherwise. * */ function isNodeTextValueWhitespaceOnly(node) { return !(/[^\t\n\r ]/.test(node.nodeValue)); } /** * Determine the depth of a given node in the DOM tree. * * @private * @param {Node} node - The DOM node. * @return {number} the depth of the DOM node in the tree. * */ function getNodeTreeDepth(node) { let depth = -1; while (node != null) { depth++; node = node.parentNode; } return depth; } /** * Generate a UUIDv4. * * @private * @return {string} a new UUIDv4. * */ function generateElementUUID() { let generateBlock = (size) => { let block = ''; for (let index = 0; index < size; index++) { block += Math.floor((1 + Math.random()) * 0x10000).toString(16).substring(1); } return block; }; const blockSizes = [2, 1, 1, 1, 3]; let uuid = ''; for (let index = 0; index < blockSizes.length; index++) { uuid += generateBlock(blockSizes[index]) + (index === blockSizes.length - 1 ? '' : '-'); } return uuid; } }); ================================================ FILE: docs/_config.yml ================================================ theme: jekyll-theme-slate ================================================ FILE: docs/help.css ================================================ body { background-color: #292929; } @font-face { font-family: octicons-link; src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format('woff'); } kbd { background-color: #fafbfc; border: 1px solid #d1d5da; border-bottom-color: #c6cbd1; border-radius: 3px; box-shadow: inset 0 -1px 0 #c6cbd1; color: #444d56; display: inline-block; font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace; line-height: 10px; padding: 3px 5px; vertical-align: middle; } table { overflow: auto; width: 100%; border-collapse: collapse; } table th { font-weight: 600; } table td, table th { border: 1px solid #dfe2e5; padding: 6px 13px; } table tr { background-color: #fff; border-top: 1px solid #c6cbd1; } table tr:nth-child(2n) { background-color: #f6f8fa; } div#body-container { background-color: white; color: black; max-width: 800px; margin: auto; padding: 10px; border-radius: 10px; box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.55); } @media (max-width: 800px) { div#body-container { margin: auto; padding: 10px; border-radius: 10px; box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.55); } } div#body-container h1, h2, h3, h4, h5, h6 { font-weight: lighter; } a#fork-badge { float: right; transform: translate(8px, -8px); } button#options-icon { background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIKCSBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoJPHBhdGggZmlsbD0iIzFEMUQxQiIgZD0iTTIuNjI5LDU2LjQ5M2w2LjE1Miw2Ljg0NEM5LjE1Niw2My43NTQsOS42OSw2My45OTYsMTAuMjUsNjRjMC4wMDQsMCwwLjAxMiwwLDAuMDE2LDAKCQljMC41NTYsMCwxLjA4NC0wLjIzLDEuNDYzLTAuNjM4bDMxLjk1OC0zNC4zNDVjMC40NjcsMC4wMzIsMS4wNywwLjA2LDEuNzY3LDAuMDZjMy4xOTIsMCw5LjEyOC0wLjU5OSwxMi45OTYtNC42MDQKCQljMi41NTYtMi42NDYsMy43ODQtNi4yNzksMy42NTItMTAuNzk3Yy0wLjAyLTAuNjIyLTAuMzItMS4yLTAuODIxLTEuNTY4Yy0wLjQ5Ny0wLjM2Ni0xLjEzOS0wLjQ4LTEuNzMzLTAuMzFsLTExLjUzOCwzLjMzCgkJbC0xLjA0OS00LjQ0NGwxMS4wNzgtNC4wNzdjMC43Ni0wLjI3OSwxLjI3Ny0wLjk5LDEuMzEzLTEuODAzYzAuMDM1LTAuODEyLTAuNDE5LTEuNTY3LTEuMTUtMS45MTNDNTcuOTUsMi43NzMsNTIuMDExLDAsNDUuODUzLDAKCQljLTYuNjM3LDAtMTEuMTE3LDMuMTY2LTEyLjk0Nyw5LjEyOWMtMC4wNjgsMC4yMTgtMS41NzEsNS4wNDEsMS4wNDUsMTFMMi42NTIsNTMuNzY1QzEuOTM5LDU0LjUyOSwxLjkzLDU1LjcxNSwyLjYyOSw1Ni40OTN6CgkJIE0zNy44MTUsMjEuODcxYzAuNTg3LTAuNjMxLDAuNzA5LTEuNTY0LDAuMzA1LTIuMzI2Yy0yLjY0MS00Ljk3My0xLjQ1MS05LjAxNi0xLjM5NS05LjE5N2MxLjMwNS00LjI1Miw0LjI5MS02LjMxOCw5LjEyNy02LjMxOAoJCWMxLjkwNSwwLDMuODI2LDAuMzI5LDUuNDk5LDAuNzQ3bC03LjQ0MiwyLjczOWMtMC45NTMsMC4zNS0xLjQ5NiwxLjM2My0xLjI2LDIuMzU4bDEuOTQ3LDguMjM5CgkJYzAuMTI3LDAuNTM1LDAuNDY1LDAuOTk2LDAuOTM5LDEuMjczYzAuNDcxLDAuMjc3LDEuMDM3LDAuMzQ5LDEuNTYyLDAuMTk4bDEwLjg1OS0zLjEzNmMtMC4zMDcsMi4xNDQtMS4xMDQsMy44OTMtMi4zODMsNS4yMTcKCQljLTIuODQsMi45NDEtNy41NjEsMy4zODEtMTAuMTIyLDMuMzgxYy0xLjM2MiwwLTIuMjc2LTAuMTIzLTIuMjg0LTAuMTIzYy0wLjY0Ni0wLjA5LTEuMjkzLDAuMTQzLTEuNzM2LDAuNjE5bC0zMS4xNCwzMy40NjYKCQlsLTMuNDU3LTMuODQ1TDM3LjgxNSwyMS44NzF6Ii8+Cjwvc3ZnPgo=) #eaeaea no-repeat center; background-size: 12px 12px; border-width: 0; border-radius: 2px; width: 25px; height: 25px; padding: 0; vertical-align: middle; } button#saved-expressions-icon { background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KCTxnIGlkPSJleWUiPgoJCTxwYXRoIGZpbGw9IiMxRDFEMUIiIGQ9Ik0xNy4xMTQsMC4wMDZjLTEuMTA0LDAtMiwwLjg5Ni0yLDIuMDAydjU5LjU4NGMwLDAuNzM4LDAuNDA4LDEuNDE4LDEuMDYxLDEuNzY2CgkJCWMwLjY1LDAuMzQ2LDEuNDQzLDAuMzA1LDIuMDU1LTAuMTA1bDEzLjQ0My05LjA0N2wxMy40NTcsOS40MzhjMC4zNDQsMC4yNCwwLjc0NiwwLjM2MywxLjE0OCwwLjM2MwoJCQljMC4zMTYsMCwwLjYzMy0wLjA3NCwwLjkyMi0wLjIyN2MwLjY2NC0wLjM0NCwxLjA3OC0xLjAyNywxLjA3OC0xLjc3M1YyLjAwOGMwLTEuMTA1LTAuODk1LTIuMDAyLTItMi4wMDJIMTcuMTE0eiBNNDQuMjc4LDU4LjE1OAoJCQlsLTExLjQzNC04LjAyYy0wLjM0NC0wLjI0LTAuNzQ2LTAuMzYxLTEuMTQ4LTAuMzYxYy0wLjM5MSwwLTAuNzc3LDAuMTEzLTEuMTE3LDAuMzRsLTExLjQ2NSw3LjcxN1Y0LjAwOGgyNS4xNjRWNTguMTU4eiIvPgoJPC9nPgo8L3N2Zz4K) #eaeaea no-repeat center; background-size: 12px 12px; border-width: 0; border-radius: 2px; width: 25px; height: 25px; padding: 0; vertical-align: middle; } .indent { padding-left: 10px; } pre { background-color: #eee; display: block; padding: 10px; } /* Collapsible Section Styles */ div.collapsible-section { padding-bottom: 5px; } div.collapsible-content div.content-inner { background: white; border: 1px solid #edecee; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; padding: .5rem 1rem; } input[type='checkbox'] { display: none; } .lbl-toggle { display: block; font-weight: lighter; font-size: 1.5em; padding: 0.5rem; background: #edecee; cursor: pointer; border-radius: 4px; } .lbl-toggle.example { background-color: white; } .lbl-toggle:hover { color: #7C5A0B; } .lbl-toggle::before { content: ' '; display: inline-block; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: rotate(90deg) translateX(-3px); } .toggle:checked + .lbl-toggle::before { transform: rotate(0deg) translateY(-3px); } .toggle:checked + .lbl-toggle + .collapsible-content { display: none; } .toggle:checked + .lbl-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } ================================================ FILE: docs/index.html ================================================ Find+ User Guide Fork me on GitHub

Find+ User Guide

Hi there! Thanks for installing Find+. This is the user guide for the extension, where you will find all the information you need to start using the extension.

If you are having trouble and can't find a solution here, check our GitHub page. There are plenty of additional resources there.

Find+ supports any regular expression supported by JavaScript. If you aren't familiar with JavaScript regular expressions, this guide is a good starting point.
The following expression matches any text preceded by a colon ':', following by either "Put", "Get" or "Delete", followed by the word "Object".
:((Put)|(Get)|(Delete))Object
{
    "Version": "2012-10-17",
    "Statement": [{
        "Effect": "Allow",
        "Action": [
            "s3:ListBucket"
        ],
        "Resource": [
            "arn:aws:s3:::dev.s3.ktb.ca"
        ]
    },{
        "Effect": "Allow",
        "Action": [
            "s3:PutObject",
            "s3:GetObject",
            "s3:DeleteObject"
        ],
        "Resource": [
            "arn:aws:s3:::dev.s3.ktb.ca/*"
        ]
    }]
}
                            
The following example matches any quoted date with the format "####-##-##".
"\d{4}-\d{2}-\d{2}"
{
    "Version": "2012-10-17",
    "Statement": [{
        "Effect": "Allow",
        "Action": [
            "s3:ListBucket"
        ],
        "Resource": [
            "arn:aws:s3:::dev.s3.ktb.ca"
        ]
    },{
        "Effect": "Allow",
        "Action": [
            "s3:PutObject",
            "s3GetObject",
            "s3:DeleteObject"
        ],
        "Resource": [
            "arn:aws:s3:::dev.s3.ktb.ca/*"
        ]
    }]
}
                        
This example matches any JavaScript variable declaration.
((var)|(let)).*?=.*?;
if (!preformatted.flag && isNodeTextValueWhitespaceOnly(node) && node.nodeValue.length !== 1) {
    node = DOMTreeWalker.nextNode();
    continue;
} else if (node.nodeValue.length === 1 && node.nodeValue.charCodeAt(0) === 10) {
    node = DOMTreeWalker.nextNode();
    continue;
}

let identifierUUID = generateElementUUID();
let nodeText = formatTextNodeValue(node, preformatted.flag, elementBoundary);

if (nodeText.length === 0) {
    node = DOMTreeWalker.nextNode();
    continue;
}

let wrapperElement = document.createElement('span');
wrapperElement.style.cssText = 'all: unset;';
wrapperElement.setAttribute('id', identifierUUID);
                        

In Firefox, you can use CTRL++F to open the extension popup.

To open the extension popup in Chrome using a keyboard shortcut, you must first assign a keyboard shortcut to the extension through the Chrome settings. You can do this by following these steps:

  1. Navigate to the `Extensions` settings page in Chrome, or type `chrome://extensions/` into the navigation bar.
  2. In the top left click on the ☰ menu icon, then click `Keyboard shortcuts`.
  3. Locate the shortcut settings for find+. Click the input field located to the right of the label `Activate the extension`.
  4. Press the combination of keys you would like to use, and once complete press `OK`. We recommend using CTRL++F, since it shouldn't conflict with any other browser keyboard shortcut mappings.

When the extension popup is open, there are a number of keyboard shortcuts you can use. These settings cannot be remapped.

Windows Shortcut macOS Shortcut Action
Advance to the next occurrence of the regular expression in the page.
+ + Return to the previous occurrence of the regular expression in the page.
CTRL++ ^++ Follow the first highlighted link in the current occurrence focus.
CTRL+ALT+C ^++C Copy to the clipboard the currently highlighted text on the page.
CTRL+ALT+A ^++A Copy to the clipboard the all highlighted text on the page.
CTRL+ALT+O ^++O Expand or Collapse Options Pane.
CTRL+ALT+R ^++R Expand or Collapse Replace Text Pane.
CTRL+ALT+H ^++H Expand or Collapse Saved Expressions Pane.
CTRL+ or ESC ^+ or ESC Close the extension popup.

Find+ can be configured through the options pane, which can be accessed by clicking the wrench icon .

Find by Regular Expression

Enabling this option will interpret your search query as a regular expression. If disabled, your search query will be interpreted as a string rather than a regular expression.

Match Case

This option is used to toggle case sensitivity. Enabling this option will make the search case sensitive.

Persistent Highlights

This option can be used to keep the highlights in the page, even after the extension popup closes. If enabled, highlighted occurrences of your search query will remain in the page even if the extension closes.

Persistent Storage (Incognito)

When incognito, you may still wish that your saved expressions and options are persisted. By default, this feature is disabled for security purposes. When enabled, your saved expressions and settings will be persisted and shared between incognito and non-incognito sessions.

Hide Option Pane Toggle Button

This option can be used to hide the button used to toggle the options pane. If enabled, you will need to use the shortcut to toggle the pane.

Hide Saved Expressions Pane Toggle Button

This option can be used to hide the button used to toggle the saved expressions pane. If enabled, you will need to use the shortcut to toggle the pane.

Hide Copy To Clipboard Button

This option can be used to hide the button used to copy occurrences to the clipboard. If enabled, you will need to use the keyboard shortcut to copy occurrences.

Max Highlighted Results

Limit the number of occurrences in the page. When set, only the first few results will be highlighted.

Selected Occurrence Highlight Color

This option is used to configure the color of the selected occurrence highlight; that is, the color of the highlight on the occurrence of the search query you are currently viewing.

Highlight Color

This option is used to configure the color of all other occurrences (all occurrences except the selected occurrence).

You can save frequently used regular expressions using the Saved Expressions pane, which can be accessed by pressing the bookmark icon .

Enter a regular expression in the search field and press 'Save Regex' to save the query to local storage. You can reuse a query by clicking on the expression entry in the saved expressions pane.

The find-and-replace pane is only accessible though the keyboard shortcut found in the Keyboard Shortcuts section of this guide.

The find-and-replace feature is used to replace text within a page. To replace text in a page, open the find-and-replace pane and enter a query in the search field, and enter the text you wish to replace occurrences of that query with in the replace pane field. Pressing 'Replace' will replace the current occurrence, while 'Replace All' will replace all occurrences.

Note that replacing text will modify the text in the page, and will require a refresh of the page to undo.

Find+ supports copying the current, or all, occurrences of your query to your clipboard. You will then be able to paste the occurrences to a text editor for use.

To use this feature, simply perform a search and use one of the keyboard shortcuts for copying occurrences. The exact shortcuts to use are outlined in the 'Keyboard Shortcuts' section.

Example

{
    "Version": "2012-10-17",
    "Statement": [{
        "Effect": "Allow",
        "Action": [
            "s3:ListBucket"
        ],
        "Resource": [
            "arn:aws:s3:::dev.s3.ktb.ca"
        ]
    },{
        "Effect": "Allow",
        "Action": [
            "s3:PutObject",
            "s3:GetObject",
            "s3:DeleteObject"
        ],
        "Resource": [
            "arn:aws:s3:::dev.s3.ktb.ca/*"
        ]
    }]
}
                        

Result in Clipboard

:PutObject
:GetObject
:DeleteObject
                        

You can also use the omnibox to highlight occurrences of a query in the page, rather than opening the browser extension popup.

To use this feature, type "findplus" in your browser's address bar, press space, and then enter a regular expression. Occurrences of the regular expression will become highlighted on the page as you type.

Pressing ENTER will leave the highlights in the page. To remove the highlights, simply refresh the page. If you don't want to leave the highlights in the page, just erase the query entered in the address bar.

Reporting Bugs & Contributing

Found a bug? Have a feature request? You can log an issue in our GitHub page, and we will look into it right away.

If you are interested in trying to tackle an issue by yourself, have a read through our README.

================================================ FILE: lib/html-entity-handler/entityhandler.js ================================================ const NAMED_CHARACTER_REFERENCES = { "Á": { "codepoints": [193], "characters": "\u00C1" }, "Á": { "codepoints": [193], "characters": "\u00C1" }, "á": { "codepoints": [225], "characters": "\u00E1" }, "á": { "codepoints": [225], "characters": "\u00E1" }, "Ă": { "codepoints": [258], "characters": "\u0102" }, "ă": { "codepoints": [259], "characters": "\u0103" }, "∾": { "codepoints": [8766], "characters": "\u223E" }, "∿": { "codepoints": [8767], "characters": "\u223F" }, "∾̳": { "codepoints": [8766, 819], "characters": "\u223E\u0333" }, "Â": { "codepoints": [194], "characters": "\u00C2" }, "Â": { "codepoints": [194], "characters": "\u00C2" }, "â": { "codepoints": [226], "characters": "\u00E2" }, "â": { "codepoints": [226], "characters": "\u00E2" }, "´": { "codepoints": [180], "characters": "\u00B4" }, "´": { "codepoints": [180], "characters": "\u00B4" }, "А": { "codepoints": [1040], "characters": "\u0410" }, "а": { "codepoints": [1072], "characters": "\u0430" }, "Æ": { "codepoints": [198], "characters": "\u00C6" }, "Æ": { "codepoints": [198], "characters": "\u00C6" }, "æ": { "codepoints": [230], "characters": "\u00E6" }, "æ": { "codepoints": [230], "characters": "\u00E6" }, "⁡": { "codepoints": [8289], "characters": "\u2061" }, "𝔄": { "codepoints": [120068], "characters": "\uD835\uDD04" }, "𝔞": { "codepoints": [120094], "characters": "\uD835\uDD1E" }, "À": { "codepoints": [192], "characters": "\u00C0" }, "À": { "codepoints": [192], "characters": "\u00C0" }, "à": { "codepoints": [224], "characters": "\u00E0" }, "à": { "codepoints": [224], "characters": "\u00E0" }, "ℵ": { "codepoints": [8501], "characters": "\u2135" }, "ℵ": { "codepoints": [8501], "characters": "\u2135" }, "Α": { "codepoints": [913], "characters": "\u0391" }, "α": { "codepoints": [945], "characters": "\u03B1" }, "Ā": { "codepoints": [256], "characters": "\u0100" }, "ā": { "codepoints": [257], "characters": "\u0101" }, "⨿": { "codepoints": [10815], "characters": "\u2A3F" }, "&": { "codepoints": [38], "characters": "\u0026" }, "&": { "codepoints": [38], "characters": "\u0026" }, "&": { "codepoints": [38], "characters": "\u0026" }, "&": { "codepoints": [38], "characters": "\u0026" }, "⩕": { "codepoints": [10837], "characters": "\u2A55" }, "⩓": { "codepoints": [10835], "characters": "\u2A53" }, "∧": { "codepoints": [8743], "characters": "\u2227" }, "⩜": { "codepoints": [10844], "characters": "\u2A5C" }, "⩘": { "codepoints": [10840], "characters": "\u2A58" }, "⩚": { "codepoints": [10842], "characters": "\u2A5A" }, "∠": { "codepoints": [8736], "characters": "\u2220" }, "⦤": { "codepoints": [10660], "characters": "\u29A4" }, "∠": { "codepoints": [8736], "characters": "\u2220" }, "⦨": { "codepoints": [10664], "characters": "\u29A8" }, "⦩": { "codepoints": [10665], "characters": "\u29A9" }, "⦪": { "codepoints": [10666], "characters": "\u29AA" }, "⦫": { "codepoints": [10667], "characters": "\u29AB" }, "⦬": { "codepoints": [10668], "characters": "\u29AC" }, "⦭": { "codepoints": [10669], "characters": "\u29AD" }, "⦮": { "codepoints": [10670], "characters": "\u29AE" }, "⦯": { "codepoints": [10671], "characters": "\u29AF" }, "∡": { "codepoints": [8737], "characters": "\u2221" }, "∟": { "codepoints": [8735], "characters": "\u221F" }, "⊾": { "codepoints": [8894], "characters": "\u22BE" }, "⦝": { "codepoints": [10653], "characters": "\u299D" }, "∢": { "codepoints": [8738], "characters": "\u2222" }, "Å": { "codepoints": [197], "characters": "\u00C5" }, "⍼": { "codepoints": [9084], "characters": "\u237C" }, "Ą": { "codepoints": [260], "characters": "\u0104" }, "ą": { "codepoints": [261], "characters": "\u0105" }, "𝔸": { "codepoints": [120120], "characters": "\uD835\uDD38" }, "𝕒": { "codepoints": [120146], "characters": "\uD835\uDD52" }, "⩯": { "codepoints": [10863], "characters": "\u2A6F" }, "≈": { "codepoints": [8776], "characters": "\u2248" }, "⩰": { "codepoints": [10864], "characters": "\u2A70" }, "≊": { "codepoints": [8778], "characters": "\u224A" }, "≋": { "codepoints": [8779], "characters": "\u224B" }, "'": { "codepoints": [39], "characters": "\u0027" }, "⁡": { "codepoints": [8289], "characters": "\u2061" }, "≈": { "codepoints": [8776], "characters": "\u2248" }, "≊": { "codepoints": [8778], "characters": "\u224A" }, "Å": { "codepoints": [197], "characters": "\u00C5" }, "Å": { "codepoints": [197], "characters": "\u00C5" }, "å": { "codepoints": [229], "characters": "\u00E5" }, "å": { "codepoints": [229], "characters": "\u00E5" }, "𝒜": { "codepoints": [119964], "characters": "\uD835\uDC9C" }, "𝒶": { "codepoints": [119990], "characters": "\uD835\uDCB6" }, "≔": { "codepoints": [8788], "characters": "\u2254" }, "*": { "codepoints": [42], "characters": "\u002A" }, "≈": { "codepoints": [8776], "characters": "\u2248" }, "≍": { "codepoints": [8781], "characters": "\u224D" }, "Ã": { "codepoints": [195], "characters": "\u00C3" }, "Ã": { "codepoints": [195], "characters": "\u00C3" }, "ã": { "codepoints": [227], "characters": "\u00E3" }, "ã": { "codepoints": [227], "characters": "\u00E3" }, "Ä": { "codepoints": [196], "characters": "\u00C4" }, "Ä": { "codepoints": [196], "characters": "\u00C4" }, "ä": { "codepoints": [228], "characters": "\u00E4" }, "ä": { "codepoints": [228], "characters": "\u00E4" }, "∳": { "codepoints": [8755], "characters": "\u2233" }, "⨑": { "codepoints": [10769], "characters": "\u2A11" }, "≌": { "codepoints": [8780], "characters": "\u224C" }, "϶": { "codepoints": [1014], "characters": "\u03F6" }, "‵": { "codepoints": [8245], "characters": "\u2035" }, "∽": { "codepoints": [8765], "characters": "\u223D" }, "⋍": { "codepoints": [8909], "characters": "\u22CD" }, "∖": { "codepoints": [8726], "characters": "\u2216" }, "⫧": { "codepoints": [10983], "characters": "\u2AE7" }, "⊽": { "codepoints": [8893], "characters": "\u22BD" }, "⌅": { "codepoints": [8965], "characters": "\u2305" }, "⌆": { "codepoints": [8966], "characters": "\u2306" }, "⌅": { "codepoints": [8965], "characters": "\u2305" }, "⎵": { "codepoints": [9141], "characters": "\u23B5" }, "⎶": { "codepoints": [9142], "characters": "\u23B6" }, "≌": { "codepoints": [8780], "characters": "\u224C" }, "Б": { "codepoints": [1041], "characters": "\u0411" }, "б": { "codepoints": [1073], "characters": "\u0431" }, "„": { "codepoints": [8222], "characters": "\u201E" }, "∵": { "codepoints": [8757], "characters": "\u2235" }, "∵": { "codepoints": [8757], "characters": "\u2235" }, "∵": { "codepoints": [8757], "characters": "\u2235" }, "⦰": { "codepoints": [10672], "characters": "\u29B0" }, "϶": { "codepoints": [1014], "characters": "\u03F6" }, "ℬ": { "codepoints": [8492], "characters": "\u212C" }, "ℬ": { "codepoints": [8492], "characters": "\u212C" }, "Β": { "codepoints": [914], "characters": "\u0392" }, "β": { "codepoints": [946], "characters": "\u03B2" }, "ℶ": { "codepoints": [8502], "characters": "\u2136" }, "≬": { "codepoints": [8812], "characters": "\u226C" }, "𝔅": { "codepoints": [120069], "characters": "\uD835\uDD05" }, "𝔟": { "codepoints": [120095], "characters": "\uD835\uDD1F" }, "⋂": { "codepoints": [8898], "characters": "\u22C2" }, "◯": { "codepoints": [9711], "characters": "\u25EF" }, "⋃": { "codepoints": [8899], "characters": "\u22C3" }, "⨀": { "codepoints": [10752], "characters": "\u2A00" }, "⨁": { "codepoints": [10753], "characters": "\u2A01" }, "⨂": { "codepoints": [10754], "characters": "\u2A02" }, "⨆": { "codepoints": [10758], "characters": "\u2A06" }, "★": { "codepoints": [9733], "characters": "\u2605" }, "▽": { "codepoints": [9661], "characters": "\u25BD" }, "△": { "codepoints": [9651], "characters": "\u25B3" }, "⨄": { "codepoints": [10756], "characters": "\u2A04" }, "⋁": { "codepoints": [8897], "characters": "\u22C1" }, "⋀": { "codepoints": [8896], "characters": "\u22C0" }, "⤍": { "codepoints": [10509], "characters": "\u290D" }, "⧫": { "codepoints": [10731], "characters": "\u29EB" }, "▪": { "codepoints": [9642], "characters": "\u25AA" }, "▴": { "codepoints": [9652], "characters": "\u25B4" }, "▾": { "codepoints": [9662], "characters": "\u25BE" }, "◂": { "codepoints": [9666], "characters": "\u25C2" }, "▸": { "codepoints": [9656], "characters": "\u25B8" }, "␣": { "codepoints": [9251], "characters": "\u2423" }, "▒": { "codepoints": [9618], "characters": "\u2592" }, "░": { "codepoints": [9617], "characters": "\u2591" }, "▓": { "codepoints": [9619], "characters": "\u2593" }, "█": { "codepoints": [9608], "characters": "\u2588" }, "=⃥": { "codepoints": [61, 8421], "characters": "\u003D\u20E5" }, "≡⃥": { "codepoints": [8801, 8421], "characters": "\u2261\u20E5" }, "⫭": { "codepoints": [10989], "characters": "\u2AED" }, "⌐": { "codepoints": [8976], "characters": "\u2310" }, "𝔹": { "codepoints": [120121], "characters": "\uD835\uDD39" }, "𝕓": { "codepoints": [120147], "characters": "\uD835\uDD53" }, "⊥": { "codepoints": [8869], "characters": "\u22A5" }, "⊥": { "codepoints": [8869], "characters": "\u22A5" }, "⋈": { "codepoints": [8904], "characters": "\u22C8" }, "⧉": { "codepoints": [10697], "characters": "\u29C9" }, "┐": { "codepoints": [9488], "characters": "\u2510" }, "╕": { "codepoints": [9557], "characters": "\u2555" }, "╖": { "codepoints": [9558], "characters": "\u2556" }, "╗": { "codepoints": [9559], "characters": "\u2557" }, "┌": { "codepoints": [9484], "characters": "\u250C" }, "╒": { "codepoints": [9554], "characters": "\u2552" }, "╓": { "codepoints": [9555], "characters": "\u2553" }, "╔": { "codepoints": [9556], "characters": "\u2554" }, "─": { "codepoints": [9472], "characters": "\u2500" }, "═": { "codepoints": [9552], "characters": "\u2550" }, "┬": { "codepoints": [9516], "characters": "\u252C" }, "╤": { "codepoints": [9572], "characters": "\u2564" }, "╥": { "codepoints": [9573], "characters": "\u2565" }, "╦": { "codepoints": [9574], "characters": "\u2566" }, "┴": { "codepoints": [9524], "characters": "\u2534" }, "╧": { "codepoints": [9575], "characters": "\u2567" }, "╨": { "codepoints": [9576], "characters": "\u2568" }, "╩": { "codepoints": [9577], "characters": "\u2569" }, "⊟": { "codepoints": [8863], "characters": "\u229F" }, "⊞": { "codepoints": [8862], "characters": "\u229E" }, "⊠": { "codepoints": [8864], "characters": "\u22A0" }, "┘": { "codepoints": [9496], "characters": "\u2518" }, "╛": { "codepoints": [9563], "characters": "\u255B" }, "╜": { "codepoints": [9564], "characters": "\u255C" }, "╝": { "codepoints": [9565], "characters": "\u255D" }, "└": { "codepoints": [9492], "characters": "\u2514" }, "╘": { "codepoints": [9560], "characters": "\u2558" }, "╙": { "codepoints": [9561], "characters": "\u2559" }, "╚": { "codepoints": [9562], "characters": "\u255A" }, "│": { "codepoints": [9474], "characters": "\u2502" }, "║": { "codepoints": [9553], "characters": "\u2551" }, "┼": { "codepoints": [9532], "characters": "\u253C" }, "╪": { "codepoints": [9578], "characters": "\u256A" }, "╫": { "codepoints": [9579], "characters": "\u256B" }, "╬": { "codepoints": [9580], "characters": "\u256C" }, "┤": { "codepoints": [9508], "characters": "\u2524" }, "╡": { "codepoints": [9569], "characters": "\u2561" }, "╢": { "codepoints": [9570], "characters": "\u2562" }, "╣": { "codepoints": [9571], "characters": "\u2563" }, "├": { "codepoints": [9500], "characters": "\u251C" }, "╞": { "codepoints": [9566], "characters": "\u255E" }, "╟": { "codepoints": [9567], "characters": "\u255F" }, "╠": { "codepoints": [9568], "characters": "\u2560" }, "‵": { "codepoints": [8245], "characters": "\u2035" }, "˘": { "codepoints": [728], "characters": "\u02D8" }, "˘": { "codepoints": [728], "characters": "\u02D8" }, "¦": { "codepoints": [166], "characters": "\u00A6" }, "¦": { "codepoints": [166], "characters": "\u00A6" }, "𝒷": { "codepoints": [119991], "characters": "\uD835\uDCB7" }, "ℬ": { "codepoints": [8492], "characters": "\u212C" }, "⁏": { "codepoints": [8271], "characters": "\u204F" }, "∽": { "codepoints": [8765], "characters": "\u223D" }, "⋍": { "codepoints": [8909], "characters": "\u22CD" }, "⧅": { "codepoints": [10693], "characters": "\u29C5" }, "\": { "codepoints": [92], "characters": "\u005C" }, "⟈": { "codepoints": [10184], "characters": "\u27C8" }, "•": { "codepoints": [8226], "characters": "\u2022" }, "•": { "codepoints": [8226], "characters": "\u2022" }, "≎": { "codepoints": [8782], "characters": "\u224E" }, "⪮": { "codepoints": [10926], "characters": "\u2AAE" }, "≏": { "codepoints": [8783], "characters": "\u224F" }, "≎": { "codepoints": [8782], "characters": "\u224E" }, "≏": { "codepoints": [8783], "characters": "\u224F" }, "Ć": { "codepoints": [262], "characters": "\u0106" }, "ć": { "codepoints": [263], "characters": "\u0107" }, "⩄": { "codepoints": [10820], "characters": "\u2A44" }, "⩉": { "codepoints": [10825], "characters": "\u2A49" }, "⩋": { "codepoints": [10827], "characters": "\u2A4B" }, "∩": { "codepoints": [8745], "characters": "\u2229" }, "⋒": { "codepoints": [8914], "characters": "\u22D2" }, "⩇": { "codepoints": [10823], "characters": "\u2A47" }, "⩀": { "codepoints": [10816], "characters": "\u2A40" }, "ⅅ": { "codepoints": [8517], "characters": "\u2145" }, "∩︀": { "codepoints": [8745, 65024], "characters": "\u2229\uFE00" }, "⁁": { "codepoints": [8257], "characters": "\u2041" }, "ˇ": { "codepoints": [711], "characters": "\u02C7" }, "ℭ": { "codepoints": [8493], "characters": "\u212D" }, "⩍": { "codepoints": [10829], "characters": "\u2A4D" }, "Č": { "codepoints": [268], "characters": "\u010C" }, "č": { "codepoints": [269], "characters": "\u010D" }, "Ç": { "codepoints": [199], "characters": "\u00C7" }, "Ç": { "codepoints": [199], "characters": "\u00C7" }, "ç": { "codepoints": [231], "characters": "\u00E7" }, "ç": { "codepoints": [231], "characters": "\u00E7" }, "Ĉ": { "codepoints": [264], "characters": "\u0108" }, "ĉ": { "codepoints": [265], "characters": "\u0109" }, "∰": { "codepoints": [8752], "characters": "\u2230" }, "⩌": { "codepoints": [10828], "characters": "\u2A4C" }, "⩐": { "codepoints": [10832], "characters": "\u2A50" }, "Ċ": { "codepoints": [266], "characters": "\u010A" }, "ċ": { "codepoints": [267], "characters": "\u010B" }, "¸": { "codepoints": [184], "characters": "\u00B8" }, "¸": { "codepoints": [184], "characters": "\u00B8" }, "¸": { "codepoints": [184], "characters": "\u00B8" }, "⦲": { "codepoints": [10674], "characters": "\u29B2" }, "¢": { "codepoints": [162], "characters": "\u00A2" }, "¢": { "codepoints": [162], "characters": "\u00A2" }, "·": { "codepoints": [183], "characters": "\u00B7" }, "·": { "codepoints": [183], "characters": "\u00B7" }, "𝔠": { "codepoints": [120096], "characters": "\uD835\uDD20" }, "ℭ": { "codepoints": [8493], "characters": "\u212D" }, "Ч": { "codepoints": [1063], "characters": "\u0427" }, "ч": { "codepoints": [1095], "characters": "\u0447" }, "✓": { "codepoints": [10003], "characters": "\u2713" }, "✓": { "codepoints": [10003], "characters": "\u2713" }, "Χ": { "codepoints": [935], "characters": "\u03A7" }, "χ": { "codepoints": [967], "characters": "\u03C7" }, "ˆ": { "codepoints": [710], "characters": "\u02C6" }, "≗": { "codepoints": [8791], "characters": "\u2257" }, "↺": { "codepoints": [8634], "characters": "\u21BA" }, "↻": { "codepoints": [8635], "characters": "\u21BB" }, "⊛": { "codepoints": [8859], "characters": "\u229B" }, "⊚": { "codepoints": [8858], "characters": "\u229A" }, "⊝": { "codepoints": [8861], "characters": "\u229D" }, "⊙": { "codepoints": [8857], "characters": "\u2299" }, "®": { "codepoints": [174], "characters": "\u00AE" }, "Ⓢ": { "codepoints": [9416], "characters": "\u24C8" }, "⊖": { "codepoints": [8854], "characters": "\u2296" }, "⊕": { "codepoints": [8853], "characters": "\u2295" }, "⊗": { "codepoints": [8855], "characters": "\u2297" }, "○": { "codepoints": [9675], "characters": "\u25CB" }, "⧃": { "codepoints": [10691], "characters": "\u29C3" }, "≗": { "codepoints": [8791], "characters": "\u2257" }, "⨐": { "codepoints": [10768], "characters": "\u2A10" }, "⫯": { "codepoints": [10991], "characters": "\u2AEF" }, "⧂": { "codepoints": [10690], "characters": "\u29C2" }, "∲": { "codepoints": [8754], "characters": "\u2232" }, "”": { "codepoints": [8221], "characters": "\u201D" }, "’": { "codepoints": [8217], "characters": "\u2019" }, "♣": { "codepoints": [9827], "characters": "\u2663" }, "♣": { "codepoints": [9827], "characters": "\u2663" }, ":": { "codepoints": [58], "characters": "\u003A" }, "∷": { "codepoints": [8759], "characters": "\u2237" }, "⩴": { "codepoints": [10868], "characters": "\u2A74" }, "≔": { "codepoints": [8788], "characters": "\u2254" }, "≔": { "codepoints": [8788], "characters": "\u2254" }, ",": { "codepoints": [44], "characters": "\u002C" }, "@": { "codepoints": [64], "characters": "\u0040" }, "∁": { "codepoints": [8705], "characters": "\u2201" }, "∘": { "codepoints": [8728], "characters": "\u2218" }, "∁": { "codepoints": [8705], "characters": "\u2201" }, "ℂ": { "codepoints": [8450], "characters": "\u2102" }, "≅": { "codepoints": [8773], "characters": "\u2245" }, "⩭": { "codepoints": [10861], "characters": "\u2A6D" }, "≡": { "codepoints": [8801], "characters": "\u2261" }, "∮": { "codepoints": [8750], "characters": "\u222E" }, "∯": { "codepoints": [8751], "characters": "\u222F" }, "∮": { "codepoints": [8750], "characters": "\u222E" }, "𝕔": { "codepoints": [120148], "characters": "\uD835\uDD54" }, "ℂ": { "codepoints": [8450], "characters": "\u2102" }, "∐": { "codepoints": [8720], "characters": "\u2210" }, "∐": { "codepoints": [8720], "characters": "\u2210" }, "©": { "codepoints": [169], "characters": "\u00A9" }, "©": { "codepoints": [169], "characters": "\u00A9" }, "©": { "codepoints": [169], "characters": "\u00A9" }, "©": { "codepoints": [169], "characters": "\u00A9" }, "℗": { "codepoints": [8471], "characters": "\u2117" }, "∳": { "codepoints": [8755], "characters": "\u2233" }, "↵": { "codepoints": [8629], "characters": "\u21B5" }, "✗": { "codepoints": [10007], "characters": "\u2717" }, "⨯": { "codepoints": [10799], "characters": "\u2A2F" }, "𝒞": { "codepoints": [119966], "characters": "\uD835\uDC9E" }, "𝒸": { "codepoints": [119992], "characters": "\uD835\uDCB8" }, "⫏": { "codepoints": [10959], "characters": "\u2ACF" }, "⫑": { "codepoints": [10961], "characters": "\u2AD1" }, "⫐": { "codepoints": [10960], "characters": "\u2AD0" }, "⫒": { "codepoints": [10962], "characters": "\u2AD2" }, "⋯": { "codepoints": [8943], "characters": "\u22EF" }, "⤸": { "codepoints": [10552], "characters": "\u2938" }, "⤵": { "codepoints": [10549], "characters": "\u2935" }, "⋞": { "codepoints": [8926], "characters": "\u22DE" }, "⋟": { "codepoints": [8927], "characters": "\u22DF" }, "↶": { "codepoints": [8630], "characters": "\u21B6" }, "⤽": { "codepoints": [10557], "characters": "\u293D" }, "⩈": { "codepoints": [10824], "characters": "\u2A48" }, "⩆": { "codepoints": [10822], "characters": "\u2A46" }, "≍": { "codepoints": [8781], "characters": "\u224D" }, "∪": { "codepoints": [8746], "characters": "\u222A" }, "⋓": { "codepoints": [8915], "characters": "\u22D3" }, "⩊": { "codepoints": [10826], "characters": "\u2A4A" }, "⊍": { "codepoints": [8845], "characters": "\u228D" }, "⩅": { "codepoints": [10821], "characters": "\u2A45" }, "∪︀": { "codepoints": [8746, 65024], "characters": "\u222A\uFE00" }, "↷": { "codepoints": [8631], "characters": "\u21B7" }, "⤼": { "codepoints": [10556], "characters": "\u293C" }, "⋞": { "codepoints": [8926], "characters": "\u22DE" }, "⋟": { "codepoints": [8927], "characters": "\u22DF" }, "⋎": { "codepoints": [8910], "characters": "\u22CE" }, "⋏": { "codepoints": [8911], "characters": "\u22CF" }, "¤": { "codepoints": [164], "characters": "\u00A4" }, "¤": { "codepoints": [164], "characters": "\u00A4" }, "↶": { "codepoints": [8630], "characters": "\u21B6" }, "↷": { "codepoints": [8631], "characters": "\u21B7" }, "⋎": { "codepoints": [8910], "characters": "\u22CE" }, "⋏": { "codepoints": [8911], "characters": "\u22CF" }, "∲": { "codepoints": [8754], "characters": "\u2232" }, "∱": { "codepoints": [8753], "characters": "\u2231" }, "⌭": { "codepoints": [9005], "characters": "\u232D" }, "†": { "codepoints": [8224], "characters": "\u2020" }, "‡": { "codepoints": [8225], "characters": "\u2021" }, "ℸ": { "codepoints": [8504], "characters": "\u2138" }, "↓": { "codepoints": [8595], "characters": "\u2193" }, "↡": { "codepoints": [8609], "characters": "\u21A1" }, "⇓": { "codepoints": [8659], "characters": "\u21D3" }, "‐": { "codepoints": [8208], "characters": "\u2010" }, "⫤": { "codepoints": [10980], "characters": "\u2AE4" }, "⊣": { "codepoints": [8867], "characters": "\u22A3" }, "⤏": { "codepoints": [10511], "characters": "\u290F" }, "˝": { "codepoints": [733], "characters": "\u02DD" }, "Ď": { "codepoints": [270], "characters": "\u010E" }, "ď": { "codepoints": [271], "characters": "\u010F" }, "Д": { "codepoints": [1044], "characters": "\u0414" }, "д": { "codepoints": [1076], "characters": "\u0434" }, "‡": { "codepoints": [8225], "characters": "\u2021" }, "⇊": { "codepoints": [8650], "characters": "\u21CA" }, "ⅅ": { "codepoints": [8517], "characters": "\u2145" }, "ⅆ": { "codepoints": [8518], "characters": "\u2146" }, "⤑": { "codepoints": [10513], "characters": "\u2911" }, "⩷": { "codepoints": [10871], "characters": "\u2A77" }, "°": { "codepoints": [176], "characters": "\u00B0" }, "°": { "codepoints": [176], "characters": "\u00B0" }, "∇": { "codepoints": [8711], "characters": "\u2207" }, "Δ": { "codepoints": [916], "characters": "\u0394" }, "δ": { "codepoints": [948], "characters": "\u03B4" }, "⦱": { "codepoints": [10673], "characters": "\u29B1" }, "⥿": { "codepoints": [10623], "characters": "\u297F" }, "𝔇": { "codepoints": [120071], "characters": "\uD835\uDD07" }, "𝔡": { "codepoints": [120097], "characters": "\uD835\uDD21" }, "⥥": { "codepoints": [10597], "characters": "\u2965" }, "⇃": { "codepoints": [8643], "characters": "\u21C3" }, "⇂": { "codepoints": [8642], "characters": "\u21C2" }, "´": { "codepoints": [180], "characters": "\u00B4" }, "˙": { "codepoints": [729], "characters": "\u02D9" }, "˝": { "codepoints": [733], "characters": "\u02DD" }, "`": { "codepoints": [96], "characters": "\u0060" }, "˜": { "codepoints": [732], "characters": "\u02DC" }, "⋄": { "codepoints": [8900], "characters": "\u22C4" }, "⋄": { "codepoints": [8900], "characters": "\u22C4" }, "⋄": { "codepoints": [8900], "characters": "\u22C4" }, "♦": { "codepoints": [9830], "characters": "\u2666" }, "♦": { "codepoints": [9830], "characters": "\u2666" }, "¨": { "codepoints": [168], "characters": "\u00A8" }, "ⅆ": { "codepoints": [8518], "characters": "\u2146" }, "ϝ": { "codepoints": [989], "characters": "\u03DD" }, "⋲": { "codepoints": [8946], "characters": "\u22F2" }, "÷": { "codepoints": [247], "characters": "\u00F7" }, "÷": { "codepoints": [247], "characters": "\u00F7" }, "÷": { "codepoints": [247], "characters": "\u00F7" }, "⋇": { "codepoints": [8903], "characters": "\u22C7" }, "⋇": { "codepoints": [8903], "characters": "\u22C7" }, "Ђ": { "codepoints": [1026], "characters": "\u0402" }, "ђ": { "codepoints": [1106], "characters": "\u0452" }, "⌞": { "codepoints": [8990], "characters": "\u231E" }, "⌍": { "codepoints": [8973], "characters": "\u230D" }, "$": { "codepoints": [36], "characters": "\u0024" }, "𝔻": { "codepoints": [120123], "characters": "\uD835\uDD3B" }, "𝕕": { "codepoints": [120149], "characters": "\uD835\uDD55" }, "¨": { "codepoints": [168], "characters": "\u00A8" }, "˙": { "codepoints": [729], "characters": "\u02D9" }, "⃜": { "codepoints": [8412], "characters": "\u20DC" }, "≐": { "codepoints": [8784], "characters": "\u2250" }, "≑": { "codepoints": [8785], "characters": "\u2251" }, "≐": { "codepoints": [8784], "characters": "\u2250" }, "∸": { "codepoints": [8760], "characters": "\u2238" }, "∔": { "codepoints": [8724], "characters": "\u2214" }, "⊡": { "codepoints": [8865], "characters": "\u22A1" }, "⌆": { "codepoints": [8966], "characters": "\u2306" }, "∯": { "codepoints": [8751], "characters": "\u222F" }, "¨": { "codepoints": [168], "characters": "\u00A8" }, "⇓": { "codepoints": [8659], "characters": "\u21D3" }, "⇐": { "codepoints": [8656], "characters": "\u21D0" }, "⇔": { "codepoints": [8660], "characters": "\u21D4" }, "⫤": { "codepoints": [10980], "characters": "\u2AE4" }, "⟸": { "codepoints": [10232], "characters": "\u27F8" }, "⟺": { "codepoints": [10234], "characters": "\u27FA" }, "⟹": { "codepoints": [10233], "characters": "\u27F9" }, "⇒": { "codepoints": [8658], "characters": "\u21D2" }, "⊨": { "codepoints": [8872], "characters": "\u22A8" }, "⇑": { "codepoints": [8657], "characters": "\u21D1" }, "⇕": { "codepoints": [8661], "characters": "\u21D5" }, "∥": { "codepoints": [8741], "characters": "\u2225" }, "⤓": { "codepoints": [10515], "characters": "\u2913" }, "↓": { "codepoints": [8595], "characters": "\u2193" }, "↓": { "codepoints": [8595], "characters": "\u2193" }, "⇓": { "codepoints": [8659], "characters": "\u21D3" }, "⇵": { "codepoints": [8693], "characters": "\u21F5" }, "̑": { "codepoints": [785], "characters": "\u0311" }, "⇊": { "codepoints": [8650], "characters": "\u21CA" }, "⇃": { "codepoints": [8643], "characters": "\u21C3" }, "⇂": { "codepoints": [8642], "characters": "\u21C2" }, "⥐": { "codepoints": [10576], "characters": "\u2950" }, "⥞": { "codepoints": [10590], "characters": "\u295E" }, "⥖": { "codepoints": [10582], "characters": "\u2956" }, "↽": { "codepoints": [8637], "characters": "\u21BD" }, "⥟": { "codepoints": [10591], "characters": "\u295F" }, "⥗": { "codepoints": [10583], "characters": "\u2957" }, "⇁": { "codepoints": [8641], "characters": "\u21C1" }, "↧": { "codepoints": [8615], "characters": "\u21A7" }, "⊤": { "codepoints": [8868], "characters": "\u22A4" }, "⤐": { "codepoints": [10512], "characters": "\u2910" }, "⌟": { "codepoints": [8991], "characters": "\u231F" }, "⌌": { "codepoints": [8972], "characters": "\u230C" }, "𝒟": { "codepoints": [119967], "characters": "\uD835\uDC9F" }, "𝒹": { "codepoints": [119993], "characters": "\uD835\uDCB9" }, "Ѕ": { "codepoints": [1029], "characters": "\u0405" }, "ѕ": { "codepoints": [1109], "characters": "\u0455" }, "⧶": { "codepoints": [10742], "characters": "\u29F6" }, "Đ": { "codepoints": [272], "characters": "\u0110" }, "đ": { "codepoints": [273], "characters": "\u0111" }, "⋱": { "codepoints": [8945], "characters": "\u22F1" }, "▿": { "codepoints": [9663], "characters": "\u25BF" }, "▾": { "codepoints": [9662], "characters": "\u25BE" }, "⇵": { "codepoints": [8693], "characters": "\u21F5" }, "⥯": { "codepoints": [10607], "characters": "\u296F" }, "⦦": { "codepoints": [10662], "characters": "\u29A6" }, "Џ": { "codepoints": [1039], "characters": "\u040F" }, "џ": { "codepoints": [1119], "characters": "\u045F" }, "⟿": { "codepoints": [10239], "characters": "\u27FF" }, "É": { "codepoints": [201], "characters": "\u00C9" }, "É": { "codepoints": [201], "characters": "\u00C9" }, "é": { "codepoints": [233], "characters": "\u00E9" }, "é": { "codepoints": [233], "characters": "\u00E9" }, "⩮": { "codepoints": [10862], "characters": "\u2A6E" }, "Ě": { "codepoints": [282], "characters": "\u011A" }, "ě": { "codepoints": [283], "characters": "\u011B" }, "Ê": { "codepoints": [202], "characters": "\u00CA" }, "Ê": { "codepoints": [202], "characters": "\u00CA" }, "ê": { "codepoints": [234], "characters": "\u00EA" }, "ê": { "codepoints": [234], "characters": "\u00EA" }, "≖": { "codepoints": [8790], "characters": "\u2256" }, "≕": { "codepoints": [8789], "characters": "\u2255" }, "Э": { "codepoints": [1069], "characters": "\u042D" }, "э": { "codepoints": [1101], "characters": "\u044D" }, "⩷": { "codepoints": [10871], "characters": "\u2A77" }, "Ė": { "codepoints": [278], "characters": "\u0116" }, "ė": { "codepoints": [279], "characters": "\u0117" }, "≑": { "codepoints": [8785], "characters": "\u2251" }, "ⅇ": { "codepoints": [8519], "characters": "\u2147" }, "≒": { "codepoints": [8786], "characters": "\u2252" }, "𝔈": { "codepoints": [120072], "characters": "\uD835\uDD08" }, "𝔢": { "codepoints": [120098], "characters": "\uD835\uDD22" }, "⪚": { "codepoints": [10906], "characters": "\u2A9A" }, "È": { "codepoints": [200], "characters": "\u00C8" }, "È": { "codepoints": [200], "characters": "\u00C8" }, "è": { "codepoints": [232], "characters": "\u00E8" }, "è": { "codepoints": [232], "characters": "\u00E8" }, "⪖": { "codepoints": [10902], "characters": "\u2A96" }, "⪘": { "codepoints": [10904], "characters": "\u2A98" }, "⪙": { "codepoints": [10905], "characters": "\u2A99" }, "∈": { "codepoints": [8712], "characters": "\u2208" }, "⏧": { "codepoints": [9191], "characters": "\u23E7" }, "ℓ": { "codepoints": [8467], "characters": "\u2113" }, "⪕": { "codepoints": [10901], "characters": "\u2A95" }, "⪗": { "codepoints": [10903], "characters": "\u2A97" }, "Ē": { "codepoints": [274], "characters": "\u0112" }, "ē": { "codepoints": [275], "characters": "\u0113" }, "∅": { "codepoints": [8709], "characters": "\u2205" }, "∅": { "codepoints": [8709], "characters": "\u2205" }, "◻": { "codepoints": [9723], "characters": "\u25FB" }, "∅": { "codepoints": [8709], "characters": "\u2205" }, "▫": { "codepoints": [9643], "characters": "\u25AB" }, " ": { "codepoints": [8196], "characters": "\u2004" }, " ": { "codepoints": [8197], "characters": "\u2005" }, " ": { "codepoints": [8195], "characters": "\u2003" }, "Ŋ": { "codepoints": [330], "characters": "\u014A" }, "ŋ": { "codepoints": [331], "characters": "\u014B" }, " ": { "codepoints": [8194], "characters": "\u2002" }, "Ę": { "codepoints": [280], "characters": "\u0118" }, "ę": { "codepoints": [281], "characters": "\u0119" }, "𝔼": { "codepoints": [120124], "characters": "\uD835\uDD3C" }, "𝕖": { "codepoints": [120150], "characters": "\uD835\uDD56" }, "⋕": { "codepoints": [8917], "characters": "\u22D5" }, "⧣": { "codepoints": [10723], "characters": "\u29E3" }, "⩱": { "codepoints": [10865], "characters": "\u2A71" }, "ε": { "codepoints": [949], "characters": "\u03B5" }, "Ε": { "codepoints": [917], "characters": "\u0395" }, "ε": { "codepoints": [949], "characters": "\u03B5" }, "ϵ": { "codepoints": [1013], "characters": "\u03F5" }, "≖": { "codepoints": [8790], "characters": "\u2256" }, "≕": { "codepoints": [8789], "characters": "\u2255" }, "≂": { "codepoints": [8770], "characters": "\u2242" }, "⪖": { "codepoints": [10902], "characters": "\u2A96" }, "⪕": { "codepoints": [10901], "characters": "\u2A95" }, "⩵": { "codepoints": [10869], "characters": "\u2A75" }, "=": { "codepoints": [61], "characters": "\u003D" }, "≂": { "codepoints": [8770], "characters": "\u2242" }, "≟": { "codepoints": [8799], "characters": "\u225F" }, "⇌": { "codepoints": [8652], "characters": "\u21CC" }, "≡": { "codepoints": [8801], "characters": "\u2261" }, "⩸": { "codepoints": [10872], "characters": "\u2A78" }, "⧥": { "codepoints": [10725], "characters": "\u29E5" }, "⥱": { "codepoints": [10609], "characters": "\u2971" }, "≓": { "codepoints": [8787], "characters": "\u2253" }, "ℯ": { "codepoints": [8495], "characters": "\u212F" }, "ℰ": { "codepoints": [8496], "characters": "\u2130" }, "≐": { "codepoints": [8784], "characters": "\u2250" }, "⩳": { "codepoints": [10867], "characters": "\u2A73" }, "≂": { "codepoints": [8770], "characters": "\u2242" }, "Η": { "codepoints": [919], "characters": "\u0397" }, "η": { "codepoints": [951], "characters": "\u03B7" }, "Ð": { "codepoints": [208], "characters": "\u00D0" }, "Ð": { "codepoints": [208], "characters": "\u00D0" }, "ð": { "codepoints": [240], "characters": "\u00F0" }, "ð": { "codepoints": [240], "characters": "\u00F0" }, "Ë": { "codepoints": [203], "characters": "\u00CB" }, "Ë": { "codepoints": [203], "characters": "\u00CB" }, "ë": { "codepoints": [235], "characters": "\u00EB" }, "ë": { "codepoints": [235], "characters": "\u00EB" }, "€": { "codepoints": [8364], "characters": "\u20AC" }, "!": { "codepoints": [33], "characters": "\u0021" }, "∃": { "codepoints": [8707], "characters": "\u2203" }, "∃": { "codepoints": [8707], "characters": "\u2203" }, "ℰ": { "codepoints": [8496], "characters": "\u2130" }, "ⅇ": { "codepoints": [8519], "characters": "\u2147" }, "ⅇ": { "codepoints": [8519], "characters": "\u2147" }, "≒": { "codepoints": [8786], "characters": "\u2252" }, "Ф": { "codepoints": [1060], "characters": "\u0424" }, "ф": { "codepoints": [1092], "characters": "\u0444" }, "♀": { "codepoints": [9792], "characters": "\u2640" }, "ffi": { "codepoints": [64259], "characters": "\uFB03" }, "ff": { "codepoints": [64256], "characters": "\uFB00" }, "ffl": { "codepoints": [64260], "characters": "\uFB04" }, "𝔉": { "codepoints": [120073], "characters": "\uD835\uDD09" }, "𝔣": { "codepoints": [120099], "characters": "\uD835\uDD23" }, "fi": { "codepoints": [64257], "characters": "\uFB01" }, "◼": { "codepoints": [9724], "characters": "\u25FC" }, "▪": { "codepoints": [9642], "characters": "\u25AA" }, "fj": { "codepoints": [102, 106], "characters": "\u0066\u006A" }, "♭": { "codepoints": [9837], "characters": "\u266D" }, "fl": { "codepoints": [64258], "characters": "\uFB02" }, "▱": { "codepoints": [9649], "characters": "\u25B1" }, "ƒ": { "codepoints": [402], "characters": "\u0192" }, "𝔽": { "codepoints": [120125], "characters": "\uD835\uDD3D" }, "𝕗": { "codepoints": [120151], "characters": "\uD835\uDD57" }, "∀": { "codepoints": [8704], "characters": "\u2200" }, "∀": { "codepoints": [8704], "characters": "\u2200" }, "⋔": { "codepoints": [8916], "characters": "\u22D4" }, "⫙": { "codepoints": [10969], "characters": "\u2AD9" }, "ℱ": { "codepoints": [8497], "characters": "\u2131" }, "⨍": { "codepoints": [10765], "characters": "\u2A0D" }, "½": { "codepoints": [189], "characters": "\u00BD" }, "½": { "codepoints": [189], "characters": "\u00BD" }, "⅓": { "codepoints": [8531], "characters": "\u2153" }, "¼": { "codepoints": [188], "characters": "\u00BC" }, "¼": { "codepoints": [188], "characters": "\u00BC" }, "⅕": { "codepoints": [8533], "characters": "\u2155" }, "⅙": { "codepoints": [8537], "characters": "\u2159" }, "⅛": { "codepoints": [8539], "characters": "\u215B" }, "⅔": { "codepoints": [8532], "characters": "\u2154" }, "⅖": { "codepoints": [8534], "characters": "\u2156" }, "¾": { "codepoints": [190], "characters": "\u00BE" }, "¾": { "codepoints": [190], "characters": "\u00BE" }, "⅗": { "codepoints": [8535], "characters": "\u2157" }, "⅜": { "codepoints": [8540], "characters": "\u215C" }, "⅘": { "codepoints": [8536], "characters": "\u2158" }, "⅚": { "codepoints": [8538], "characters": "\u215A" }, "⅝": { "codepoints": [8541], "characters": "\u215D" }, "⅞": { "codepoints": [8542], "characters": "\u215E" }, "⁄": { "codepoints": [8260], "characters": "\u2044" }, "⌢": { "codepoints": [8994], "characters": "\u2322" }, "𝒻": { "codepoints": [119995], "characters": "\uD835\uDCBB" }, "ℱ": { "codepoints": [8497], "characters": "\u2131" }, "ǵ": { "codepoints": [501], "characters": "\u01F5" }, "Γ": { "codepoints": [915], "characters": "\u0393" }, "γ": { "codepoints": [947], "characters": "\u03B3" }, "Ϝ": { "codepoints": [988], "characters": "\u03DC" }, "ϝ": { "codepoints": [989], "characters": "\u03DD" }, "⪆": { "codepoints": [10886], "characters": "\u2A86" }, "Ğ": { "codepoints": [286], "characters": "\u011E" }, "ğ": { "codepoints": [287], "characters": "\u011F" }, "Ģ": { "codepoints": [290], "characters": "\u0122" }, "Ĝ": { "codepoints": [284], "characters": "\u011C" }, "ĝ": { "codepoints": [285], "characters": "\u011D" }, "Г": { "codepoints": [1043], "characters": "\u0413" }, "г": { "codepoints": [1075], "characters": "\u0433" }, "Ġ": { "codepoints": [288], "characters": "\u0120" }, "ġ": { "codepoints": [289], "characters": "\u0121" }, "≥": { "codepoints": [8805], "characters": "\u2265" }, "≧": { "codepoints": [8807], "characters": "\u2267" }, "⪌": { "codepoints": [10892], "characters": "\u2A8C" }, "⋛": { "codepoints": [8923], "characters": "\u22DB" }, "≥": { "codepoints": [8805], "characters": "\u2265" }, "≧": { "codepoints": [8807], "characters": "\u2267" }, "⩾": { "codepoints": [10878], "characters": "\u2A7E" }, "⪩": { "codepoints": [10921], "characters": "\u2AA9" }, "⩾": { "codepoints": [10878], "characters": "\u2A7E" }, "⪀": { "codepoints": [10880], "characters": "\u2A80" }, "⪂": { "codepoints": [10882], "characters": "\u2A82" }, "⪄": { "codepoints": [10884], "characters": "\u2A84" }, "⋛︀": { "codepoints": [8923, 65024], "characters": "\u22DB\uFE00" }, "⪔": { "codepoints": [10900], "characters": "\u2A94" }, "𝔊": { "codepoints": [120074], "characters": "\uD835\uDD0A" }, "𝔤": { "codepoints": [120100], "characters": "\uD835\uDD24" }, "≫": { "codepoints": [8811], "characters": "\u226B" }, "⋙": { "codepoints": [8921], "characters": "\u22D9" }, "⋙": { "codepoints": [8921], "characters": "\u22D9" }, "ℷ": { "codepoints": [8503], "characters": "\u2137" }, "Ѓ": { "codepoints": [1027], "characters": "\u0403" }, "ѓ": { "codepoints": [1107], "characters": "\u0453" }, "⪥": { "codepoints": [10917], "characters": "\u2AA5" }, "≷": { "codepoints": [8823], "characters": "\u2277" }, "⪒": { "codepoints": [10898], "characters": "\u2A92" }, "⪤": { "codepoints": [10916], "characters": "\u2AA4" }, "⪊": { "codepoints": [10890], "characters": "\u2A8A" }, "⪊": { "codepoints": [10890], "characters": "\u2A8A" }, "⪈": { "codepoints": [10888], "characters": "\u2A88" }, "≩": { "codepoints": [8809], "characters": "\u2269" }, "⪈": { "codepoints": [10888], "characters": "\u2A88" }, "≩": { "codepoints": [8809], "characters": "\u2269" }, "⋧": { "codepoints": [8935], "characters": "\u22E7" }, "𝔾": { "codepoints": [120126], "characters": "\uD835\uDD3E" }, "𝕘": { "codepoints": [120152], "characters": "\uD835\uDD58" }, "`": { "codepoints": [96], "characters": "\u0060" }, "≥": { "codepoints": [8805], "characters": "\u2265" }, "⋛": { "codepoints": [8923], "characters": "\u22DB" }, "≧": { "codepoints": [8807], "characters": "\u2267" }, "⪢": { "codepoints": [10914], "characters": "\u2AA2" }, "≷": { "codepoints": [8823], "characters": "\u2277" }, "⩾": { "codepoints": [10878], "characters": "\u2A7E" }, "≳": { "codepoints": [8819], "characters": "\u2273" }, "𝒢": { "codepoints": [119970], "characters": "\uD835\uDCA2" }, "ℊ": { "codepoints": [8458], "characters": "\u210A" }, "≳": { "codepoints": [8819], "characters": "\u2273" }, "⪎": { "codepoints": [10894], "characters": "\u2A8E" }, "⪐": { "codepoints": [10896], "characters": "\u2A90" }, "⪧": { "codepoints": [10919], "characters": "\u2AA7" }, "⩺": { "codepoints": [10874], "characters": "\u2A7A" }, ">": { "codepoints": [62], "characters": "\u003E" }, ">": { "codepoints": [62], "characters": "\u003E" }, ">": { "codepoints": [62], "characters": "\u003E" }, ">": { "codepoints": [62], "characters": "\u003E" }, "≫": { "codepoints": [8811], "characters": "\u226B" }, "⋗": { "codepoints": [8919], "characters": "\u22D7" }, "⦕": { "codepoints": [10645], "characters": "\u2995" }, "⩼": { "codepoints": [10876], "characters": "\u2A7C" }, "⪆": { "codepoints": [10886], "characters": "\u2A86" }, "⥸": { "codepoints": [10616], "characters": "\u2978" }, "⋗": { "codepoints": [8919], "characters": "\u22D7" }, "⋛": { "codepoints": [8923], "characters": "\u22DB" }, "⪌": { "codepoints": [10892], "characters": "\u2A8C" }, "≷": { "codepoints": [8823], "characters": "\u2277" }, "≳": { "codepoints": [8819], "characters": "\u2273" }, "≩︀": { "codepoints": [8809, 65024], "characters": "\u2269\uFE00" }, "≩︀": { "codepoints": [8809, 65024], "characters": "\u2269\uFE00" }, "ˇ": { "codepoints": [711], "characters": "\u02C7" }, " ": { "codepoints": [8202], "characters": "\u200A" }, "½": { "codepoints": [189], "characters": "\u00BD" }, "ℋ": { "codepoints": [8459], "characters": "\u210B" }, "Ъ": { "codepoints": [1066], "characters": "\u042A" }, "ъ": { "codepoints": [1098], "characters": "\u044A" }, "⥈": { "codepoints": [10568], "characters": "\u2948" }, "↔": { "codepoints": [8596], "characters": "\u2194" }, "⇔": { "codepoints": [8660], "characters": "\u21D4" }, "↭": { "codepoints": [8621], "characters": "\u21AD" }, "^": { "codepoints": [94], "characters": "\u005E" }, "ℏ": { "codepoints": [8463], "characters": "\u210F" }, "Ĥ": { "codepoints": [292], "characters": "\u0124" }, "ĥ": { "codepoints": [293], "characters": "\u0125" }, "♥": { "codepoints": [9829], "characters": "\u2665" }, "♥": { "codepoints": [9829], "characters": "\u2665" }, "…": { "codepoints": [8230], "characters": "\u2026" }, "⊹": { "codepoints": [8889], "characters": "\u22B9" }, "𝔥": { "codepoints": [120101], "characters": "\uD835\uDD25" }, "ℌ": { "codepoints": [8460], "characters": "\u210C" }, "ℋ": { "codepoints": [8459], "characters": "\u210B" }, "⤥": { "codepoints": [10533], "characters": "\u2925" }, "⤦": { "codepoints": [10534], "characters": "\u2926" }, "⇿": { "codepoints": [8703], "characters": "\u21FF" }, "∻": { "codepoints": [8763], "characters": "\u223B" }, "↩": { "codepoints": [8617], "characters": "\u21A9" }, "↪": { "codepoints": [8618], "characters": "\u21AA" }, "𝕙": { "codepoints": [120153], "characters": "\uD835\uDD59" }, "ℍ": { "codepoints": [8461], "characters": "\u210D" }, "―": { "codepoints": [8213], "characters": "\u2015" }, "─": { "codepoints": [9472], "characters": "\u2500" }, "𝒽": { "codepoints": [119997], "characters": "\uD835\uDCBD" }, "ℋ": { "codepoints": [8459], "characters": "\u210B" }, "ℏ": { "codepoints": [8463], "characters": "\u210F" }, "Ħ": { "codepoints": [294], "characters": "\u0126" }, "ħ": { "codepoints": [295], "characters": "\u0127" }, "≎": { "codepoints": [8782], "characters": "\u224E" }, "≏": { "codepoints": [8783], "characters": "\u224F" }, "⁃": { "codepoints": [8259], "characters": "\u2043" }, "‐": { "codepoints": [8208], "characters": "\u2010" }, "Í": { "codepoints": [205], "characters": "\u00CD" }, "Í": { "codepoints": [205], "characters": "\u00CD" }, "í": { "codepoints": [237], "characters": "\u00ED" }, "í": { "codepoints": [237], "characters": "\u00ED" }, "⁣": { "codepoints": [8291], "characters": "\u2063" }, "Î": { "codepoints": [206], "characters": "\u00CE" }, "Î": { "codepoints": [206], "characters": "\u00CE" }, "î": { "codepoints": [238], "characters": "\u00EE" }, "î": { "codepoints": [238], "characters": "\u00EE" }, "И": { "codepoints": [1048], "characters": "\u0418" }, "и": { "codepoints": [1080], "characters": "\u0438" }, "İ": { "codepoints": [304], "characters": "\u0130" }, "Е": { "codepoints": [1045], "characters": "\u0415" }, "е": { "codepoints": [1077], "characters": "\u0435" }, "¡": { "codepoints": [161], "characters": "\u00A1" }, "¡": { "codepoints": [161], "characters": "\u00A1" }, "⇔": { "codepoints": [8660], "characters": "\u21D4" }, "𝔦": { "codepoints": [120102], "characters": "\uD835\uDD26" }, "ℑ": { "codepoints": [8465], "characters": "\u2111" }, "Ì": { "codepoints": [204], "characters": "\u00CC" }, "Ì": { "codepoints": [204], "characters": "\u00CC" }, "ì": { "codepoints": [236], "characters": "\u00EC" }, "ì": { "codepoints": [236], "characters": "\u00EC" }, "ⅈ": { "codepoints": [8520], "characters": "\u2148" }, "⨌": { "codepoints": [10764], "characters": "\u2A0C" }, "∭": { "codepoints": [8749], "characters": "\u222D" }, "⧜": { "codepoints": [10716], "characters": "\u29DC" }, "℩": { "codepoints": [8489], "characters": "\u2129" }, "IJ": { "codepoints": [306], "characters": "\u0132" }, "ij": { "codepoints": [307], "characters": "\u0133" }, "Ī": { "codepoints": [298], "characters": "\u012A" }, "ī": { "codepoints": [299], "characters": "\u012B" }, "ℑ": { "codepoints": [8465], "characters": "\u2111" }, "ⅈ": { "codepoints": [8520], "characters": "\u2148" }, "ℐ": { "codepoints": [8464], "characters": "\u2110" }, "ℑ": { "codepoints": [8465], "characters": "\u2111" }, "ı": { "codepoints": [305], "characters": "\u0131" }, "ℑ": { "codepoints": [8465], "characters": "\u2111" }, "⊷": { "codepoints": [8887], "characters": "\u22B7" }, "Ƶ": { "codepoints": [437], "characters": "\u01B5" }, "⇒": { "codepoints": [8658], "characters": "\u21D2" }, "℅": { "codepoints": [8453], "characters": "\u2105" }, "∈": { "codepoints": [8712], "characters": "\u2208" }, "∞": { "codepoints": [8734], "characters": "\u221E" }, "⧝": { "codepoints": [10717], "characters": "\u29DD" }, "ı": { "codepoints": [305], "characters": "\u0131" }, "⊺": { "codepoints": [8890], "characters": "\u22BA" }, "∫": { "codepoints": [8747], "characters": "\u222B" }, "∬": { "codepoints": [8748], "characters": "\u222C" }, "ℤ": { "codepoints": [8484], "characters": "\u2124" }, "∫": { "codepoints": [8747], "characters": "\u222B" }, "⊺": { "codepoints": [8890], "characters": "\u22BA" }, "⋂": { "codepoints": [8898], "characters": "\u22C2" }, "⨗": { "codepoints": [10775], "characters": "\u2A17" }, "⨼": { "codepoints": [10812], "characters": "\u2A3C" }, "⁣": { "codepoints": [8291], "characters": "\u2063" }, "⁢": { "codepoints": [8290], "characters": "\u2062" }, "Ё": { "codepoints": [1025], "characters": "\u0401" }, "ё": { "codepoints": [1105], "characters": "\u0451" }, "Į": { "codepoints": [302], "characters": "\u012E" }, "į": { "codepoints": [303], "characters": "\u012F" }, "𝕀": { "codepoints": [120128], "characters": "\uD835\uDD40" }, "𝕚": { "codepoints": [120154], "characters": "\uD835\uDD5A" }, "Ι": { "codepoints": [921], "characters": "\u0399" }, "ι": { "codepoints": [953], "characters": "\u03B9" }, "⨼": { "codepoints": [10812], "characters": "\u2A3C" }, "¿": { "codepoints": [191], "characters": "\u00BF" }, "¿": { "codepoints": [191], "characters": "\u00BF" }, "𝒾": { "codepoints": [119998], "characters": "\uD835\uDCBE" }, "ℐ": { "codepoints": [8464], "characters": "\u2110" }, "∈": { "codepoints": [8712], "characters": "\u2208" }, "⋵": { "codepoints": [8949], "characters": "\u22F5" }, "⋹": { "codepoints": [8953], "characters": "\u22F9" }, "⋴": { "codepoints": [8948], "characters": "\u22F4" }, "⋳": { "codepoints": [8947], "characters": "\u22F3" }, "∈": { "codepoints": [8712], "characters": "\u2208" }, "⁢": { "codepoints": [8290], "characters": "\u2062" }, "Ĩ": { "codepoints": [296], "characters": "\u0128" }, "ĩ": { "codepoints": [297], "characters": "\u0129" }, "І": { "codepoints": [1030], "characters": "\u0406" }, "і": { "codepoints": [1110], "characters": "\u0456" }, "Ï": { "codepoints": [207], "characters": "\u00CF" }, "Ï": { "codepoints": [207], "characters": "\u00CF" }, "ï": { "codepoints": [239], "characters": "\u00EF" }, "ï": { "codepoints": [239], "characters": "\u00EF" }, "Ĵ": { "codepoints": [308], "characters": "\u0134" }, "ĵ": { "codepoints": [309], "characters": "\u0135" }, "Й": { "codepoints": [1049], "characters": "\u0419" }, "й": { "codepoints": [1081], "characters": "\u0439" }, "𝔍": { "codepoints": [120077], "characters": "\uD835\uDD0D" }, "𝔧": { "codepoints": [120103], "characters": "\uD835\uDD27" }, "ȷ": { "codepoints": [567], "characters": "\u0237" }, "𝕁": { "codepoints": [120129], "characters": "\uD835\uDD41" }, "𝕛": { "codepoints": [120155], "characters": "\uD835\uDD5B" }, "𝒥": { "codepoints": [119973], "characters": "\uD835\uDCA5" }, "𝒿": { "codepoints": [119999], "characters": "\uD835\uDCBF" }, "Ј": { "codepoints": [1032], "characters": "\u0408" }, "ј": { "codepoints": [1112], "characters": "\u0458" }, "Є": { "codepoints": [1028], "characters": "\u0404" }, "є": { "codepoints": [1108], "characters": "\u0454" }, "Κ": { "codepoints": [922], "characters": "\u039A" }, "κ": { "codepoints": [954], "characters": "\u03BA" }, "ϰ": { "codepoints": [1008], "characters": "\u03F0" }, "Ķ": { "codepoints": [310], "characters": "\u0136" }, "ķ": { "codepoints": [311], "characters": "\u0137" }, "К": { "codepoints": [1050], "characters": "\u041A" }, "к": { "codepoints": [1082], "characters": "\u043A" }, "𝔎": { "codepoints": [120078], "characters": "\uD835\uDD0E" }, "𝔨": { "codepoints": [120104], "characters": "\uD835\uDD28" }, "ĸ": { "codepoints": [312], "characters": "\u0138" }, "Х": { "codepoints": [1061], "characters": "\u0425" }, "х": { "codepoints": [1093], "characters": "\u0445" }, "Ќ": { "codepoints": [1036], "characters": "\u040C" }, "ќ": { "codepoints": [1116], "characters": "\u045C" }, "𝕂": { "codepoints": [120130], "characters": "\uD835\uDD42" }, "𝕜": { "codepoints": [120156], "characters": "\uD835\uDD5C" }, "𝒦": { "codepoints": [119974], "characters": "\uD835\uDCA6" }, "𝓀": { "codepoints": [120000], "characters": "\uD835\uDCC0" }, "⇚": { "codepoints": [8666], "characters": "\u21DA" }, "Ĺ": { "codepoints": [313], "characters": "\u0139" }, "ĺ": { "codepoints": [314], "characters": "\u013A" }, "⦴": { "codepoints": [10676], "characters": "\u29B4" }, "ℒ": { "codepoints": [8466], "characters": "\u2112" }, "Λ": { "codepoints": [923], "characters": "\u039B" }, "λ": { "codepoints": [955], "characters": "\u03BB" }, "⟨": { "codepoints": [10216], "characters": "\u27E8" }, "⟪": { "codepoints": [10218], "characters": "\u27EA" }, "⦑": { "codepoints": [10641], "characters": "\u2991" }, "⟨": { "codepoints": [10216], "characters": "\u27E8" }, "⪅": { "codepoints": [10885], "characters": "\u2A85" }, "ℒ": { "codepoints": [8466], "characters": "\u2112" }, "«": { "codepoints": [171], "characters": "\u00AB" }, "«": { "codepoints": [171], "characters": "\u00AB" }, "⇤": { "codepoints": [8676], "characters": "\u21E4" }, "⤟": { "codepoints": [10527], "characters": "\u291F" }, "←": { "codepoints": [8592], "characters": "\u2190" }, "↞": { "codepoints": [8606], "characters": "\u219E" }, "⇐": { "codepoints": [8656], "characters": "\u21D0" }, "⤝": { "codepoints": [10525], "characters": "\u291D" }, "↩": { "codepoints": [8617], "characters": "\u21A9" }, "↫": { "codepoints": [8619], "characters": "\u21AB" }, "⤹": { "codepoints": [10553], "characters": "\u2939" }, "⥳": { "codepoints": [10611], "characters": "\u2973" }, "↢": { "codepoints": [8610], "characters": "\u21A2" }, "⤙": { "codepoints": [10521], "characters": "\u2919" }, "⤛": { "codepoints": [10523], "characters": "\u291B" }, "⪫": { "codepoints": [10923], "characters": "\u2AAB" }, "⪭": { "codepoints": [10925], "characters": "\u2AAD" }, "⪭︀": { "codepoints": [10925, 65024], "characters": "\u2AAD\uFE00" }, "⤌": { "codepoints": [10508], "characters": "\u290C" }, "⤎": { "codepoints": [10510], "characters": "\u290E" }, "❲": { "codepoints": [10098], "characters": "\u2772" }, "{": { "codepoints": [123], "characters": "\u007B" }, "[": { "codepoints": [91], "characters": "\u005B" }, "⦋": { "codepoints": [10635], "characters": "\u298B" }, "⦏": { "codepoints": [10639], "characters": "\u298F" }, "⦍": { "codepoints": [10637], "characters": "\u298D" }, "Ľ": { "codepoints": [317], "characters": "\u013D" }, "ľ": { "codepoints": [318], "characters": "\u013E" }, "Ļ": { "codepoints": [315], "characters": "\u013B" }, "ļ": { "codepoints": [316], "characters": "\u013C" }, "⌈": { "codepoints": [8968], "characters": "\u2308" }, "{": { "codepoints": [123], "characters": "\u007B" }, "Л": { "codepoints": [1051], "characters": "\u041B" }, "л": { "codepoints": [1083], "characters": "\u043B" }, "⤶": { "codepoints": [10550], "characters": "\u2936" }, "“": { "codepoints": [8220], "characters": "\u201C" }, "„": { "codepoints": [8222], "characters": "\u201E" }, "⥧": { "codepoints": [10599], "characters": "\u2967" }, "⥋": { "codepoints": [10571], "characters": "\u294B" }, "↲": { "codepoints": [8626], "characters": "\u21B2" }, "≤": { "codepoints": [8804], "characters": "\u2264" }, "≦": { "codepoints": [8806], "characters": "\u2266" }, "⟨": { "codepoints": [10216], "characters": "\u27E8" }, "⇤": { "codepoints": [8676], "characters": "\u21E4" }, "←": { "codepoints": [8592], "characters": "\u2190" }, "←": { "codepoints": [8592], "characters": "\u2190" }, "⇐": { "codepoints": [8656], "characters": "\u21D0" }, "⇆": { "codepoints": [8646], "characters": "\u21C6" }, "↢": { "codepoints": [8610], "characters": "\u21A2" }, "⌈": { "codepoints": [8968], "characters": "\u2308" }, "⟦": { "codepoints": [10214], "characters": "\u27E6" }, "⥡": { "codepoints": [10593], "characters": "\u2961" }, "⥙": { "codepoints": [10585], "characters": "\u2959" }, "⇃": { "codepoints": [8643], "characters": "\u21C3" }, "⌊": { "codepoints": [8970], "characters": "\u230A" }, "↽": { "codepoints": [8637], "characters": "\u21BD" }, "↼": { "codepoints": [8636], "characters": "\u21BC" }, "⇇": { "codepoints": [8647], "characters": "\u21C7" }, "↔": { "codepoints": [8596], "characters": "\u2194" }, "↔": { "codepoints": [8596], "characters": "\u2194" }, "⇔": { "codepoints": [8660], "characters": "\u21D4" }, "⇆": { "codepoints": [8646], "characters": "\u21C6" }, "⇋": { "codepoints": [8651], "characters": "\u21CB" }, "↭": { "codepoints": [8621], "characters": "\u21AD" }, "⥎": { "codepoints": [10574], "characters": "\u294E" }, "↤": { "codepoints": [8612], "characters": "\u21A4" }, "⊣": { "codepoints": [8867], "characters": "\u22A3" }, "⥚": { "codepoints": [10586], "characters": "\u295A" }, "⋋": { "codepoints": [8907], "characters": "\u22CB" }, "⧏": { "codepoints": [10703], "characters": "\u29CF" }, "⊲": { "codepoints": [8882], "characters": "\u22B2" }, "⊴": { "codepoints": [8884], "characters": "\u22B4" }, "⥑": { "codepoints": [10577], "characters": "\u2951" }, "⥠": { "codepoints": [10592], "characters": "\u2960" }, "⥘": { "codepoints": [10584], "characters": "\u2958" }, "↿": { "codepoints": [8639], "characters": "\u21BF" }, "⥒": { "codepoints": [10578], "characters": "\u2952" }, "↼": { "codepoints": [8636], "characters": "\u21BC" }, "⪋": { "codepoints": [10891], "characters": "\u2A8B" }, "⋚": { "codepoints": [8922], "characters": "\u22DA" }, "≤": { "codepoints": [8804], "characters": "\u2264" }, "≦": { "codepoints": [8806], "characters": "\u2266" }, "⩽": { "codepoints": [10877], "characters": "\u2A7D" }, "⪨": { "codepoints": [10920], "characters": "\u2AA8" }, "⩽": { "codepoints": [10877], "characters": "\u2A7D" }, "⩿": { "codepoints": [10879], "characters": "\u2A7F" }, "⪁": { "codepoints": [10881], "characters": "\u2A81" }, "⪃": { "codepoints": [10883], "characters": "\u2A83" }, "⋚︀": { "codepoints": [8922, 65024], "characters": "\u22DA\uFE00" }, "⪓": { "codepoints": [10899], "characters": "\u2A93" }, "⪅": { "codepoints": [10885], "characters": "\u2A85" }, "⋖": { "codepoints": [8918], "characters": "\u22D6" }, "⋚": { "codepoints": [8922], "characters": "\u22DA" }, "⪋": { "codepoints": [10891], "characters": "\u2A8B" }, "⋚": { "codepoints": [8922], "characters": "\u22DA" }, "≦": { "codepoints": [8806], "characters": "\u2266" }, "≶": { "codepoints": [8822], "characters": "\u2276" }, "≶": { "codepoints": [8822], "characters": "\u2276" }, "⪡": { "codepoints": [10913], "characters": "\u2AA1" }, "≲": { "codepoints": [8818], "characters": "\u2272" }, "⩽": { "codepoints": [10877], "characters": "\u2A7D" }, "≲": { "codepoints": [8818], "characters": "\u2272" }, "⥼": { "codepoints": [10620], "characters": "\u297C" }, "⌊": { "codepoints": [8970], "characters": "\u230A" }, "𝔏": { "codepoints": [120079], "characters": "\uD835\uDD0F" }, "𝔩": { "codepoints": [120105], "characters": "\uD835\uDD29" }, "≶": { "codepoints": [8822], "characters": "\u2276" }, "⪑": { "codepoints": [10897], "characters": "\u2A91" }, "⥢": { "codepoints": [10594], "characters": "\u2962" }, "↽": { "codepoints": [8637], "characters": "\u21BD" }, "↼": { "codepoints": [8636], "characters": "\u21BC" }, "⥪": { "codepoints": [10602], "characters": "\u296A" }, "▄": { "codepoints": [9604], "characters": "\u2584" }, "Љ": { "codepoints": [1033], "characters": "\u0409" }, "љ": { "codepoints": [1113], "characters": "\u0459" }, "⇇": { "codepoints": [8647], "characters": "\u21C7" }, "≪": { "codepoints": [8810], "characters": "\u226A" }, "⋘": { "codepoints": [8920], "characters": "\u22D8" }, "⌞": { "codepoints": [8990], "characters": "\u231E" }, "⇚": { "codepoints": [8666], "characters": "\u21DA" }, "⥫": { "codepoints": [10603], "characters": "\u296B" }, "◺": { "codepoints": [9722], "characters": "\u25FA" }, "Ŀ": { "codepoints": [319], "characters": "\u013F" }, "ŀ": { "codepoints": [320], "characters": "\u0140" }, "⎰": { "codepoints": [9136], "characters": "\u23B0" }, "⎰": { "codepoints": [9136], "characters": "\u23B0" }, "⪉": { "codepoints": [10889], "characters": "\u2A89" }, "⪉": { "codepoints": [10889], "characters": "\u2A89" }, "⪇": { "codepoints": [10887], "characters": "\u2A87" }, "≨": { "codepoints": [8808], "characters": "\u2268" }, "⪇": { "codepoints": [10887], "characters": "\u2A87" }, "≨": { "codepoints": [8808], "characters": "\u2268" }, "⋦": { "codepoints": [8934], "characters": "\u22E6" }, "⟬": { "codepoints": [10220], "characters": "\u27EC" }, "⇽": { "codepoints": [8701], "characters": "\u21FD" }, "⟦": { "codepoints": [10214], "characters": "\u27E6" }, "⟵": { "codepoints": [10229], "characters": "\u27F5" }, "⟵": { "codepoints": [10229], "characters": "\u27F5" }, "⟸": { "codepoints": [10232], "characters": "\u27F8" }, "⟷": { "codepoints": [10231], "characters": "\u27F7" }, "⟷": { "codepoints": [10231], "characters": "\u27F7" }, "⟺": { "codepoints": [10234], "characters": "\u27FA" }, "⟼": { "codepoints": [10236], "characters": "\u27FC" }, "⟶": { "codepoints": [10230], "characters": "\u27F6" }, "⟶": { "codepoints": [10230], "characters": "\u27F6" }, "⟹": { "codepoints": [10233], "characters": "\u27F9" }, "↫": { "codepoints": [8619], "characters": "\u21AB" }, "↬": { "codepoints": [8620], "characters": "\u21AC" }, "⦅": { "codepoints": [10629], "characters": "\u2985" }, "𝕃": { "codepoints": [120131], "characters": "\uD835\uDD43" }, "𝕝": { "codepoints": [120157], "characters": "\uD835\uDD5D" }, "⨭": { "codepoints": [10797], "characters": "\u2A2D" }, "⨴": { "codepoints": [10804], "characters": "\u2A34" }, "∗": { "codepoints": [8727], "characters": "\u2217" }, "_": { "codepoints": [95], "characters": "\u005F" }, "↙": { "codepoints": [8601], "characters": "\u2199" }, "↘": { "codepoints": [8600], "characters": "\u2198" }, "◊": { "codepoints": [9674], "characters": "\u25CA" }, "◊": { "codepoints": [9674], "characters": "\u25CA" }, "⧫": { "codepoints": [10731], "characters": "\u29EB" }, "(": { "codepoints": [40], "characters": "\u0028" }, "⦓": { "codepoints": [10643], "characters": "\u2993" }, "⇆": { "codepoints": [8646], "characters": "\u21C6" }, "⌟": { "codepoints": [8991], "characters": "\u231F" }, "⇋": { "codepoints": [8651], "characters": "\u21CB" }, "⥭": { "codepoints": [10605], "characters": "\u296D" }, "‎": { "codepoints": [8206], "characters": "\u200E" }, "⊿": { "codepoints": [8895], "characters": "\u22BF" }, "‹": { "codepoints": [8249], "characters": "\u2039" }, "𝓁": { "codepoints": [120001], "characters": "\uD835\uDCC1" }, "ℒ": { "codepoints": [8466], "characters": "\u2112" }, "↰": { "codepoints": [8624], "characters": "\u21B0" }, "↰": { "codepoints": [8624], "characters": "\u21B0" }, "≲": { "codepoints": [8818], "characters": "\u2272" }, "⪍": { "codepoints": [10893], "characters": "\u2A8D" }, "⪏": { "codepoints": [10895], "characters": "\u2A8F" }, "[": { "codepoints": [91], "characters": "\u005B" }, "‘": { "codepoints": [8216], "characters": "\u2018" }, "‚": { "codepoints": [8218], "characters": "\u201A" }, "Ł": { "codepoints": [321], "characters": "\u0141" }, "ł": { "codepoints": [322], "characters": "\u0142" }, "⪦": { "codepoints": [10918], "characters": "\u2AA6" }, "⩹": { "codepoints": [10873], "characters": "\u2A79" }, "<": { "codepoints": [60], "characters": "\u003C" }, "<": { "codepoints": [60], "characters": "\u003C" }, "<": { "codepoints": [60], "characters": "\u003C" }, "<": { "codepoints": [60], "characters": "\u003C" }, "≪": { "codepoints": [8810], "characters": "\u226A" }, "⋖": { "codepoints": [8918], "characters": "\u22D6" }, "⋋": { "codepoints": [8907], "characters": "\u22CB" }, "⋉": { "codepoints": [8905], "characters": "\u22C9" }, "⥶": { "codepoints": [10614], "characters": "\u2976" }, "⩻": { "codepoints": [10875], "characters": "\u2A7B" }, "◃": { "codepoints": [9667], "characters": "\u25C3" }, "⊴": { "codepoints": [8884], "characters": "\u22B4" }, "◂": { "codepoints": [9666], "characters": "\u25C2" }, "⦖": { "codepoints": [10646], "characters": "\u2996" }, "⥊": { "codepoints": [10570], "characters": "\u294A" }, "⥦": { "codepoints": [10598], "characters": "\u2966" }, "≨︀": { "codepoints": [8808, 65024], "characters": "\u2268\uFE00" }, "≨︀": { "codepoints": [8808, 65024], "characters": "\u2268\uFE00" }, "¯": { "codepoints": [175], "characters": "\u00AF" }, "¯": { "codepoints": [175], "characters": "\u00AF" }, "♂": { "codepoints": [9794], "characters": "\u2642" }, "✠": { "codepoints": [10016], "characters": "\u2720" }, "✠": { "codepoints": [10016], "characters": "\u2720" }, "⤅": { "codepoints": [10501], "characters": "\u2905" }, "↦": { "codepoints": [8614], "characters": "\u21A6" }, "↦": { "codepoints": [8614], "characters": "\u21A6" }, "↧": { "codepoints": [8615], "characters": "\u21A7" }, "↤": { "codepoints": [8612], "characters": "\u21A4" }, "↥": { "codepoints": [8613], "characters": "\u21A5" }, "▮": { "codepoints": [9646], "characters": "\u25AE" }, "⨩": { "codepoints": [10793], "characters": "\u2A29" }, "М": { "codepoints": [1052], "characters": "\u041C" }, "м": { "codepoints": [1084], "characters": "\u043C" }, "—": { "codepoints": [8212], "characters": "\u2014" }, "∺": { "codepoints": [8762], "characters": "\u223A" }, "∡": { "codepoints": [8737], "characters": "\u2221" }, " ": { "codepoints": [8287], "characters": "\u205F" }, "ℳ": { "codepoints": [8499], "characters": "\u2133" }, "𝔐": { "codepoints": [120080], "characters": "\uD835\uDD10" }, "𝔪": { "codepoints": [120106], "characters": "\uD835\uDD2A" }, "℧": { "codepoints": [8487], "characters": "\u2127" }, "µ": { "codepoints": [181], "characters": "\u00B5" }, "µ": { "codepoints": [181], "characters": "\u00B5" }, "*": { "codepoints": [42], "characters": "\u002A" }, "⫰": { "codepoints": [10992], "characters": "\u2AF0" }, "∣": { "codepoints": [8739], "characters": "\u2223" }, "·": { "codepoints": [183], "characters": "\u00B7" }, "·": { "codepoints": [183], "characters": "\u00B7" }, "⊟": { "codepoints": [8863], "characters": "\u229F" }, "−": { "codepoints": [8722], "characters": "\u2212" }, "∸": { "codepoints": [8760], "characters": "\u2238" }, "⨪": { "codepoints": [10794], "characters": "\u2A2A" }, "∓": { "codepoints": [8723], "characters": "\u2213" }, "⫛": { "codepoints": [10971], "characters": "\u2ADB" }, "…": { "codepoints": [8230], "characters": "\u2026" }, "∓": { "codepoints": [8723], "characters": "\u2213" }, "⊧": { "codepoints": [8871], "characters": "\u22A7" }, "𝕄": { "codepoints": [120132], "characters": "\uD835\uDD44" }, "𝕞": { "codepoints": [120158], "characters": "\uD835\uDD5E" }, "∓": { "codepoints": [8723], "characters": "\u2213" }, "𝓂": { "codepoints": [120002], "characters": "\uD835\uDCC2" }, "ℳ": { "codepoints": [8499], "characters": "\u2133" }, "∾": { "codepoints": [8766], "characters": "\u223E" }, "Μ": { "codepoints": [924], "characters": "\u039C" }, "μ": { "codepoints": [956], "characters": "\u03BC" }, "⊸": { "codepoints": [8888], "characters": "\u22B8" }, "⊸": { "codepoints": [8888], "characters": "\u22B8" }, "∇": { "codepoints": [8711], "characters": "\u2207" }, "Ń": { "codepoints": [323], "characters": "\u0143" }, "ń": { "codepoints": [324], "characters": "\u0144" }, "∠⃒": { "codepoints": [8736, 8402], "characters": "\u2220\u20D2" }, "≉": { "codepoints": [8777], "characters": "\u2249" }, "⩰̸": { "codepoints": [10864, 824], "characters": "\u2A70\u0338" }, "≋̸": { "codepoints": [8779, 824], "characters": "\u224B\u0338" }, "ʼn": { "codepoints": [329], "characters": "\u0149" }, "≉": { "codepoints": [8777], "characters": "\u2249" }, "♮": { "codepoints": [9838], "characters": "\u266E" }, "ℕ": { "codepoints": [8469], "characters": "\u2115" }, "♮": { "codepoints": [9838], "characters": "\u266E" }, " ": { "codepoints": [160], "characters": "\u00A0" }, " ": { "codepoints": [160], "characters": "\u00A0" }, "≎̸": { "codepoints": [8782, 824], "characters": "\u224E\u0338" }, "≏̸": { "codepoints": [8783, 824], "characters": "\u224F\u0338" }, "⩃": { "codepoints": [10819], "characters": "\u2A43" }, "Ň": { "codepoints": [327], "characters": "\u0147" }, "ň": { "codepoints": [328], "characters": "\u0148" }, "Ņ": { "codepoints": [325], "characters": "\u0145" }, "ņ": { "codepoints": [326], "characters": "\u0146" }, "≇": { "codepoints": [8775], "characters": "\u2247" }, "⩭̸": { "codepoints": [10861, 824], "characters": "\u2A6D\u0338" }, "⩂": { "codepoints": [10818], "characters": "\u2A42" }, "Н": { "codepoints": [1053], "characters": "\u041D" }, "н": { "codepoints": [1085], "characters": "\u043D" }, "–": { "codepoints": [8211], "characters": "\u2013" }, "⤤": { "codepoints": [10532], "characters": "\u2924" }, "↗": { "codepoints": [8599], "characters": "\u2197" }, "⇗": { "codepoints": [8663], "characters": "\u21D7" }, "↗": { "codepoints": [8599], "characters": "\u2197" }, "≠": { "codepoints": [8800], "characters": "\u2260" }, "≐̸": { "codepoints": [8784, 824], "characters": "\u2250\u0338" }, "​": { "codepoints": [8203], "characters": "\u200B" }, "​": { "codepoints": [8203], "characters": "\u200B" }, "​": { "codepoints": [8203], "characters": "\u200B" }, "​": { "codepoints": [8203], "characters": "\u200B" }, "≢": { "codepoints": [8802], "characters": "\u2262" }, "⤨": { "codepoints": [10536], "characters": "\u2928" }, "≂̸": { "codepoints": [8770, 824], "characters": "\u2242\u0338" }, "≫": { "codepoints": [8811], "characters": "\u226B" }, "≪": { "codepoints": [8810], "characters": "\u226A" }, " ": { "codepoints": [10], "characters": "\u000A" }, "∄": { "codepoints": [8708], "characters": "\u2204" }, "∄": { "codepoints": [8708], "characters": "\u2204" }, "𝔑": { "codepoints": [120081], "characters": "\uD835\uDD11" }, "𝔫": { "codepoints": [120107], "characters": "\uD835\uDD2B" }, "≧̸": { "codepoints": [8807, 824], "characters": "\u2267\u0338" }, "≱": { "codepoints": [8817], "characters": "\u2271" }, "≱": { "codepoints": [8817], "characters": "\u2271" }, "≧̸": { "codepoints": [8807, 824], "characters": "\u2267\u0338" }, "⩾̸": { "codepoints": [10878, 824], "characters": "\u2A7E\u0338" }, "⩾̸": { "codepoints": [10878, 824], "characters": "\u2A7E\u0338" }, "⋙̸": { "codepoints": [8921, 824], "characters": "\u22D9\u0338" }, "≵": { "codepoints": [8821], "characters": "\u2275" }, "≫⃒": { "codepoints": [8811, 8402], "characters": "\u226B\u20D2" }, "≯": { "codepoints": [8815], "characters": "\u226F" }, "≯": { "codepoints": [8815], "characters": "\u226F" }, "≫̸": { "codepoints": [8811, 824], "characters": "\u226B\u0338" }, "↮": { "codepoints": [8622], "characters": "\u21AE" }, "⇎": { "codepoints": [8654], "characters": "\u21CE" }, "⫲": { "codepoints": [10994], "characters": "\u2AF2" }, "∋": { "codepoints": [8715], "characters": "\u220B" }, "⋼": { "codepoints": [8956], "characters": "\u22FC" }, "⋺": { "codepoints": [8954], "characters": "\u22FA" }, "∋": { "codepoints": [8715], "characters": "\u220B" }, "Њ": { "codepoints": [1034], "characters": "\u040A" }, "њ": { "codepoints": [1114], "characters": "\u045A" }, "↚": { "codepoints": [8602], "characters": "\u219A" }, "⇍": { "codepoints": [8653], "characters": "\u21CD" }, "‥": { "codepoints": [8229], "characters": "\u2025" }, "≦̸": { "codepoints": [8806, 824], "characters": "\u2266\u0338" }, "≰": { "codepoints": [8816], "characters": "\u2270" }, "↚": { "codepoints": [8602], "characters": "\u219A" }, "⇍": { "codepoints": [8653], "characters": "\u21CD" }, "↮": { "codepoints": [8622], "characters": "\u21AE" }, "⇎": { "codepoints": [8654], "characters": "\u21CE" }, "≰": { "codepoints": [8816], "characters": "\u2270" }, "≦̸": { "codepoints": [8806, 824], "characters": "\u2266\u0338" }, "⩽̸": { "codepoints": [10877, 824], "characters": "\u2A7D\u0338" }, "⩽̸": { "codepoints": [10877, 824], "characters": "\u2A7D\u0338" }, "≮": { "codepoints": [8814], "characters": "\u226E" }, "⋘̸": { "codepoints": [8920, 824], "characters": "\u22D8\u0338" }, "≴": { "codepoints": [8820], "characters": "\u2274" }, "≪⃒": { "codepoints": [8810, 8402], "characters": "\u226A\u20D2" }, "≮": { "codepoints": [8814], "characters": "\u226E" }, "⋪": { "codepoints": [8938], "characters": "\u22EA" }, "⋬": { "codepoints": [8940], "characters": "\u22EC" }, "≪̸": { "codepoints": [8810, 824], "characters": "\u226A\u0338" }, "∤": { "codepoints": [8740], "characters": "\u2224" }, "⁠": { "codepoints": [8288], "characters": "\u2060" }, " ": { "codepoints": [160], "characters": "\u00A0" }, "𝕟": { "codepoints": [120159], "characters": "\uD835\uDD5F" }, "ℕ": { "codepoints": [8469], "characters": "\u2115" }, "⫬": { "codepoints": [10988], "characters": "\u2AEC" }, "¬": { "codepoints": [172], "characters": "\u00AC" }, "¬": { "codepoints": [172], "characters": "\u00AC" }, "≢": { "codepoints": [8802], "characters": "\u2262" }, "≭": { "codepoints": [8813], "characters": "\u226D" }, "∦": { "codepoints": [8742], "characters": "\u2226" }, "∉": { "codepoints": [8713], "characters": "\u2209" }, "≠": { "codepoints": [8800], "characters": "\u2260" }, "≂̸": { "codepoints": [8770, 824], "characters": "\u2242\u0338" }, "∄": { "codepoints": [8708], "characters": "\u2204" }, "≯": { "codepoints": [8815], "characters": "\u226F" }, "≱": { "codepoints": [8817], "characters": "\u2271" }, "≧̸": { "codepoints": [8807, 824], "characters": "\u2267\u0338" }, "≫̸": { "codepoints": [8811, 824], "characters": "\u226B\u0338" }, "≹": { "codepoints": [8825], "characters": "\u2279" }, "⩾̸": { "codepoints": [10878, 824], "characters": "\u2A7E\u0338" }, "≵": { "codepoints": [8821], "characters": "\u2275" }, "≎̸": { "codepoints": [8782, 824], "characters": "\u224E\u0338" }, "≏̸": { "codepoints": [8783, 824], "characters": "\u224F\u0338" }, "∉": { "codepoints": [8713], "characters": "\u2209" }, "⋵̸": { "codepoints": [8949, 824], "characters": "\u22F5\u0338" }, "⋹̸": { "codepoints": [8953, 824], "characters": "\u22F9\u0338" }, "∉": { "codepoints": [8713], "characters": "\u2209" }, "⋷": { "codepoints": [8951], "characters": "\u22F7" }, "⋶": { "codepoints": [8950], "characters": "\u22F6" }, "⧏̸": { "codepoints": [10703, 824], "characters": "\u29CF\u0338" }, "⋪": { "codepoints": [8938], "characters": "\u22EA" }, "⋬": { "codepoints": [8940], "characters": "\u22EC" }, "≮": { "codepoints": [8814], "characters": "\u226E" }, "≰": { "codepoints": [8816], "characters": "\u2270" }, "≸": { "codepoints": [8824], "characters": "\u2278" }, "≪̸": { "codepoints": [8810, 824], "characters": "\u226A\u0338" }, "⩽̸": { "codepoints": [10877, 824], "characters": "\u2A7D\u0338" }, "≴": { "codepoints": [8820], "characters": "\u2274" }, "⪢̸": { "codepoints": [10914, 824], "characters": "\u2AA2\u0338" }, "⪡̸": { "codepoints": [10913, 824], "characters": "\u2AA1\u0338" }, "∌": { "codepoints": [8716], "characters": "\u220C" }, "∌": { "codepoints": [8716], "characters": "\u220C" }, "⋾": { "codepoints": [8958], "characters": "\u22FE" }, "⋽": { "codepoints": [8957], "characters": "\u22FD" }, "⊀": { "codepoints": [8832], "characters": "\u2280" }, "⪯̸": { "codepoints": [10927, 824], "characters": "\u2AAF\u0338" }, "⋠": { "codepoints": [8928], "characters": "\u22E0" }, "∌": { "codepoints": [8716], "characters": "\u220C" }, "⧐̸": { "codepoints": [10704, 824], "characters": "\u29D0\u0338" }, "⋫": { "codepoints": [8939], "characters": "\u22EB" }, "⋭": { "codepoints": [8941], "characters": "\u22ED" }, "⊏̸": { "codepoints": [8847, 824], "characters": "\u228F\u0338" }, "⋢": { "codepoints": [8930], "characters": "\u22E2" }, "⊐̸": { "codepoints": [8848, 824], "characters": "\u2290\u0338" }, "⋣": { "codepoints": [8931], "characters": "\u22E3" }, "⊂⃒": { "codepoints": [8834, 8402], "characters": "\u2282\u20D2" }, "⊈": { "codepoints": [8840], "characters": "\u2288" }, "⊁": { "codepoints": [8833], "characters": "\u2281" }, "⪰̸": { "codepoints": [10928, 824], "characters": "\u2AB0\u0338" }, "⋡": { "codepoints": [8929], "characters": "\u22E1" }, "≿̸": { "codepoints": [8831, 824], "characters": "\u227F\u0338" }, "⊃⃒": { "codepoints": [8835, 8402], "characters": "\u2283\u20D2" }, "⊉": { "codepoints": [8841], "characters": "\u2289" }, "≁": { "codepoints": [8769], "characters": "\u2241" }, "≄": { "codepoints": [8772], "characters": "\u2244" }, "≇": { "codepoints": [8775], "characters": "\u2247" }, "≉": { "codepoints": [8777], "characters": "\u2249" }, "∤": { "codepoints": [8740], "characters": "\u2224" }, "∦": { "codepoints": [8742], "characters": "\u2226" }, "∦": { "codepoints": [8742], "characters": "\u2226" }, "⫽⃥": { "codepoints": [11005, 8421], "characters": "\u2AFD\u20E5" }, "∂̸": { "codepoints": [8706, 824], "characters": "\u2202\u0338" }, "⨔": { "codepoints": [10772], "characters": "\u2A14" }, "⊀": { "codepoints": [8832], "characters": "\u2280" }, "⋠": { "codepoints": [8928], "characters": "\u22E0" }, "⊀": { "codepoints": [8832], "characters": "\u2280" }, "⪯̸": { "codepoints": [10927, 824], "characters": "\u2AAF\u0338" }, "⪯̸": { "codepoints": [10927, 824], "characters": "\u2AAF\u0338" }, "⤳̸": { "codepoints": [10547, 824], "characters": "\u2933\u0338" }, "↛": { "codepoints": [8603], "characters": "\u219B" }, "⇏": { "codepoints": [8655], "characters": "\u21CF" }, "↝̸": { "codepoints": [8605, 824], "characters": "\u219D\u0338" }, "↛": { "codepoints": [8603], "characters": "\u219B" }, "⇏": { "codepoints": [8655], "characters": "\u21CF" }, "⋫": { "codepoints": [8939], "characters": "\u22EB" }, "⋭": { "codepoints": [8941], "characters": "\u22ED" }, "⊁": { "codepoints": [8833], "characters": "\u2281" }, "⋡": { "codepoints": [8929], "characters": "\u22E1" }, "⪰̸": { "codepoints": [10928, 824], "characters": "\u2AB0\u0338" }, "𝒩": { "codepoints": [119977], "characters": "\uD835\uDCA9" }, "𝓃": { "codepoints": [120003], "characters": "\uD835\uDCC3" }, "∤": { "codepoints": [8740], "characters": "\u2224" }, "∦": { "codepoints": [8742], "characters": "\u2226" }, "≁": { "codepoints": [8769], "characters": "\u2241" }, "≄": { "codepoints": [8772], "characters": "\u2244" }, "≄": { "codepoints": [8772], "characters": "\u2244" }, "∤": { "codepoints": [8740], "characters": "\u2224" }, "∦": { "codepoints": [8742], "characters": "\u2226" }, "⋢": { "codepoints": [8930], "characters": "\u22E2" }, "⋣": { "codepoints": [8931], "characters": "\u22E3" }, "⊄": { "codepoints": [8836], "characters": "\u2284" }, "⫅̸": { "codepoints": [10949, 824], "characters": "\u2AC5\u0338" }, "⊈": { "codepoints": [8840], "characters": "\u2288" }, "⊂⃒": { "codepoints": [8834, 8402], "characters": "\u2282\u20D2" }, "⊈": { "codepoints": [8840], "characters": "\u2288" }, "⫅̸": { "codepoints": [10949, 824], "characters": "\u2AC5\u0338" }, "⊁": { "codepoints": [8833], "characters": "\u2281" }, "⪰̸": { "codepoints": [10928, 824], "characters": "\u2AB0\u0338" }, "⊅": { "codepoints": [8837], "characters": "\u2285" }, "⫆̸": { "codepoints": [10950, 824], "characters": "\u2AC6\u0338" }, "⊉": { "codepoints": [8841], "characters": "\u2289" }, "⊃⃒": { "codepoints": [8835, 8402], "characters": "\u2283\u20D2" }, "⊉": { "codepoints": [8841], "characters": "\u2289" }, "⫆̸": { "codepoints": [10950, 824], "characters": "\u2AC6\u0338" }, "≹": { "codepoints": [8825], "characters": "\u2279" }, "Ñ": { "codepoints": [209], "characters": "\u00D1" }, "Ñ": { "codepoints": [209], "characters": "\u00D1" }, "ñ": { "codepoints": [241], "characters": "\u00F1" }, "ñ": { "codepoints": [241], "characters": "\u00F1" }, "≸": { "codepoints": [8824], "characters": "\u2278" }, "⋪": { "codepoints": [8938], "characters": "\u22EA" }, "⋬": { "codepoints": [8940], "characters": "\u22EC" }, "⋫": { "codepoints": [8939], "characters": "\u22EB" }, "⋭": { "codepoints": [8941], "characters": "\u22ED" }, "Ν": { "codepoints": [925], "characters": "\u039D" }, "ν": { "codepoints": [957], "characters": "\u03BD" }, "#": { "codepoints": [35], "characters": "\u0023" }, "№": { "codepoints": [8470], "characters": "\u2116" }, " ": { "codepoints": [8199], "characters": "\u2007" }, "≍⃒": { "codepoints": [8781, 8402], "characters": "\u224D\u20D2" }, "⊬": { "codepoints": [8876], "characters": "\u22AC" }, "⊭": { "codepoints": [8877], "characters": "\u22AD" }, "⊮": { "codepoints": [8878], "characters": "\u22AE" }, "⊯": { "codepoints": [8879], "characters": "\u22AF" }, "≥⃒": { "codepoints": [8805, 8402], "characters": "\u2265\u20D2" }, ">⃒": { "codepoints": [62, 8402], "characters": "\u003E\u20D2" }, "⤄": { "codepoints": [10500], "characters": "\u2904" }, "⧞": { "codepoints": [10718], "characters": "\u29DE" }, "⤂": { "codepoints": [10498], "characters": "\u2902" }, "≤⃒": { "codepoints": [8804, 8402], "characters": "\u2264\u20D2" }, "<⃒": { "codepoints": [60, 8402], "characters": "\u003C\u20D2" }, "⊴⃒": { "codepoints": [8884, 8402], "characters": "\u22B4\u20D2" }, "⤃": { "codepoints": [10499], "characters": "\u2903" }, "⊵⃒": { "codepoints": [8885, 8402], "characters": "\u22B5\u20D2" }, "∼⃒": { "codepoints": [8764, 8402], "characters": "\u223C\u20D2" }, "⤣": { "codepoints": [10531], "characters": "\u2923" }, "↖": { "codepoints": [8598], "characters": "\u2196" }, "⇖": { "codepoints": [8662], "characters": "\u21D6" }, "↖": { "codepoints": [8598], "characters": "\u2196" }, "⤧": { "codepoints": [10535], "characters": "\u2927" }, "Ó": { "codepoints": [211], "characters": "\u00D3" }, "Ó": { "codepoints": [211], "characters": "\u00D3" }, "ó": { "codepoints": [243], "characters": "\u00F3" }, "ó": { "codepoints": [243], "characters": "\u00F3" }, "⊛": { "codepoints": [8859], "characters": "\u229B" }, "Ô": { "codepoints": [212], "characters": "\u00D4" }, "Ô": { "codepoints": [212], "characters": "\u00D4" }, "ô": { "codepoints": [244], "characters": "\u00F4" }, "ô": { "codepoints": [244], "characters": "\u00F4" }, "⊚": { "codepoints": [8858], "characters": "\u229A" }, "О": { "codepoints": [1054], "characters": "\u041E" }, "о": { "codepoints": [1086], "characters": "\u043E" }, "⊝": { "codepoints": [8861], "characters": "\u229D" }, "Ő": { "codepoints": [336], "characters": "\u0150" }, "ő": { "codepoints": [337], "characters": "\u0151" }, "⨸": { "codepoints": [10808], "characters": "\u2A38" }, "⊙": { "codepoints": [8857], "characters": "\u2299" }, "⦼": { "codepoints": [10684], "characters": "\u29BC" }, "Œ": { "codepoints": [338], "characters": "\u0152" }, "œ": { "codepoints": [339], "characters": "\u0153" }, "⦿": { "codepoints": [10687], "characters": "\u29BF" }, "𝔒": { "codepoints": [120082], "characters": "\uD835\uDD12" }, "𝔬": { "codepoints": [120108], "characters": "\uD835\uDD2C" }, "˛": { "codepoints": [731], "characters": "\u02DB" }, "Ò": { "codepoints": [210], "characters": "\u00D2" }, "Ò": { "codepoints": [210], "characters": "\u00D2" }, "ò": { "codepoints": [242], "characters": "\u00F2" }, "ò": { "codepoints": [242], "characters": "\u00F2" }, "⧁": { "codepoints": [10689], "characters": "\u29C1" }, "⦵": { "codepoints": [10677], "characters": "\u29B5" }, "Ω": { "codepoints": [937], "characters": "\u03A9" }, "∮": { "codepoints": [8750], "characters": "\u222E" }, "↺": { "codepoints": [8634], "characters": "\u21BA" }, "⦾": { "codepoints": [10686], "characters": "\u29BE" }, "⦻": { "codepoints": [10683], "characters": "\u29BB" }, "‾": { "codepoints": [8254], "characters": "\u203E" }, "⧀": { "codepoints": [10688], "characters": "\u29C0" }, "Ō": { "codepoints": [332], "characters": "\u014C" }, "ō": { "codepoints": [333], "characters": "\u014D" }, "Ω": { "codepoints": [937], "characters": "\u03A9" }, "ω": { "codepoints": [969], "characters": "\u03C9" }, "Ο": { "codepoints": [927], "characters": "\u039F" }, "ο": { "codepoints": [959], "characters": "\u03BF" }, "⦶": { "codepoints": [10678], "characters": "\u29B6" }, "⊖": { "codepoints": [8854], "characters": "\u2296" }, "𝕆": { "codepoints": [120134], "characters": "\uD835\uDD46" }, "𝕠": { "codepoints": [120160], "characters": "\uD835\uDD60" }, "⦷": { "codepoints": [10679], "characters": "\u29B7" }, "“": { "codepoints": [8220], "characters": "\u201C" }, "‘": { "codepoints": [8216], "characters": "\u2018" }, "⦹": { "codepoints": [10681], "characters": "\u29B9" }, "⊕": { "codepoints": [8853], "characters": "\u2295" }, "↻": { "codepoints": [8635], "characters": "\u21BB" }, "⩔": { "codepoints": [10836], "characters": "\u2A54" }, "∨": { "codepoints": [8744], "characters": "\u2228" }, "⩝": { "codepoints": [10845], "characters": "\u2A5D" }, "ℴ": { "codepoints": [8500], "characters": "\u2134" }, "ℴ": { "codepoints": [8500], "characters": "\u2134" }, "ª": { "codepoints": [170], "characters": "\u00AA" }, "ª": { "codepoints": [170], "characters": "\u00AA" }, "º": { "codepoints": [186], "characters": "\u00BA" }, "º": { "codepoints": [186], "characters": "\u00BA" }, "⊶": { "codepoints": [8886], "characters": "\u22B6" }, "⩖": { "codepoints": [10838], "characters": "\u2A56" }, "⩗": { "codepoints": [10839], "characters": "\u2A57" }, "⩛": { "codepoints": [10843], "characters": "\u2A5B" }, "Ⓢ": { "codepoints": [9416], "characters": "\u24C8" }, "𝒪": { "codepoints": [119978], "characters": "\uD835\uDCAA" }, "ℴ": { "codepoints": [8500], "characters": "\u2134" }, "Ø": { "codepoints": [216], "characters": "\u00D8" }, "Ø": { "codepoints": [216], "characters": "\u00D8" }, "ø": { "codepoints": [248], "characters": "\u00F8" }, "ø": { "codepoints": [248], "characters": "\u00F8" }, "⊘": { "codepoints": [8856], "characters": "\u2298" }, "Õ": { "codepoints": [213], "characters": "\u00D5" }, "Õ": { "codepoints": [213], "characters": "\u00D5" }, "õ": { "codepoints": [245], "characters": "\u00F5" }, "õ": { "codepoints": [245], "characters": "\u00F5" }, "⨶": { "codepoints": [10806], "characters": "\u2A36" }, "⨷": { "codepoints": [10807], "characters": "\u2A37" }, "⊗": { "codepoints": [8855], "characters": "\u2297" }, "Ö": { "codepoints": [214], "characters": "\u00D6" }, "Ö": { "codepoints": [214], "characters": "\u00D6" }, "ö": { "codepoints": [246], "characters": "\u00F6" }, "ö": { "codepoints": [246], "characters": "\u00F6" }, "⌽": { "codepoints": [9021], "characters": "\u233D" }, "‾": { "codepoints": [8254], "characters": "\u203E" }, "⏞": { "codepoints": [9182], "characters": "\u23DE" }, "⎴": { "codepoints": [9140], "characters": "\u23B4" }, "⏜": { "codepoints": [9180], "characters": "\u23DC" }, "¶": { "codepoints": [182], "characters": "\u00B6" }, "¶": { "codepoints": [182], "characters": "\u00B6" }, "∥": { "codepoints": [8741], "characters": "\u2225" }, "∥": { "codepoints": [8741], "characters": "\u2225" }, "⫳": { "codepoints": [10995], "characters": "\u2AF3" }, "⫽": { "codepoints": [11005], "characters": "\u2AFD" }, "∂": { "codepoints": [8706], "characters": "\u2202" }, "∂": { "codepoints": [8706], "characters": "\u2202" }, "П": { "codepoints": [1055], "characters": "\u041F" }, "п": { "codepoints": [1087], "characters": "\u043F" }, "%": { "codepoints": [37], "characters": "\u0025" }, ".": { "codepoints": [46], "characters": "\u002E" }, "‰": { "codepoints": [8240], "characters": "\u2030" }, "⊥": { "codepoints": [8869], "characters": "\u22A5" }, "‱": { "codepoints": [8241], "characters": "\u2031" }, "𝔓": { "codepoints": [120083], "characters": "\uD835\uDD13" }, "𝔭": { "codepoints": [120109], "characters": "\uD835\uDD2D" }, "Φ": { "codepoints": [934], "characters": "\u03A6" }, "φ": { "codepoints": [966], "characters": "\u03C6" }, "ϕ": { "codepoints": [981], "characters": "\u03D5" }, "ℳ": { "codepoints": [8499], "characters": "\u2133" }, "☎": { "codepoints": [9742], "characters": "\u260E" }, "Π": { "codepoints": [928], "characters": "\u03A0" }, "π": { "codepoints": [960], "characters": "\u03C0" }, "⋔": { "codepoints": [8916], "characters": "\u22D4" }, "ϖ": { "codepoints": [982], "characters": "\u03D6" }, "ℏ": { "codepoints": [8463], "characters": "\u210F" }, "ℎ": { "codepoints": [8462], "characters": "\u210E" }, "ℏ": { "codepoints": [8463], "characters": "\u210F" }, "⨣": { "codepoints": [10787], "characters": "\u2A23" }, "⊞": { "codepoints": [8862], "characters": "\u229E" }, "⨢": { "codepoints": [10786], "characters": "\u2A22" }, "+": { "codepoints": [43], "characters": "\u002B" }, "∔": { "codepoints": [8724], "characters": "\u2214" }, "⨥": { "codepoints": [10789], "characters": "\u2A25" }, "⩲": { "codepoints": [10866], "characters": "\u2A72" }, "±": { "codepoints": [177], "characters": "\u00B1" }, "±": { "codepoints": [177], "characters": "\u00B1" }, "±": { "codepoints": [177], "characters": "\u00B1" }, "⨦": { "codepoints": [10790], "characters": "\u2A26" }, "⨧": { "codepoints": [10791], "characters": "\u2A27" }, "±": { "codepoints": [177], "characters": "\u00B1" }, "ℌ": { "codepoints": [8460], "characters": "\u210C" }, "⨕": { "codepoints": [10773], "characters": "\u2A15" }, "𝕡": { "codepoints": [120161], "characters": "\uD835\uDD61" }, "ℙ": { "codepoints": [8473], "characters": "\u2119" }, "£": { "codepoints": [163], "characters": "\u00A3" }, "£": { "codepoints": [163], "characters": "\u00A3" }, "⪷": { "codepoints": [10935], "characters": "\u2AB7" }, "⪻": { "codepoints": [10939], "characters": "\u2ABB" }, "≺": { "codepoints": [8826], "characters": "\u227A" }, "≼": { "codepoints": [8828], "characters": "\u227C" }, "⪷": { "codepoints": [10935], "characters": "\u2AB7" }, "≺": { "codepoints": [8826], "characters": "\u227A" }, "≼": { "codepoints": [8828], "characters": "\u227C" }, "≺": { "codepoints": [8826], "characters": "\u227A" }, "⪯": { "codepoints": [10927], "characters": "\u2AAF" }, "≼": { "codepoints": [8828], "characters": "\u227C" }, "≾": { "codepoints": [8830], "characters": "\u227E" }, "⪯": { "codepoints": [10927], "characters": "\u2AAF" }, "⪹": { "codepoints": [10937], "characters": "\u2AB9" }, "⪵": { "codepoints": [10933], "characters": "\u2AB5" }, "⋨": { "codepoints": [8936], "characters": "\u22E8" }, "⪯": { "codepoints": [10927], "characters": "\u2AAF" }, "⪳": { "codepoints": [10931], "characters": "\u2AB3" }, "≾": { "codepoints": [8830], "characters": "\u227E" }, "′": { "codepoints": [8242], "characters": "\u2032" }, "″": { "codepoints": [8243], "characters": "\u2033" }, "ℙ": { "codepoints": [8473], "characters": "\u2119" }, "⪹": { "codepoints": [10937], "characters": "\u2AB9" }, "⪵": { "codepoints": [10933], "characters": "\u2AB5" }, "⋨": { "codepoints": [8936], "characters": "\u22E8" }, "∏": { "codepoints": [8719], "characters": "\u220F" }, "∏": { "codepoints": [8719], "characters": "\u220F" }, "⌮": { "codepoints": [9006], "characters": "\u232E" }, "⌒": { "codepoints": [8978], "characters": "\u2312" }, "⌓": { "codepoints": [8979], "characters": "\u2313" }, "∝": { "codepoints": [8733], "characters": "\u221D" }, "∝": { "codepoints": [8733], "characters": "\u221D" }, "∷": { "codepoints": [8759], "characters": "\u2237" }, "∝": { "codepoints": [8733], "characters": "\u221D" }, "≾": { "codepoints": [8830], "characters": "\u227E" }, "⊰": { "codepoints": [8880], "characters": "\u22B0" }, "𝒫": { "codepoints": [119979], "characters": "\uD835\uDCAB" }, "𝓅": { "codepoints": [120005], "characters": "\uD835\uDCC5" }, "Ψ": { "codepoints": [936], "characters": "\u03A8" }, "ψ": { "codepoints": [968], "characters": "\u03C8" }, " ": { "codepoints": [8200], "characters": "\u2008" }, "𝔔": { "codepoints": [120084], "characters": "\uD835\uDD14" }, "𝔮": { "codepoints": [120110], "characters": "\uD835\uDD2E" }, "⨌": { "codepoints": [10764], "characters": "\u2A0C" }, "𝕢": { "codepoints": [120162], "characters": "\uD835\uDD62" }, "ℚ": { "codepoints": [8474], "characters": "\u211A" }, "⁗": { "codepoints": [8279], "characters": "\u2057" }, "𝒬": { "codepoints": [119980], "characters": "\uD835\uDCAC" }, "𝓆": { "codepoints": [120006], "characters": "\uD835\uDCC6" }, "ℍ": { "codepoints": [8461], "characters": "\u210D" }, "⨖": { "codepoints": [10774], "characters": "\u2A16" }, "?": { "codepoints": [63], "characters": "\u003F" }, "≟": { "codepoints": [8799], "characters": "\u225F" }, """: { "codepoints": [34], "characters": "\u0022" }, """: { "codepoints": [34], "characters": "\u0022" }, """: { "codepoints": [34], "characters": "\u0022" }, """: { "codepoints": [34], "characters": "\u0022" }, "⇛": { "codepoints": [8667], "characters": "\u21DB" }, "∽̱": { "codepoints": [8765, 817], "characters": "\u223D\u0331" }, "Ŕ": { "codepoints": [340], "characters": "\u0154" }, "ŕ": { "codepoints": [341], "characters": "\u0155" }, "√": { "codepoints": [8730], "characters": "\u221A" }, "⦳": { "codepoints": [10675], "characters": "\u29B3" }, "⟩": { "codepoints": [10217], "characters": "\u27E9" }, "⟫": { "codepoints": [10219], "characters": "\u27EB" }, "⦒": { "codepoints": [10642], "characters": "\u2992" }, "⦥": { "codepoints": [10661], "characters": "\u29A5" }, "⟩": { "codepoints": [10217], "characters": "\u27E9" }, "»": { "codepoints": [187], "characters": "\u00BB" }, "»": { "codepoints": [187], "characters": "\u00BB" }, "⥵": { "codepoints": [10613], "characters": "\u2975" }, "⇥": { "codepoints": [8677], "characters": "\u21E5" }, "⤠": { "codepoints": [10528], "characters": "\u2920" }, "⤳": { "codepoints": [10547], "characters": "\u2933" }, "→": { "codepoints": [8594], "characters": "\u2192" }, "↠": { "codepoints": [8608], "characters": "\u21A0" }, "⇒": { "codepoints": [8658], "characters": "\u21D2" }, "⤞": { "codepoints": [10526], "characters": "\u291E" }, "↪": { "codepoints": [8618], "characters": "\u21AA" }, "↬": { "codepoints": [8620], "characters": "\u21AC" }, "⥅": { "codepoints": [10565], "characters": "\u2945" }, "⥴": { "codepoints": [10612], "characters": "\u2974" }, "⤖": { "codepoints": [10518], "characters": "\u2916" }, "↣": { "codepoints": [8611], "characters": "\u21A3" }, "↝": { "codepoints": [8605], "characters": "\u219D" }, "⤚": { "codepoints": [10522], "characters": "\u291A" }, "⤜": { "codepoints": [10524], "characters": "\u291C" }, "∶": { "codepoints": [8758], "characters": "\u2236" }, "ℚ": { "codepoints": [8474], "characters": "\u211A" }, "⤍": { "codepoints": [10509], "characters": "\u290D" }, "⤏": { "codepoints": [10511], "characters": "\u290F" }, "⤐": { "codepoints": [10512], "characters": "\u2910" }, "❳": { "codepoints": [10099], "characters": "\u2773" }, "}": { "codepoints": [125], "characters": "\u007D" }, "]": { "codepoints": [93], "characters": "\u005D" }, "⦌": { "codepoints": [10636], "characters": "\u298C" }, "⦎": { "codepoints": [10638], "characters": "\u298E" }, "⦐": { "codepoints": [10640], "characters": "\u2990" }, "Ř": { "codepoints": [344], "characters": "\u0158" }, "ř": { "codepoints": [345], "characters": "\u0159" }, "Ŗ": { "codepoints": [342], "characters": "\u0156" }, "ŗ": { "codepoints": [343], "characters": "\u0157" }, "⌉": { "codepoints": [8969], "characters": "\u2309" }, "}": { "codepoints": [125], "characters": "\u007D" }, "Р": { "codepoints": [1056], "characters": "\u0420" }, "р": { "codepoints": [1088], "characters": "\u0440" }, "⤷": { "codepoints": [10551], "characters": "\u2937" }, "⥩": { "codepoints": [10601], "characters": "\u2969" }, "”": { "codepoints": [8221], "characters": "\u201D" }, "”": { "codepoints": [8221], "characters": "\u201D" }, "↳": { "codepoints": [8627], "characters": "\u21B3" }, "ℜ": { "codepoints": [8476], "characters": "\u211C" }, "ℛ": { "codepoints": [8475], "characters": "\u211B" }, "ℜ": { "codepoints": [8476], "characters": "\u211C" }, "ℝ": { "codepoints": [8477], "characters": "\u211D" }, "ℜ": { "codepoints": [8476], "characters": "\u211C" }, "▭": { "codepoints": [9645], "characters": "\u25AD" }, "®": { "codepoints": [174], "characters": "\u00AE" }, "®": { "codepoints": [174], "characters": "\u00AE" }, "®": { "codepoints": [174], "characters": "\u00AE" }, "®": { "codepoints": [174], "characters": "\u00AE" }, "∋": { "codepoints": [8715], "characters": "\u220B" }, "⇋": { "codepoints": [8651], "characters": "\u21CB" }, "⥯": { "codepoints": [10607], "characters": "\u296F" }, "⥽": { "codepoints": [10621], "characters": "\u297D" }, "⌋": { "codepoints": [8971], "characters": "\u230B" }, "𝔯": { "codepoints": [120111], "characters": "\uD835\uDD2F" }, "ℜ": { "codepoints": [8476], "characters": "\u211C" }, "⥤": { "codepoints": [10596], "characters": "\u2964" }, "⇁": { "codepoints": [8641], "characters": "\u21C1" }, "⇀": { "codepoints": [8640], "characters": "\u21C0" }, "⥬": { "codepoints": [10604], "characters": "\u296C" }, "Ρ": { "codepoints": [929], "characters": "\u03A1" }, "ρ": { "codepoints": [961], "characters": "\u03C1" }, "ϱ": { "codepoints": [1009], "characters": "\u03F1" }, "⟩": { "codepoints": [10217], "characters": "\u27E9" }, "⇥": { "codepoints": [8677], "characters": "\u21E5" }, "→": { "codepoints": [8594], "characters": "\u2192" }, "→": { "codepoints": [8594], "characters": "\u2192" }, "⇒": { "codepoints": [8658], "characters": "\u21D2" }, "⇄": { "codepoints": [8644], "characters": "\u21C4" }, "↣": { "codepoints": [8611], "characters": "\u21A3" }, "⌉": { "codepoints": [8969], "characters": "\u2309" }, "⟧": { "codepoints": [10215], "characters": "\u27E7" }, "⥝": { "codepoints": [10589], "characters": "\u295D" }, "⥕": { "codepoints": [10581], "characters": "\u2955" }, "⇂": { "codepoints": [8642], "characters": "\u21C2" }, "⌋": { "codepoints": [8971], "characters": "\u230B" }, "⇁": { "codepoints": [8641], "characters": "\u21C1" }, "⇀": { "codepoints": [8640], "characters": "\u21C0" }, "⇄": { "codepoints": [8644], "characters": "\u21C4" }, "⇌": { "codepoints": [8652], "characters": "\u21CC" }, "⇉": { "codepoints": [8649], "characters": "\u21C9" }, "↝": { "codepoints": [8605], "characters": "\u219D" }, "↦": { "codepoints": [8614], "characters": "\u21A6" }, "⊢": { "codepoints": [8866], "characters": "\u22A2" }, "⥛": { "codepoints": [10587], "characters": "\u295B" }, "⋌": { "codepoints": [8908], "characters": "\u22CC" }, "⧐": { "codepoints": [10704], "characters": "\u29D0" }, "⊳": { "codepoints": [8883], "characters": "\u22B3" }, "⊵": { "codepoints": [8885], "characters": "\u22B5" }, "⥏": { "codepoints": [10575], "characters": "\u294F" }, "⥜": { "codepoints": [10588], "characters": "\u295C" }, "⥔": { "codepoints": [10580], "characters": "\u2954" }, "↾": { "codepoints": [8638], "characters": "\u21BE" }, "⥓": { "codepoints": [10579], "characters": "\u2953" }, "⇀": { "codepoints": [8640], "characters": "\u21C0" }, "˚": { "codepoints": [730], "characters": "\u02DA" }, "≓": { "codepoints": [8787], "characters": "\u2253" }, "⇄": { "codepoints": [8644], "characters": "\u21C4" }, "⇌": { "codepoints": [8652], "characters": "\u21CC" }, "‏": { "codepoints": [8207], "characters": "\u200F" }, "⎱": { "codepoints": [9137], "characters": "\u23B1" }, "⎱": { "codepoints": [9137], "characters": "\u23B1" }, "⫮": { "codepoints": [10990], "characters": "\u2AEE" }, "⟭": { "codepoints": [10221], "characters": "\u27ED" }, "⇾": { "codepoints": [8702], "characters": "\u21FE" }, "⟧": { "codepoints": [10215], "characters": "\u27E7" }, "⦆": { "codepoints": [10630], "characters": "\u2986" }, "𝕣": { "codepoints": [120163], "characters": "\uD835\uDD63" }, "ℝ": { "codepoints": [8477], "characters": "\u211D" }, "⨮": { "codepoints": [10798], "characters": "\u2A2E" }, "⨵": { "codepoints": [10805], "characters": "\u2A35" }, "⥰": { "codepoints": [10608], "characters": "\u2970" }, ")": { "codepoints": [41], "characters": "\u0029" }, "⦔": { "codepoints": [10644], "characters": "\u2994" }, "⨒": { "codepoints": [10770], "characters": "\u2A12" }, "⇉": { "codepoints": [8649], "characters": "\u21C9" }, "⇛": { "codepoints": [8667], "characters": "\u21DB" }, "›": { "codepoints": [8250], "characters": "\u203A" }, "𝓇": { "codepoints": [120007], "characters": "\uD835\uDCC7" }, "ℛ": { "codepoints": [8475], "characters": "\u211B" }, "↱": { "codepoints": [8625], "characters": "\u21B1" }, "↱": { "codepoints": [8625], "characters": "\u21B1" }, "]": { "codepoints": [93], "characters": "\u005D" }, "’": { "codepoints": [8217], "characters": "\u2019" }, "’": { "codepoints": [8217], "characters": "\u2019" }, "⋌": { "codepoints": [8908], "characters": "\u22CC" }, "⋊": { "codepoints": [8906], "characters": "\u22CA" }, "▹": { "codepoints": [9657], "characters": "\u25B9" }, "⊵": { "codepoints": [8885], "characters": "\u22B5" }, "▸": { "codepoints": [9656], "characters": "\u25B8" }, "⧎": { "codepoints": [10702], "characters": "\u29CE" }, "⧴": { "codepoints": [10740], "characters": "\u29F4" }, "⥨": { "codepoints": [10600], "characters": "\u2968" }, "℞": { "codepoints": [8478], "characters": "\u211E" }, "Ś": { "codepoints": [346], "characters": "\u015A" }, "ś": { "codepoints": [347], "characters": "\u015B" }, "‚": { "codepoints": [8218], "characters": "\u201A" }, "⪸": { "codepoints": [10936], "characters": "\u2AB8" }, "Š": { "codepoints": [352], "characters": "\u0160" }, "š": { "codepoints": [353], "characters": "\u0161" }, "⪼": { "codepoints": [10940], "characters": "\u2ABC" }, "≻": { "codepoints": [8827], "characters": "\u227B" }, "≽": { "codepoints": [8829], "characters": "\u227D" }, "⪰": { "codepoints": [10928], "characters": "\u2AB0" }, "⪴": { "codepoints": [10932], "characters": "\u2AB4" }, "Ş": { "codepoints": [350], "characters": "\u015E" }, "ş": { "codepoints": [351], "characters": "\u015F" }, "Ŝ": { "codepoints": [348], "characters": "\u015C" }, "ŝ": { "codepoints": [349], "characters": "\u015D" }, "⪺": { "codepoints": [10938], "characters": "\u2ABA" }, "⪶": { "codepoints": [10934], "characters": "\u2AB6" }, "⋩": { "codepoints": [8937], "characters": "\u22E9" }, "⨓": { "codepoints": [10771], "characters": "\u2A13" }, "≿": { "codepoints": [8831], "characters": "\u227F" }, "С": { "codepoints": [1057], "characters": "\u0421" }, "с": { "codepoints": [1089], "characters": "\u0441" }, "⊡": { "codepoints": [8865], "characters": "\u22A1" }, "⋅": { "codepoints": [8901], "characters": "\u22C5" }, "⩦": { "codepoints": [10854], "characters": "\u2A66" }, "⤥": { "codepoints": [10533], "characters": "\u2925" }, "↘": { "codepoints": [8600], "characters": "\u2198" }, "⇘": { "codepoints": [8664], "characters": "\u21D8" }, "↘": { "codepoints": [8600], "characters": "\u2198" }, "§": { "codepoints": [167], "characters": "\u00A7" }, "§": { "codepoints": [167], "characters": "\u00A7" }, ";": { "codepoints": [59], "characters": "\u003B" }, "⤩": { "codepoints": [10537], "characters": "\u2929" }, "∖": { "codepoints": [8726], "characters": "\u2216" }, "∖": { "codepoints": [8726], "characters": "\u2216" }, "✶": { "codepoints": [10038], "characters": "\u2736" }, "𝔖": { "codepoints": [120086], "characters": "\uD835\uDD16" }, "𝔰": { "codepoints": [120112], "characters": "\uD835\uDD30" }, "⌢": { "codepoints": [8994], "characters": "\u2322" }, "♯": { "codepoints": [9839], "characters": "\u266F" }, "Щ": { "codepoints": [1065], "characters": "\u0429" }, "щ": { "codepoints": [1097], "characters": "\u0449" }, "Ш": { "codepoints": [1064], "characters": "\u0428" }, "ш": { "codepoints": [1096], "characters": "\u0448" }, "↓": { "codepoints": [8595], "characters": "\u2193" }, "←": { "codepoints": [8592], "characters": "\u2190" }, "∣": { "codepoints": [8739], "characters": "\u2223" }, "∥": { "codepoints": [8741], "characters": "\u2225" }, "→": { "codepoints": [8594], "characters": "\u2192" }, "↑": { "codepoints": [8593], "characters": "\u2191" }, "­": { "codepoints": [173], "characters": "\u00AD" }, "­": { "codepoints": [173], "characters": "\u00AD" }, "Σ": { "codepoints": [931], "characters": "\u03A3" }, "σ": { "codepoints": [963], "characters": "\u03C3" }, "ς": { "codepoints": [962], "characters": "\u03C2" }, "ς": { "codepoints": [962], "characters": "\u03C2" }, "∼": { "codepoints": [8764], "characters": "\u223C" }, "⩪": { "codepoints": [10858], "characters": "\u2A6A" }, "≃": { "codepoints": [8771], "characters": "\u2243" }, "≃": { "codepoints": [8771], "characters": "\u2243" }, "⪞": { "codepoints": [10910], "characters": "\u2A9E" }, "⪠": { "codepoints": [10912], "characters": "\u2AA0" }, "⪝": { "codepoints": [10909], "characters": "\u2A9D" }, "⪟": { "codepoints": [10911], "characters": "\u2A9F" }, "≆": { "codepoints": [8774], "characters": "\u2246" }, "⨤": { "codepoints": [10788], "characters": "\u2A24" }, "⥲": { "codepoints": [10610], "characters": "\u2972" }, "←": { "codepoints": [8592], "characters": "\u2190" }, "∘": { "codepoints": [8728], "characters": "\u2218" }, "∖": { "codepoints": [8726], "characters": "\u2216" }, "⨳": { "codepoints": [10803], "characters": "\u2A33" }, "⧤": { "codepoints": [10724], "characters": "\u29E4" }, "∣": { "codepoints": [8739], "characters": "\u2223" }, "⌣": { "codepoints": [8995], "characters": "\u2323" }, "⪪": { "codepoints": [10922], "characters": "\u2AAA" }, "⪬": { "codepoints": [10924], "characters": "\u2AAC" }, "⪬︀": { "codepoints": [10924, 65024], "characters": "\u2AAC\uFE00" }, "Ь": { "codepoints": [1068], "characters": "\u042C" }, "ь": { "codepoints": [1100], "characters": "\u044C" }, "⌿": { "codepoints": [9023], "characters": "\u233F" }, "⧄": { "codepoints": [10692], "characters": "\u29C4" }, "/": { "codepoints": [47], "characters": "\u002F" }, "𝕊": { "codepoints": [120138], "characters": "\uD835\uDD4A" }, "𝕤": { "codepoints": [120164], "characters": "\uD835\uDD64" }, "♠": { "codepoints": [9824], "characters": "\u2660" }, "♠": { "codepoints": [9824], "characters": "\u2660" }, "∥": { "codepoints": [8741], "characters": "\u2225" }, "⊓": { "codepoints": [8851], "characters": "\u2293" }, "⊓︀": { "codepoints": [8851, 65024], "characters": "\u2293\uFE00" }, "⊔": { "codepoints": [8852], "characters": "\u2294" }, "⊔︀": { "codepoints": [8852, 65024], "characters": "\u2294\uFE00" }, "√": { "codepoints": [8730], "characters": "\u221A" }, "⊏": { "codepoints": [8847], "characters": "\u228F" }, "⊑": { "codepoints": [8849], "characters": "\u2291" }, "⊏": { "codepoints": [8847], "characters": "\u228F" }, "⊑": { "codepoints": [8849], "characters": "\u2291" }, "⊐": { "codepoints": [8848], "characters": "\u2290" }, "⊒": { "codepoints": [8850], "characters": "\u2292" }, "⊐": { "codepoints": [8848], "characters": "\u2290" }, "⊒": { "codepoints": [8850], "characters": "\u2292" }, "□": { "codepoints": [9633], "characters": "\u25A1" }, "□": { "codepoints": [9633], "characters": "\u25A1" }, "⊓": { "codepoints": [8851], "characters": "\u2293" }, "⊏": { "codepoints": [8847], "characters": "\u228F" }, "⊑": { "codepoints": [8849], "characters": "\u2291" }, "⊐": { "codepoints": [8848], "characters": "\u2290" }, "⊒": { "codepoints": [8850], "characters": "\u2292" }, "⊔": { "codepoints": [8852], "characters": "\u2294" }, "▪": { "codepoints": [9642], "characters": "\u25AA" }, "□": { "codepoints": [9633], "characters": "\u25A1" }, "▪": { "codepoints": [9642], "characters": "\u25AA" }, "→": { "codepoints": [8594], "characters": "\u2192" }, "𝒮": { "codepoints": [119982], "characters": "\uD835\uDCAE" }, "𝓈": { "codepoints": [120008], "characters": "\uD835\uDCC8" }, "∖": { "codepoints": [8726], "characters": "\u2216" }, "⌣": { "codepoints": [8995], "characters": "\u2323" }, "⋆": { "codepoints": [8902], "characters": "\u22C6" }, "⋆": { "codepoints": [8902], "characters": "\u22C6" }, "☆": { "codepoints": [9734], "characters": "\u2606" }, "★": { "codepoints": [9733], "characters": "\u2605" }, "ϵ": { "codepoints": [1013], "characters": "\u03F5" }, "ϕ": { "codepoints": [981], "characters": "\u03D5" }, "¯": { "codepoints": [175], "characters": "\u00AF" }, "⊂": { "codepoints": [8834], "characters": "\u2282" }, "⋐": { "codepoints": [8912], "characters": "\u22D0" }, "⪽": { "codepoints": [10941], "characters": "\u2ABD" }, "⫅": { "codepoints": [10949], "characters": "\u2AC5" }, "⊆": { "codepoints": [8838], "characters": "\u2286" }, "⫃": { "codepoints": [10947], "characters": "\u2AC3" }, "⫁": { "codepoints": [10945], "characters": "\u2AC1" }, "⫋": { "codepoints": [10955], "characters": "\u2ACB" }, "⊊": { "codepoints": [8842], "characters": "\u228A" }, "⪿": { "codepoints": [10943], "characters": "\u2ABF" }, "⥹": { "codepoints": [10617], "characters": "\u2979" }, "⊂": { "codepoints": [8834], "characters": "\u2282" }, "⋐": { "codepoints": [8912], "characters": "\u22D0" }, "⊆": { "codepoints": [8838], "characters": "\u2286" }, "⫅": { "codepoints": [10949], "characters": "\u2AC5" }, "⊆": { "codepoints": [8838], "characters": "\u2286" }, "⊊": { "codepoints": [8842], "characters": "\u228A" }, "⫋": { "codepoints": [10955], "characters": "\u2ACB" }, "⫇": { "codepoints": [10951], "characters": "\u2AC7" }, "⫕": { "codepoints": [10965], "characters": "\u2AD5" }, "⫓": { "codepoints": [10963], "characters": "\u2AD3" }, "⪸": { "codepoints": [10936], "characters": "\u2AB8" }, "≻": { "codepoints": [8827], "characters": "\u227B" }, "≽": { "codepoints": [8829], "characters": "\u227D" }, "≻": { "codepoints": [8827], "characters": "\u227B" }, "⪰": { "codepoints": [10928], "characters": "\u2AB0" }, "≽": { "codepoints": [8829], "characters": "\u227D" }, "≿": { "codepoints": [8831], "characters": "\u227F" }, "⪰": { "codepoints": [10928], "characters": "\u2AB0" }, "⪺": { "codepoints": [10938], "characters": "\u2ABA" }, "⪶": { "codepoints": [10934], "characters": "\u2AB6" }, "⋩": { "codepoints": [8937], "characters": "\u22E9" }, "≿": { "codepoints": [8831], "characters": "\u227F" }, "∋": { "codepoints": [8715], "characters": "\u220B" }, "∑": { "codepoints": [8721], "characters": "\u2211" }, "∑": { "codepoints": [8721], "characters": "\u2211" }, "♪": { "codepoints": [9834], "characters": "\u266A" }, "¹": { "codepoints": [185], "characters": "\u00B9" }, "¹": { "codepoints": [185], "characters": "\u00B9" }, "²": { "codepoints": [178], "characters": "\u00B2" }, "²": { "codepoints": [178], "characters": "\u00B2" }, "³": { "codepoints": [179], "characters": "\u00B3" }, "³": { "codepoints": [179], "characters": "\u00B3" }, "⊃": { "codepoints": [8835], "characters": "\u2283" }, "⋑": { "codepoints": [8913], "characters": "\u22D1" }, "⪾": { "codepoints": [10942], "characters": "\u2ABE" }, "⫘": { "codepoints": [10968], "characters": "\u2AD8" }, "⫆": { "codepoints": [10950], "characters": "\u2AC6" }, "⊇": { "codepoints": [8839], "characters": "\u2287" }, "⫄": { "codepoints": [10948], "characters": "\u2AC4" }, "⊃": { "codepoints": [8835], "characters": "\u2283" }, "⊇": { "codepoints": [8839], "characters": "\u2287" }, "⟉": { "codepoints": [10185], "characters": "\u27C9" }, "⫗": { "codepoints": [10967], "characters": "\u2AD7" }, "⥻": { "codepoints": [10619], "characters": "\u297B" }, "⫂": { "codepoints": [10946], "characters": "\u2AC2" }, "⫌": { "codepoints": [10956], "characters": "\u2ACC" }, "⊋": { "codepoints": [8843], "characters": "\u228B" }, "⫀": { "codepoints": [10944], "characters": "\u2AC0" }, "⊃": { "codepoints": [8835], "characters": "\u2283" }, "⋑": { "codepoints": [8913], "characters": "\u22D1" }, "⊇": { "codepoints": [8839], "characters": "\u2287" }, "⫆": { "codepoints": [10950], "characters": "\u2AC6" }, "⊋": { "codepoints": [8843], "characters": "\u228B" }, "⫌": { "codepoints": [10956], "characters": "\u2ACC" }, "⫈": { "codepoints": [10952], "characters": "\u2AC8" }, "⫔": { "codepoints": [10964], "characters": "\u2AD4" }, "⫖": { "codepoints": [10966], "characters": "\u2AD6" }, "⤦": { "codepoints": [10534], "characters": "\u2926" }, "↙": { "codepoints": [8601], "characters": "\u2199" }, "⇙": { "codepoints": [8665], "characters": "\u21D9" }, "↙": { "codepoints": [8601], "characters": "\u2199" }, "⤪": { "codepoints": [10538], "characters": "\u292A" }, "ß": { "codepoints": [223], "characters": "\u00DF" }, "ß": { "codepoints": [223], "characters": "\u00DF" }, " ": { "codepoints": [9], "characters": "\u0009" }, "⌖": { "codepoints": [8982], "characters": "\u2316" }, "Τ": { "codepoints": [932], "characters": "\u03A4" }, "τ": { "codepoints": [964], "characters": "\u03C4" }, "⎴": { "codepoints": [9140], "characters": "\u23B4" }, "Ť": { "codepoints": [356], "characters": "\u0164" }, "ť": { "codepoints": [357], "characters": "\u0165" }, "Ţ": { "codepoints": [354], "characters": "\u0162" }, "ţ": { "codepoints": [355], "characters": "\u0163" }, "Т": { "codepoints": [1058], "characters": "\u0422" }, "т": { "codepoints": [1090], "characters": "\u0442" }, "⃛": { "codepoints": [8411], "characters": "\u20DB" }, "⌕": { "codepoints": [8981], "characters": "\u2315" }, "𝔗": { "codepoints": [120087], "characters": "\uD835\uDD17" }, "𝔱": { "codepoints": [120113], "characters": "\uD835\uDD31" }, "∴": { "codepoints": [8756], "characters": "\u2234" }, "∴": { "codepoints": [8756], "characters": "\u2234" }, "∴": { "codepoints": [8756], "characters": "\u2234" }, "Θ": { "codepoints": [920], "characters": "\u0398" }, "θ": { "codepoints": [952], "characters": "\u03B8" }, "ϑ": { "codepoints": [977], "characters": "\u03D1" }, "ϑ": { "codepoints": [977], "characters": "\u03D1" }, "≈": { "codepoints": [8776], "characters": "\u2248" }, "∼": { "codepoints": [8764], "characters": "\u223C" }, "  ": { "codepoints": [8287, 8202], "characters": "\u205F\u200A" }, " ": { "codepoints": [8201], "characters": "\u2009" }, " ": { "codepoints": [8201], "characters": "\u2009" }, "≈": { "codepoints": [8776], "characters": "\u2248" }, "∼": { "codepoints": [8764], "characters": "\u223C" }, "Þ": { "codepoints": [222], "characters": "\u00DE" }, "Þ": { "codepoints": [222], "characters": "\u00DE" }, "þ": { "codepoints": [254], "characters": "\u00FE" }, "þ": { "codepoints": [254], "characters": "\u00FE" }, "˜": { "codepoints": [732], "characters": "\u02DC" }, "∼": { "codepoints": [8764], "characters": "\u223C" }, "≃": { "codepoints": [8771], "characters": "\u2243" }, "≅": { "codepoints": [8773], "characters": "\u2245" }, "≈": { "codepoints": [8776], "characters": "\u2248" }, "⨱": { "codepoints": [10801], "characters": "\u2A31" }, "⊠": { "codepoints": [8864], "characters": "\u22A0" }, "×": { "codepoints": [215], "characters": "\u00D7" }, "×": { "codepoints": [215], "characters": "\u00D7" }, "⨰": { "codepoints": [10800], "characters": "\u2A30" }, "∭": { "codepoints": [8749], "characters": "\u222D" }, "⤨": { "codepoints": [10536], "characters": "\u2928" }, "⌶": { "codepoints": [9014], "characters": "\u2336" }, "⫱": { "codepoints": [10993], "characters": "\u2AF1" }, "⊤": { "codepoints": [8868], "characters": "\u22A4" }, "𝕋": { "codepoints": [120139], "characters": "\uD835\uDD4B" }, "𝕥": { "codepoints": [120165], "characters": "\uD835\uDD65" }, "⫚": { "codepoints": [10970], "characters": "\u2ADA" }, "⤩": { "codepoints": [10537], "characters": "\u2929" }, "‴": { "codepoints": [8244], "characters": "\u2034" }, "™": { "codepoints": [8482], "characters": "\u2122" }, "™": { "codepoints": [8482], "characters": "\u2122" }, "▵": { "codepoints": [9653], "characters": "\u25B5" }, "▿": { "codepoints": [9663], "characters": "\u25BF" }, "◃": { "codepoints": [9667], "characters": "\u25C3" }, "⊴": { "codepoints": [8884], "characters": "\u22B4" }, "≜": { "codepoints": [8796], "characters": "\u225C" }, "▹": { "codepoints": [9657], "characters": "\u25B9" }, "⊵": { "codepoints": [8885], "characters": "\u22B5" }, "◬": { "codepoints": [9708], "characters": "\u25EC" }, "≜": { "codepoints": [8796], "characters": "\u225C" }, "⨺": { "codepoints": [10810], "characters": "\u2A3A" }, "⃛": { "codepoints": [8411], "characters": "\u20DB" }, "⨹": { "codepoints": [10809], "characters": "\u2A39" }, "⧍": { "codepoints": [10701], "characters": "\u29CD" }, "⨻": { "codepoints": [10811], "characters": "\u2A3B" }, "⏢": { "codepoints": [9186], "characters": "\u23E2" }, "𝒯": { "codepoints": [119983], "characters": "\uD835\uDCAF" }, "𝓉": { "codepoints": [120009], "characters": "\uD835\uDCC9" }, "Ц": { "codepoints": [1062], "characters": "\u0426" }, "ц": { "codepoints": [1094], "characters": "\u0446" }, "Ћ": { "codepoints": [1035], "characters": "\u040B" }, "ћ": { "codepoints": [1115], "characters": "\u045B" }, "Ŧ": { "codepoints": [358], "characters": "\u0166" }, "ŧ": { "codepoints": [359], "characters": "\u0167" }, "≬": { "codepoints": [8812], "characters": "\u226C" }, "↞": { "codepoints": [8606], "characters": "\u219E" }, "↠": { "codepoints": [8608], "characters": "\u21A0" }, "Ú": { "codepoints": [218], "characters": "\u00DA" }, "Ú": { "codepoints": [218], "characters": "\u00DA" }, "ú": { "codepoints": [250], "characters": "\u00FA" }, "ú": { "codepoints": [250], "characters": "\u00FA" }, "↑": { "codepoints": [8593], "characters": "\u2191" }, "↟": { "codepoints": [8607], "characters": "\u219F" }, "⇑": { "codepoints": [8657], "characters": "\u21D1" }, "⥉": { "codepoints": [10569], "characters": "\u2949" }, "Ў": { "codepoints": [1038], "characters": "\u040E" }, "ў": { "codepoints": [1118], "characters": "\u045E" }, "Ŭ": { "codepoints": [364], "characters": "\u016C" }, "ŭ": { "codepoints": [365], "characters": "\u016D" }, "Û": { "codepoints": [219], "characters": "\u00DB" }, "Û": { "codepoints": [219], "characters": "\u00DB" }, "û": { "codepoints": [251], "characters": "\u00FB" }, "û": { "codepoints": [251], "characters": "\u00FB" }, "У": { "codepoints": [1059], "characters": "\u0423" }, "у": { "codepoints": [1091], "characters": "\u0443" }, "⇅": { "codepoints": [8645], "characters": "\u21C5" }, "Ű": { "codepoints": [368], "characters": "\u0170" }, "ű": { "codepoints": [369], "characters": "\u0171" }, "⥮": { "codepoints": [10606], "characters": "\u296E" }, "⥾": { "codepoints": [10622], "characters": "\u297E" }, "𝔘": { "codepoints": [120088], "characters": "\uD835\uDD18" }, "𝔲": { "codepoints": [120114], "characters": "\uD835\uDD32" }, "Ù": { "codepoints": [217], "characters": "\u00D9" }, "Ù": { "codepoints": [217], "characters": "\u00D9" }, "ù": { "codepoints": [249], "characters": "\u00F9" }, "ù": { "codepoints": [249], "characters": "\u00F9" }, "⥣": { "codepoints": [10595], "characters": "\u2963" }, "↿": { "codepoints": [8639], "characters": "\u21BF" }, "↾": { "codepoints": [8638], "characters": "\u21BE" }, "▀": { "codepoints": [9600], "characters": "\u2580" }, "⌜": { "codepoints": [8988], "characters": "\u231C" }, "⌜": { "codepoints": [8988], "characters": "\u231C" }, "⌏": { "codepoints": [8975], "characters": "\u230F" }, "◸": { "codepoints": [9720], "characters": "\u25F8" }, "Ū": { "codepoints": [362], "characters": "\u016A" }, "ū": { "codepoints": [363], "characters": "\u016B" }, "¨": { "codepoints": [168], "characters": "\u00A8" }, "¨": { "codepoints": [168], "characters": "\u00A8" }, "_": { "codepoints": [95], "characters": "\u005F" }, "⏟": { "codepoints": [9183], "characters": "\u23DF" }, "⎵": { "codepoints": [9141], "characters": "\u23B5" }, "⏝": { "codepoints": [9181], "characters": "\u23DD" }, "⋃": { "codepoints": [8899], "characters": "\u22C3" }, "⊎": { "codepoints": [8846], "characters": "\u228E" }, "Ų": { "codepoints": [370], "characters": "\u0172" }, "ų": { "codepoints": [371], "characters": "\u0173" }, "𝕌": { "codepoints": [120140], "characters": "\uD835\uDD4C" }, "𝕦": { "codepoints": [120166], "characters": "\uD835\uDD66" }, "⤒": { "codepoints": [10514], "characters": "\u2912" }, "↑": { "codepoints": [8593], "characters": "\u2191" }, "↑": { "codepoints": [8593], "characters": "\u2191" }, "⇑": { "codepoints": [8657], "characters": "\u21D1" }, "⇅": { "codepoints": [8645], "characters": "\u21C5" }, "↕": { "codepoints": [8597], "characters": "\u2195" }, "↕": { "codepoints": [8597], "characters": "\u2195" }, "⇕": { "codepoints": [8661], "characters": "\u21D5" }, "⥮": { "codepoints": [10606], "characters": "\u296E" }, "↿": { "codepoints": [8639], "characters": "\u21BF" }, "↾": { "codepoints": [8638], "characters": "\u21BE" }, "⊎": { "codepoints": [8846], "characters": "\u228E" }, "↖": { "codepoints": [8598], "characters": "\u2196" }, "↗": { "codepoints": [8599], "characters": "\u2197" }, "υ": { "codepoints": [965], "characters": "\u03C5" }, "ϒ": { "codepoints": [978], "characters": "\u03D2" }, "ϒ": { "codepoints": [978], "characters": "\u03D2" }, "Υ": { "codepoints": [933], "characters": "\u03A5" }, "υ": { "codepoints": [965], "characters": "\u03C5" }, "↥": { "codepoints": [8613], "characters": "\u21A5" }, "⊥": { "codepoints": [8869], "characters": "\u22A5" }, "⇈": { "codepoints": [8648], "characters": "\u21C8" }, "⌝": { "codepoints": [8989], "characters": "\u231D" }, "⌝": { "codepoints": [8989], "characters": "\u231D" }, "⌎": { "codepoints": [8974], "characters": "\u230E" }, "Ů": { "codepoints": [366], "characters": "\u016E" }, "ů": { "codepoints": [367], "characters": "\u016F" }, "◹": { "codepoints": [9721], "characters": "\u25F9" }, "𝒰": { "codepoints": [119984], "characters": "\uD835\uDCB0" }, "𝓊": { "codepoints": [120010], "characters": "\uD835\uDCCA" }, "⋰": { "codepoints": [8944], "characters": "\u22F0" }, "Ũ": { "codepoints": [360], "characters": "\u0168" }, "ũ": { "codepoints": [361], "characters": "\u0169" }, "▵": { "codepoints": [9653], "characters": "\u25B5" }, "▴": { "codepoints": [9652], "characters": "\u25B4" }, "⇈": { "codepoints": [8648], "characters": "\u21C8" }, "Ü": { "codepoints": [220], "characters": "\u00DC" }, "Ü": { "codepoints": [220], "characters": "\u00DC" }, "ü": { "codepoints": [252], "characters": "\u00FC" }, "ü": { "codepoints": [252], "characters": "\u00FC" }, "⦧": { "codepoints": [10663], "characters": "\u29A7" }, "⦜": { "codepoints": [10652], "characters": "\u299C" }, "ϵ": { "codepoints": [1013], "characters": "\u03F5" }, "ϰ": { "codepoints": [1008], "characters": "\u03F0" }, "∅": { "codepoints": [8709], "characters": "\u2205" }, "ϕ": { "codepoints": [981], "characters": "\u03D5" }, "ϖ": { "codepoints": [982], "characters": "\u03D6" }, "∝": { "codepoints": [8733], "characters": "\u221D" }, "↕": { "codepoints": [8597], "characters": "\u2195" }, "⇕": { "codepoints": [8661], "characters": "\u21D5" }, "ϱ": { "codepoints": [1009], "characters": "\u03F1" }, "ς": { "codepoints": [962], "characters": "\u03C2" }, "⊊︀": { "codepoints": [8842, 65024], "characters": "\u228A\uFE00" }, "⫋︀": { "codepoints": [10955, 65024], "characters": "\u2ACB\uFE00" }, "⊋︀": { "codepoints": [8843, 65024], "characters": "\u228B\uFE00" }, "⫌︀": { "codepoints": [10956, 65024], "characters": "\u2ACC\uFE00" }, "ϑ": { "codepoints": [977], "characters": "\u03D1" }, "⊲": { "codepoints": [8882], "characters": "\u22B2" }, "⊳": { "codepoints": [8883], "characters": "\u22B3" }, "⫨": { "codepoints": [10984], "characters": "\u2AE8" }, "⫫": { "codepoints": [10987], "characters": "\u2AEB" }, "⫩": { "codepoints": [10985], "characters": "\u2AE9" }, "В": { "codepoints": [1042], "characters": "\u0412" }, "в": { "codepoints": [1074], "characters": "\u0432" }, "⊢": { "codepoints": [8866], "characters": "\u22A2" }, "⊨": { "codepoints": [8872], "characters": "\u22A8" }, "⊩": { "codepoints": [8873], "characters": "\u22A9" }, "⊫": { "codepoints": [8875], "characters": "\u22AB" }, "⫦": { "codepoints": [10982], "characters": "\u2AE6" }, "⊻": { "codepoints": [8891], "characters": "\u22BB" }, "∨": { "codepoints": [8744], "characters": "\u2228" }, "⋁": { "codepoints": [8897], "characters": "\u22C1" }, "≚": { "codepoints": [8794], "characters": "\u225A" }, "⋮": { "codepoints": [8942], "characters": "\u22EE" }, "|": { "codepoints": [124], "characters": "\u007C" }, "‖": { "codepoints": [8214], "characters": "\u2016" }, "|": { "codepoints": [124], "characters": "\u007C" }, "‖": { "codepoints": [8214], "characters": "\u2016" }, "∣": { "codepoints": [8739], "characters": "\u2223" }, "|": { "codepoints": [124], "characters": "\u007C" }, "❘": { "codepoints": [10072], "characters": "\u2758" }, "≀": { "codepoints": [8768], "characters": "\u2240" }, " ": { "codepoints": [8202], "characters": "\u200A" }, "𝔙": { "codepoints": [120089], "characters": "\uD835\uDD19" }, "𝔳": { "codepoints": [120115], "characters": "\uD835\uDD33" }, "⊲": { "codepoints": [8882], "characters": "\u22B2" }, "⊂⃒": { "codepoints": [8834, 8402], "characters": "\u2282\u20D2" }, "⊃⃒": { "codepoints": [8835, 8402], "characters": "\u2283\u20D2" }, "𝕍": { "codepoints": [120141], "characters": "\uD835\uDD4D" }, "𝕧": { "codepoints": [120167], "characters": "\uD835\uDD67" }, "∝": { "codepoints": [8733], "characters": "\u221D" }, "⊳": { "codepoints": [8883], "characters": "\u22B3" }, "𝒱": { "codepoints": [119985], "characters": "\uD835\uDCB1" }, "𝓋": { "codepoints": [120011], "characters": "\uD835\uDCCB" }, "⫋︀": { "codepoints": [10955, 65024], "characters": "\u2ACB\uFE00" }, "⊊︀": { "codepoints": [8842, 65024], "characters": "\u228A\uFE00" }, "⫌︀": { "codepoints": [10956, 65024], "characters": "\u2ACC\uFE00" }, "⊋︀": { "codepoints": [8843, 65024], "characters": "\u228B\uFE00" }, "⊪": { "codepoints": [8874], "characters": "\u22AA" }, "⦚": { "codepoints": [10650], "characters": "\u299A" }, "Ŵ": { "codepoints": [372], "characters": "\u0174" }, "ŵ": { "codepoints": [373], "characters": "\u0175" }, "⩟": { "codepoints": [10847], "characters": "\u2A5F" }, "∧": { "codepoints": [8743], "characters": "\u2227" }, "⋀": { "codepoints": [8896], "characters": "\u22C0" }, "≙": { "codepoints": [8793], "characters": "\u2259" }, "℘": { "codepoints": [8472], "characters": "\u2118" }, "𝔚": { "codepoints": [120090], "characters": "\uD835\uDD1A" }, "𝔴": { "codepoints": [120116], "characters": "\uD835\uDD34" }, "𝕎": { "codepoints": [120142], "characters": "\uD835\uDD4E" }, "𝕨": { "codepoints": [120168], "characters": "\uD835\uDD68" }, "℘": { "codepoints": [8472], "characters": "\u2118" }, "≀": { "codepoints": [8768], "characters": "\u2240" }, "≀": { "codepoints": [8768], "characters": "\u2240" }, "𝒲": { "codepoints": [119986], "characters": "\uD835\uDCB2" }, "𝓌": { "codepoints": [120012], "characters": "\uD835\uDCCC" }, "⋂": { "codepoints": [8898], "characters": "\u22C2" }, "◯": { "codepoints": [9711], "characters": "\u25EF" }, "⋃": { "codepoints": [8899], "characters": "\u22C3" }, "▽": { "codepoints": [9661], "characters": "\u25BD" }, "𝔛": { "codepoints": [120091], "characters": "\uD835\uDD1B" }, "𝔵": { "codepoints": [120117], "characters": "\uD835\uDD35" }, "⟷": { "codepoints": [10231], "characters": "\u27F7" }, "⟺": { "codepoints": [10234], "characters": "\u27FA" }, "Ξ": { "codepoints": [926], "characters": "\u039E" }, "ξ": { "codepoints": [958], "characters": "\u03BE" }, "⟵": { "codepoints": [10229], "characters": "\u27F5" }, "⟸": { "codepoints": [10232], "characters": "\u27F8" }, "⟼": { "codepoints": [10236], "characters": "\u27FC" }, "⋻": { "codepoints": [8955], "characters": "\u22FB" }, "⨀": { "codepoints": [10752], "characters": "\u2A00" }, "𝕏": { "codepoints": [120143], "characters": "\uD835\uDD4F" }, "𝕩": { "codepoints": [120169], "characters": "\uD835\uDD69" }, "⨁": { "codepoints": [10753], "characters": "\u2A01" }, "⨂": { "codepoints": [10754], "characters": "\u2A02" }, "⟶": { "codepoints": [10230], "characters": "\u27F6" }, "⟹": { "codepoints": [10233], "characters": "\u27F9" }, "𝒳": { "codepoints": [119987], "characters": "\uD835\uDCB3" }, "𝓍": { "codepoints": [120013], "characters": "\uD835\uDCCD" }, "⨆": { "codepoints": [10758], "characters": "\u2A06" }, "⨄": { "codepoints": [10756], "characters": "\u2A04" }, "△": { "codepoints": [9651], "characters": "\u25B3" }, "⋁": { "codepoints": [8897], "characters": "\u22C1" }, "⋀": { "codepoints": [8896], "characters": "\u22C0" }, "Ý": { "codepoints": [221], "characters": "\u00DD" }, "Ý": { "codepoints": [221], "characters": "\u00DD" }, "ý": { "codepoints": [253], "characters": "\u00FD" }, "ý": { "codepoints": [253], "characters": "\u00FD" }, "Я": { "codepoints": [1071], "characters": "\u042F" }, "я": { "codepoints": [1103], "characters": "\u044F" }, "Ŷ": { "codepoints": [374], "characters": "\u0176" }, "ŷ": { "codepoints": [375], "characters": "\u0177" }, "Ы": { "codepoints": [1067], "characters": "\u042B" }, "ы": { "codepoints": [1099], "characters": "\u044B" }, "¥": { "codepoints": [165], "characters": "\u00A5" }, "¥": { "codepoints": [165], "characters": "\u00A5" }, "𝔜": { "codepoints": [120092], "characters": "\uD835\uDD1C" }, "𝔶": { "codepoints": [120118], "characters": "\uD835\uDD36" }, "Ї": { "codepoints": [1031], "characters": "\u0407" }, "ї": { "codepoints": [1111], "characters": "\u0457" }, "𝕐": { "codepoints": [120144], "characters": "\uD835\uDD50" }, "𝕪": { "codepoints": [120170], "characters": "\uD835\uDD6A" }, "𝒴": { "codepoints": [119988], "characters": "\uD835\uDCB4" }, "𝓎": { "codepoints": [120014], "characters": "\uD835\uDCCE" }, "Ю": { "codepoints": [1070], "characters": "\u042E" }, "ю": { "codepoints": [1102], "characters": "\u044E" }, "ÿ": { "codepoints": [255], "characters": "\u00FF" }, "ÿ": { "codepoints": [255], "characters": "\u00FF" }, "Ÿ": { "codepoints": [376], "characters": "\u0178" }, "Ź": { "codepoints": [377], "characters": "\u0179" }, "ź": { "codepoints": [378], "characters": "\u017A" }, "Ž": { "codepoints": [381], "characters": "\u017D" }, "ž": { "codepoints": [382], "characters": "\u017E" }, "З": { "codepoints": [1047], "characters": "\u0417" }, "з": { "codepoints": [1079], "characters": "\u0437" }, "Ż": { "codepoints": [379], "characters": "\u017B" }, "ż": { "codepoints": [380], "characters": "\u017C" }, "ℨ": { "codepoints": [8488], "characters": "\u2128" }, "​": { "codepoints": [8203], "characters": "\u200B" }, "Ζ": { "codepoints": [918], "characters": "\u0396" }, "ζ": { "codepoints": [950], "characters": "\u03B6" }, "𝔷": { "codepoints": [120119], "characters": "\uD835\uDD37" }, "ℨ": { "codepoints": [8488], "characters": "\u2128" }, "Ж": { "codepoints": [1046], "characters": "\u0416" }, "ж": { "codepoints": [1078], "characters": "\u0436" }, "⇝": { "codepoints": [8669], "characters": "\u21DD" }, "𝕫": { "codepoints": [120171], "characters": "\uD835\uDD6B" }, "ℤ": { "codepoints": [8484], "characters": "\u2124" }, "𝒵": { "codepoints": [119989], "characters": "\uD835\uDCB5" }, "𝓏": { "codepoints": [120015], "characters": "\uD835\uDCCF" }, "‍": { "codepoints": [8205], "characters": "\u200D" }, "‌": { "codepoints": [8204], "characters": "\u200C" } }; function decode(string) { let regex = /&(#[xX]?)?.*?;/g; string = string.replace(regex, (regexMatch) => { let strippedMatch = regexMatch.replace(/[&;]/g, ''); //If entity is defined by its codepoint if(strippedMatch.charAt(0) === '#') { strippedMatch = strippedMatch.replace(/#/, ''); let charCode; if(strippedMatch.charAt(0).toLowerCase() === 'x') { charCode = parseInt('0' + strippedMatch); } else { charCode = parseInt(strippedMatch); } return String.fromCharCode(charCode); } //If entity is defined by its acronym let ref = NAMED_CHARACTER_REFERENCES[regexMatch]; if(ref) { return ref.characters; } return regexMatch; }); return string; } //Encode characters described above into HTML safe text function encode(string) { return string.replace(/[\u00A0-\uFFFF<>&'"]/g, (i) => { return '&#'+i.charCodeAt(0)+';'; }); } ================================================ FILE: manifest.json ================================================ { "name": "__MSG_extension_name__", "short_name": "find+", "version": "1", "author": [ "Michael Walz", "Brandon Richardson" ], "manifest_version": 3, "description": "__MSG_extension_description__", "default_locale": "en", "permissions": [ "activeTab", "background", "storage", "contextMenus", "scripting" ], "host_permissions": [ "" ], "icons": { "128": "resources/icon.png", "16": "resources/icon.png", "48": "resources/icon.png" }, "action": { "default_icon": { "128": "resources/icon.png", "16": "resources/icon.png", "48": "resources/icon.png" }, "default_popup": "popup/popup.html" }, "background": { "service_worker": "/background/service_worker.js" }, "content_scripts": [ { "matches": [ "" ], "all_frames": false, "run_at": "document_end", "js": [ "app.js", "/lib/html-entity-handler/entityhandler.js", "/content/content.js", "/content/parser.js", "/content/highlighter.js" ] } ], "omnibox": { "keyword": "findplus" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } }, "offline_enabled": true, "incognito": "split" } ================================================ FILE: manifest_firefox.json ================================================ { "name": "__MSG_extension_name__", "short_name": "find+", "version": "1", "author": "Brandon Richardson, Michael Walz", "manifest_version": 2, "description": "__MSG_extension_description__", "default_locale": "en", "permissions": [ "activeTab", "storage", "contextMenus", "" ], "icons": { "128": "resources/icon.png", "16": "resources/icon.png", "48": "resources/icon.png" }, "browser_action": { "default_icon": "resources/icon.png", "default_popup": "popup/popup.html" }, "background": { "scripts": [ "app.js", "/background/browser-action-proxy.js", "/background/content-proxy.js", "/background/background.js", "/background/omni.js" ] }, "content_scripts": [{ "matches": [""], "all_frames": false, "run_at": "document_end", "js": [ "app.js", "/lib/html-entity-handler/entityhandler.js", "/content/content.js", "/content/parser.js", "/content/highlighter.js" ] }], "omnibox": { "keyword" : "findplus" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } } } ================================================ FILE: popup/css/extension.css ================================================ /* Styles Common to Entire Extension */ body { margin: 3px; width: 410px; background-color: white; } div.pane { display: none; background-color: #eeeeee; border-radius: 3px; padding: 5px; margin-top: 3px; margin-bottom: 3px; } /* Fonts */ .def-font, .pane-header { font-family: "Segoe UI", Tahoma, sans-serif; font-size: small; color: black; } .pane-header { vertical-align: middle; display: block; } /* Input Field */ input.field { background-color: transparent; border: 0 solid; } input.field textarea:focus, input:focus { outline: none; } input.field#search-field { flex: auto; } /* Text Button */ button.text-btn { white-space: nowrap; background-color: white; color: black; border: 2px solid white; border-radius: 3px; font-family: "Arial", Arial, sans-serif; font-size: 12px; margin: auto 3px auto auto; vertical-align: middle; } button.text-btn:hover { box-shadow: 1px 1px 12px 1px rgba(196,196,196,1); } button.text-btn:focus { outline: none; } button.text-btn.warn { background-color: #e84545; color: white; border: 2px solid #e84545; } /* Controls Button */ button.controls-button { display: block; background: transparent no-repeat center; border-width: 0; border-radius: 2px; width: 25px; height: 25px; padding: 0; } button.controls-button:focus { outline: none; } button.controls-button:hover { background-color: #eaeaea; } button.controls-button:active { border-radius: 25px; background-color: #dadada; } button.controls-button:disabled { background-color: transparent; opacity: 0.2; } div.controls-button-cell { width: 25px; height: 25px; } ================================================ FILE: popup/css/messagepane.css ================================================ /* Message Pane Style */ div.pane#extension-message-body { padding: 0; } table#message-table { background-color: #eeeeee; border-radius: 3px; padding: 3px; } span#extension-limitation-internal-restricted-browser-page-text, span#extension-limitation-pdf-fileview-text, span#extension-limitation-offline-file-search-text { color: #FF0000; display: none; } img#exclamation-icon { width: 20px; height: 20px; padding: 10px; } ================================================ FILE: popup/css/optionspane.css ================================================ /* Extension Options Pane */ table#regex-options-table { width: 100%; padding: 5px; } td.options-table-toggle-cell { width: 32px; height: 17px; padding: 0; } img.information-hover-icon { width: 10px; height: 10px; } /* Switch and Slider Components */ label.switch { position: relative; display: inline-block; width: 30px; height: 17px; } label.switch input { display:none; } div.toggle-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; } div.toggle-slider:before { position: absolute; content: ''; height: 13px; width: 13px; left: 2px; bottom: 2px; background-color: white; transition: .4s; } input:checked + .toggle-slider { background-color: #ff9600; } input:focus + .toggle-slider { box-shadow: 0 0 1px #ff9600; } input:checked + .toggle-slider:before { transform: translateX(13px); } div#options-controls-container { width: 100%; margin-top: 10px; margin-bottom: 5px; overflow: hidden; } button#reset-options-button { float: right; } /* Slider CSS */ .slider-container { display: inline-flex; width: 100%; } .slider { -moz-appearance: none; -webkit-appearance: none; width: 100%; height: 6px; border-radius: 5px; background: #ff9600; outline: none; margin: auto auto auto 3px; } .slider::-webkit-slider-thumb { -webkit-appearance: none; width: 10px; height: 10px; border-radius: 50%; border: 2px solid white; background: #666; cursor: pointer; transition: background .15s ease-in-out; } .slider::-moz-range-thumb { -moz-appearance: none; width: 10px; height: 10px; border-radius: 50%; border: 2px solid white; background: #666; cursor: pointer; transition: background .15s ease-in-out; } .slider::-webkit-slider-thumb:hover { background: #eee; } .slider::-webkit-slider-thumb:active { background: #eee; } .slider::-moz-range-track { background: none; border: none; } .slider-value { display: inline-block; position: relative; min-width: 50px; color: #fff; text-align: center; border-radius: 3px; background: #ff9600; padding: 5px 10px; font-family: monospace; font-size: 12px; vertical-align: middle; margin: auto 4px auto 8px; } .slider-value:after { position: absolute; top: 5px; left: -5px; width: 0; height: 0; border-top: 5px solid transparent; border-right: 5px solid #ff9600; border-bottom: 5px solid transparent; content: ''; } .color-slider { background: linear-gradient(to right,hsl(0,100%,50%),hsl(60,100%,50%),hsl(120,100%,50%),hsl(180,100%,50%),hsl(240,100%,50%),hsl(300,100%,50%),hsl(360,100%,50%)); } .color-saturation-slider { background: linear-gradient(to right,hsl(0,0%,100%),hsl(0,0%,0%)); } .color-value-slider { background: linear-gradient(to right,hsl(0,0%,0%),hsl(0,0%,100%)); } .color-slider-value { white-space: nowrap; } .color-indicator { width: 20px; height: 20px; border-radius: 50%; display: inline-block; border: 2px solid white; flex: none; margin: 3px auto; } .color-indicator#index-highlight-color-indicator { background: #fff000; } .color-indicator#all-highlight-color-indicator { background: #ff9813; } ================================================ FILE: popup/css/replacepane.css ================================================ /* Replace Pane Body */ div#replace-body-container { max-width: 100%; display: flex; justify-content: center; align-items: center; } div#replace-field-container, div#replace-controls-container { display: inline-flex; align-items: center; } div#replace-field-container { width: 100%; padding-right: 5px; } div#replace-controls-container { padding-left: 5px; } input.field#replace-field { flex: auto; } /* Replace Control Buttons */ button.replace-button { background: transparent no-repeat center; border-width: 0; border-radius: 2px; vertical-align: middle; white-space: nowrap; } button.replace-button:focus { outline: none; } button.replace-button:hover { background-color: #ffffff; } button.replace-button:active { border-radius: 30px; background-color: #ffffff; } button.replace-button:disabled { background-color: transparent; opacity: 0.2; } ================================================ FILE: popup/css/savedexpressionspane.css ================================================ /* extension message style */ div#saved-expressions-body { overflow: hidden; } div#saved-expressions-body-header-container { margin-bottom: 5px; } div#saved-expressions-entry-list { max-height: 300px; overflow: auto; } div.saved-expression-entry { margin: 3px 3px 5px 3px; box-shadow: 0 0 5px 0 rgba(0,0,0,0.5); border-radius: 3px; background-color: #fff; display: flex; } button.saved-expression-entry-button { width: 100%; text-align: left; padding-left: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } span.saved-expression-entry-text { margin-left: 5px; } div#saved-expressions-body-controls { float: right; margin-top: 5px; } button.controls-button.delete-saved-expression-entry-button { background-image: url(/popup/img/icon/cross.svg); background-size: 12px 12px; } ================================================ FILE: popup/css/searchpane.css ================================================ /* Search Pane Style */ div#popup-body { width: 100%; } div#popup-body-container { max-width: 100%; display: flex; justify-content: center; align-items: center; } div#search-field-container, div#search-controls-container { display: inline-flex; } div#search-field-container { width: 100%; } div#search-controls-container { border-left: 1px solid #e0e0e0; margin-left: 5px; } div#search-info { min-width: 60px; text-align: right; user-select: none; cursor: default; } span#index-text { color: #888888; white-space: nowrap; text-align: right; } img.extension-error-icon { width: 10px; height: 10px; display: none; } button.controls-button#search-prev-button { background-image: url(/popup/img/icon/chevron-up.svg); background-size: 12px 12px; } button.controls-button#search-next-button { background-image: url(/popup/img/icon/chevron-down.svg); background-size: 12px 12px; } button.controls-button#search-toggle-options-button { background-image: url(/popup/img/icon/wrench.svg); background-size: 12px 12px; } button.controls-button#saved-expressions-toggle-button { background-image: url(/popup/img/icon/bookmark.svg); background-size: 12px 12px; } button.controls-button#copy-text-to-clipboard-button { background-image: url(/popup/img/icon/copy-to-clipboard-line.svg); background-size: 12px 12px; } button.controls-button#close-button { background-image: url(/popup/img/icon/cross.svg); background-size: 10px 10px; } button.controls-button#find-replace-button { background-image: url(/popup/img/icon/document-remove.svg); background-size: 12px 12px; } ================================================ FILE: popup/js/background-proxy.js ================================================ 'use strict'; /** * Create the Popup BackgroundProxy namespace. * */ Find.register('Popup.BackgroundProxy', function (self) { let port = Find.browser.runtime.connect({name: 'popup_to_background_port'}); /** * Register the port message listener. * */ self.openConnection = function() { registerPortListener(port); }; /** * Close the port. * */ self.closeConnection = function() { port.disconnect(); }; /** * Post a message to the background script. * * @param {object} message - The message to post to the background script. * */ self.postMessage = function(message) { port.postMessage(message); }; /** * Register the post message listener. * * @private * @param {object} port - The port to the background script * */ function registerPortListener(port) { port.onMessage.addListener(messageHandler); } /** * Delegate actions from the message contents. * * @private * @param {object} response - The message received from the port. * */ function messageHandler(response) { switch(response.action) { case 'install': Find.Popup.BrowserAction.showInstallUpdateDetails(response.details); break; case 'browser_action_init': Find.Popup.BrowserAction.startExtension(response.response); break; case 'index_update': Find.Popup.BrowserAction.updateIndex(response.index, response.total); break; case 'get_occurrence': Find.Popup.BrowserAction.copyTextToClipboard(response.response); break; case 'invalidate': Find.Popup.BrowserAction.updateSearch(); break; case 'close': Find.Popup.BrowserAction.closeExtension(); break; case 'empty_regex': case 'invalid_regex': default: Find.Popup.BrowserAction.error(response.action); } } }); ================================================ FILE: popup/js/browser-action.js ================================================ 'use strict'; /** * Create the Popup BrowserAction namespace. * */ Find.register('Popup.BrowserAction', function (self) { let initialized = false; let index = 0; /** * Register event handlers and initialize extension browser action. * */ self.init = function() { Find.Popup.BackgroundProxy.openConnection(); Find.Popup.BackgroundProxy.postMessage({action: 'browser_action_init'}); document.body.addEventListener('keyup', (e) => { if(e.code === 'KeyO' && e.ctrlKey && e.altKey) { //CTRL+ALT+O => Toggle Options Pane Find.Popup.OptionsPane.toggle(); Find.Popup.ReplacePane.show(false); Find.Popup.SavedExpressionsPane.show(false); } else if(e.code === 'KeyR' && e.ctrlKey && e.altKey) { //CTRL+ALT+R => Toggle Replace Pane Find.Popup.ReplacePane.toggle(); Find.Popup.OptionsPane.show(false); Find.Popup.SavedExpressionsPane.show(false); } else if(e.code === 'KeyH' && e.ctrlKey && e.altKey) { //CTRL+ALT+R => Toggle Replace Pane Find.Popup.SavedExpressionsPane.toggle(); Find.Popup.OptionsPane.show(false); Find.Popup.ReplacePane.show(false); } }, true); document.getElementById('popup-body').addEventListener('click', () => { Find.Popup.SearchPane.focusSearchField(); }); Find.Popup.SearchPane.focusSearchField(); }; /** * Initialize the browser action popup based on the current state of the active tab. * * If the URL is valid and reachable, the search field is either populated with the text selected * in the page or the last search query pulled from local storage. * * If the URL is not valid or cannot be reached, an appropriate error message is shown. * * @param {object} initInformation - An object that contains information about the current session. * */ self.startExtension = function(initInformation) { let url = initInformation.activeTab.url; // this is the only time we have the active window hostname Find.Popup.History.setHostname(new URL(url).hostname); if(isWithinBrowserNamespace(url) || isWithinBrowserWebsiteNamespace(url)) { Find.Popup.MessagePane.showInternalRestrictedBrowserPageErrorMessage(); self.error('forbidden_url'); } else if(isPDF(url)) { Find.Popup.MessagePane.showPDFSearchErrorMessage(); self.error('pdf_unsupported'); } else if(isLocalFile(url) && !initInformation.isReachable) { Find.Popup.MessagePane.showOfflineFileErrorMessage(); self.error('offline_file'); } else { if(initInformation.iframes > 0) { Find.Popup.SearchPane.flashIframesFoundWarningIcon(); } if(initInformation.selectedText) { Find.Popup.SearchPane.setSearchFieldText(initInformation.selectedText); Find.Popup.SearchPane.selectSearchField(); self.updateSearch(); } else if(initInformation.regex != null) { Find.Popup.SearchPane.setSearchFieldText(initInformation.regex); Find.Popup.SearchPane.selectSearchField(); self.updateSearch(); } else { Find.Popup.History.retrieveForHost((expression) => { if (expression) { Find.Popup.SearchPane.setSearchFieldText(expression); } Find.Popup.SearchPane.selectSearchField(); self.updateSearch(); }); } } }; /** * Close the extension. * */ self.closeExtension = function() { Find.Popup.BackgroundProxy.closeConnection(); window.close(); }; /** * Update the current search query. * */ self.updateSearch = function() { initialized = true; let regex = Find.Popup.SearchPane.getSearchFieldText(); let options = Find.Popup.OptionsPane.getOptions(); Find.Popup.BackgroundProxy.postMessage({action: 'update', regex: regex, options: options}); Find.Popup.History.saveForHost(regex); }; /** * Seek forward to the next occurrence of the regex. * * If the search has not yet been initialized, it will invoke updateSearch(). * */ self.seekForwards = function() { if(!initialized) { self.updateSearch(); return; } let options = Find.Popup.OptionsPane.getOptions(); Find.Popup.BackgroundProxy.postMessage({action: 'next', options: options}); Find.Popup.SearchPane.focusSearchField(); }; /** * Seek backwards to the previous occurrence of the regex. * * If the search has not yet been initialized, it will invoke updateSearch(). * */ self.seekBackwards = function() { if(!initialized) { self.updateSearch(); return; } let options = Find.Popup.OptionsPane.getOptions(); Find.Popup.BackgroundProxy.postMessage({action: 'previous', options: options}); Find.Popup.SearchPane.focusSearchField(); }; /** * Replace the current occurrence with the text in the replace field, and seek to the next occurrence. * */ self.replaceNext = function() { let replaceWith = Find.Popup.ReplacePane.getReplaceFieldText(); let options = Find.Popup.OptionsPane.getOptions(); Find.Popup.BackgroundProxy.postMessage({action: 'replace_next', index: index, replaceWith: replaceWith, options: options}); }; /** * Replace all occurrences with the text in the replace field. * */ self.replaceAll = function() { let replaceWith = Find.Popup.ReplacePane.getReplaceFieldText(); let options = Find.Popup.OptionsPane.getOptions(); Find.Popup.BackgroundProxy.postMessage({action: 'replace_all', replaceWith: replaceWith, options: options}); }; /** * Follow the link at the current search index. * */ self.followLink = function() { if(!initialized) { self.updateSearch(); return; } let options = Find.Popup.OptionsPane.getOptions(); Find.Popup.BackgroundProxy.postMessage({action: 'follow_link', options: options}); }; /** * Issue a message to the background script requesting the current occurrence of the regex. * * @param {object} options - The options to be used by the background script. * */ self.getOccurrence = function(options) { if(!initialized) { self.updateSearch(); return; } Find.Popup.BackgroundProxy.postMessage({action: 'get_occurrence', options: options}); }; /** * Copy a given string to the clipboard. * * @param {string} text - The text to copy to the clipboard * */ self.copyTextToClipboard = function(text) { navigator.clipboard.writeText(text).then(() => { Find.Popup.SearchPane.flashClipboardCopyIcon(); }).catch(() => { Find.Popup.SearchPane.flashClipboardCopyErrorIcon(); }); }; /** * Update the current search index. Disable buttons if the total is zero. * * @param {number} newIndex - The new occurrence index. * @param {number} total - The total number of occurrences. * */ self.updateIndex = function(newIndex, total) { index = newIndex; Find.Popup.SearchPane.updateIndexText(index, total); Find.Popup.SearchPane.showMalformedRegexIcon(false); Find.Popup.SearchPane.enableButtons(total !== 0); Find.Popup.ReplacePane.enableButtons(total !== 0); }; /** * Reset the index, disable buttons, clear the index text. * * If the reason is 'invalid_regex', the malformed regex icon is shown. * * @param {string} reason - The cause of the error. * */ self.error = function(reason) { index = 0; Find.Popup.SearchPane.enableButtons(false); Find.Popup.ReplacePane.enableButtons(false); Find.Popup.SearchPane.clearIndexText(); Find.Popup.SearchPane.showMalformedRegexIcon(reason === 'invalid_regex'); }; /** * Momentarily display the install/update icon in the search pane. * * @param {object} details - A simple object containing a single key 'reason', with the value 'install' or 'update'. * */ self.showInstallUpdateDetails = function(details) { if(details.reason === 'install') { Find.Popup.SearchPane.flashInstallInformationIcon(); } else if(details.reason === 'update') { Find.Popup.SearchPane.flashUpdateInformationIcon(); } }; /** * Return whether or not the given url is within the browser internal namespace. * * @private * @return {boolean} True if URL is within the browser internal namespace, false otherwise. * */ function isWithinBrowserNamespace(url) { if(url.match(/^(about|view-source):.*/)) { return true; } if(Find.browserId !== 'Firefox') { return url.match(/^(chrome(-extension)?|edge):\/\/.*/); } else { return url.match(/^moz-extension:\/\/.*/); } } /** * Return whether or not the given url is within the browser official website or newtab namespace. * * @private * @return {boolean} True if URL is within the browser official website or newtab namespace, false otherwise. * */ function isWithinBrowserWebsiteNamespace(url) { if(Find.browserId !== 'Firefox') { return url.match(/^https:\/\/chrome\.google\.com\/webstore\/.*/) || url.match(/^https:\/\/chromewebstore\.google\.com\/.*/) || url.match(/^https:\/\/microsoftedge\.microsoft\.com\/.*/) || url.match(/^https:\/\/google\.[^\/]*\/_\/chrome\/newtab.*/); } else { return url.match(/^https:\/\/addons\.mozilla\.org\/.*/) || url.match(/^https:\/\/support\.mozilla\.org\/.*/); } } /** * Return whether or not the given url is a PDF. * * @private * @return {boolean} True if URL is a PDF, false otherwise. * */ function isPDF(url) { return url.match(/.*\.pdf$/i); } /** * Return whether or not the given url is a local file. * * @private * @return {boolean} True if URL is a local file, false otherwise. * */ function isLocalFile(url) { return url.match(/^file:\/\/.*/i); } }); ================================================ FILE: popup/js/history.js ================================================ 'use strict'; /** * Create the Popup History namespace. * * This namespace is responsible for retrieving and persisting previous search * queries for specific hosts. It's mostly a facade for the Find.Popup.Storage * API that has caching capabilities and logic for pruning old history. * */ Find.register('Popup.History', function (self) { let cachedHistory = null; let currentHostname = null; /** * Since the hostname is only available when the popup is initialized, * the hostname can be set here at initialization time and so it can * be referenced later. * * @param {string} hostname - The hostname of the current page in the active tab. * */ self.setHostname = function (hostname) { currentHostname = hostname; }; /** * Retrieve the last search query for the current host, passing the * result to the given callback function. * * If the current hostname is not set, or no history data exists for * this host, null is passed to the callback. * * @param {function} callback - The callback function, accepting a single * argument that is the last known search query for this host, or null * if current hostname is not set, or no such information exists. * */ self.retrieveForHost = function(callback) { if (!currentHostname) { callback(); return; } Find.Popup.Storage.retrieveHistory((history) => { if (history && history[currentHostname]) { callback(history[currentHostname].expression); cachedHistory = history; } else { callback(null); } }); }; /** * Update the history entry for the current host with the new expression, * invoking the given callback when the operation is complete. * * If the number of history entries for all hosts exceeds 100, old queries * are pruned. * * @param {string} expression - The query/expression to save for the current host * @param {function} callback - The optional callback function invoked when the * operation is complete. * */ self.saveForHost = function(expression, callback) { if (!callback) { callback = () => {}; } if (!currentHostname) { callback(); return; } // if we cached the history, don't bother fetching from local storage if (cachedHistory) { cachedHistory[currentHostname] = { expression: expression, timestamp: Date.now() }; // prune and save cachedHistory = prune(cachedHistory); Find.Popup.Storage.saveHistory(cachedHistory, callback); } else { Find.Popup.Storage.retrieveHistory((history) => { if (!history) { history = {}; } history[currentHostname] = { expression: expression, timestamp: Date.now() }; history = prune(history); Find.Popup.Storage.saveHistory(history, () => { cachedHistory = history; callback(); }); }); } }; /** * Prune old search history data to avoid exceeding localstorage space * limitations. * * History will only be pruned if the number of entries exceeds 100. If * exceeded, the oldest entries will be removed. * * @private * @param {object} history - History data. * @return {object} Pruned history data. * */ function prune(history) { // only prune of number of items is over 100 if (history && Object.keys(history).length <= 100) return history; let temporary = []; for (let key in history) { temporary.push({k: key, v: history[key]}); } temporary.sort((a, b) => { return a.v.timestamp - b.v.timestamp; }); temporary = temporary.slice((temporary.length - 100), temporary.length); let prunedHistory = {}; for (let element of temporary) { prunedHistory[element.k] = element.v; } return prunedHistory; } }); ================================================ FILE: popup/js/i18n.js ================================================ 'use strict'; /** * Create the Popup BackgroundProxy namespace. * */ Find.register('Popup.i18n', function (self) { /** * Internationalize the browser action popup. * * Queries all elements with the attributes data-locale-title, data-locale-placeholder and data-locale-text, * and replaces the title, placeholder or text with the localized string from the attribute value. * */ self.init = function() { let localizedTitles = document.querySelectorAll('[data-locale-title]'); for (let i = 0; i < localizedTitles.length; i++) { let el = localizedTitles[i]; el.title = self.getLocalizedString(el.dataset.localeTitle); } let localizedPlaceholders = document.querySelectorAll('[data-locale-placeholder]'); for (let i = 0; i < localizedPlaceholders.length; i++) { let el = localizedPlaceholders[i]; el.placeholder = self.getLocalizedString(el.dataset.localePlaceholder); } let localizedText = document.querySelectorAll('[data-locale-text]'); for (let i = 0; i < localizedText.length; i++) { let el = localizedText[i]; el.innerText = self.getLocalizedString(el.dataset.localeText); } }; /** * Extract a localized string from the browser i18n util. * * @param {string} messageKey - The key for the message. * @return {string} The localized string. * */ self.getLocalizedString = function(messageKey) { return Find.browser.i18n.getMessage(messageKey); }; }); ================================================ FILE: popup/js/message-pane.js ================================================ 'use strict'; /** * Create the Popup MessagePane namespace. * */ Find.register('Popup.MessagePane', function (self) { /** * Display an error message that indicates that the current URL is forbidden. * */ self.showInternalRestrictedBrowserPageErrorMessage = function() { document.getElementById('extension-message-body').style.display = 'initial'; document.getElementById('extension-limitation-internal-restricted-browser-page-text').style.display = 'initial'; } /** * Display an error message that indicates that the current page cannot be parsed. * */ self.showPDFSearchErrorMessage = function() { document.getElementById('extension-message-body').style.display = 'initial'; document.getElementById('extension-limitation-pdf-fileview-text').style.display = 'initial'; }; /** * Display an error message that indicates that the current page cannot be parsed. * */ self.showOfflineFileErrorMessage = function() { document.getElementById('extension-message-body').style.display = 'initial'; document.getElementById('extension-limitation-offline-file-search-text').style.display = 'initial'; }; }); ================================================ FILE: popup/js/options-pane.js ================================================ 'use strict'; /** * Create the Popup OptionsPane namespace. * */ Find.register('Popup.OptionsPane', function (self) { /** * Default options. This object and all of it's properties are immutable. * To use this object, it must be cloned into a mutable object. * * To clone this object: * let mutableOptions = JSON.parse(JSON.stringify(DEFAULT_OPTIONS)); * */ const DEFAULT_OPTIONS = Object.freeze({ find_by_regex: true, match_case: true, persistent_highlights: false, persistent_storage_incognito: false, hide_options_button: false, hide_saved_expressions_button: false, hide_clipboard_button: true, hide_find_replace_button: true, max_results: 0, index_highlight_color: Object.freeze({ hue: 34, saturation: 0.925, value: 1, hexColor: '#ff9813' }), all_highlight_color: Object.freeze({ hue: 56, saturation: 1, value: 1, hexColor: '#fff000' }) }); let options = JSON.parse(JSON.stringify(DEFAULT_OPTIONS)); /** * Register event handlers and initialize options pane. * */ self.init = function() { Find.Popup.Storage.retrieveOptions((data) => { options = adaptOptions(data); applyOptions(); Find.Popup.Storage.saveOptions(options); if(Find.incognito) { Find.Popup.Storage.lockStorage(!options.persistent_storage_incognito); } }); //Add toggle switches event listeners document.getElementById('regex-option-regex-disable-toggle').addEventListener('change', (e) => { options.find_by_regex = e.target.checked; Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); document.getElementById('regex-option-case-insensitive-toggle').addEventListener('change', (e) => { options.match_case = e.target.checked; Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); document.getElementById('regex-option-persistent-highlights-toggle').addEventListener('change', (e) => { options.persistent_highlights = e.target.checked; Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); document.getElementById('regex-option-persistent-storage-incognito-toggle').addEventListener('change', (e) => { options.persistent_storage_incognito = e.target.checked; Find.Popup.Storage.lockStorage(false); Find.Popup.Storage.saveOptions(options); Find.Popup.Storage.lockStorage(!options.persistent_storage_incognito); }); document.getElementById('hide-option-pane-toggle-option-toggle').addEventListener('change', (e) => { options.hide_options_button = e.target.checked; Find.Popup.Storage.saveOptions(options); Find.Popup.SearchPane.hideOptionsPaneToggleButton(options.hide_options_button); }); document.getElementById('hide-saved-expressions-pane-toggle-option-toggle').addEventListener('change', (e) => { options.hide_saved_expressions_button = e.target.checked; Find.Popup.Storage.saveOptions(options); Find.Popup.SearchPane.hideSavedExpressionsPaneToggleButton(options.hide_saved_expressions_button); }); document.getElementById('hide-copy-to-clipboard-option-toggle').addEventListener('change', (e) => { options.hide_clipboard_button = e.target.checked; Find.Popup.Storage.saveOptions(options); Find.Popup.SearchPane.hideCopyOccurrencesToClipboardButton(options.hide_clipboard_button); }); document.getElementById('find-replace-toggle-option-toggle').addEventListener('change', (e) => { options.hide_find_replace_button = e.target.checked; Find.Popup.Storage.saveOptions(options); Find.Popup.SearchPane.hideFindReplacePaneToggleButton(options.hide_find_replace_button); }); //Add max results slider event listeners let maxResultsSlider = document.getElementById('max-results-slider'); maxResultsSlider.addEventListener('change', (e) => { const rangeValues = [1,10,25,50,75,100,150,200,300,400,0]; let sliderValue = e.target.value; options.max_results = rangeValues[sliderValue]; Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); maxResultsSlider.addEventListener('input', (e) => { const rangeValues = [1,10,25,50,75,100,150,200,300,400,0]; let sliderValue = e.target.value; options.max_results = rangeValues[sliderValue]; applyMaxResultsSliderOptions(); }); //Add index highlight color slider listeners let indexHighlightHueSlider = document.getElementById('index-highlight-hue-slider'); indexHighlightHueSlider.addEventListener('change', (e) => { options.index_highlight_color.hue = e.target.value; options.index_highlight_color.hexColor = getIndexHighlightColorCode(); Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); indexHighlightHueSlider.addEventListener('input', (e) => { options.index_highlight_color.hue = e.target.value; options.index_highlight_color.hexColor = getIndexHighlightColorCode(); applyIndexHighlightColorSliderOptions(); }); let indexHighlightSaturationSlider = document.getElementById('index-highlight-saturation-slider'); indexHighlightSaturationSlider.addEventListener('change', (e) => { options.index_highlight_color.saturation = e.target.value; options.index_highlight_color.hexColor = getIndexHighlightColorCode(); Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); indexHighlightSaturationSlider.addEventListener('input', (e) => { options.index_highlight_color.saturation = e.target.value; options.index_highlight_color.hexColor = getIndexHighlightColorCode(); applyIndexHighlightColorSliderOptions(); }); let indexHighlightValueSlider = document.getElementById('index-highlight-value-slider'); indexHighlightValueSlider.addEventListener('change', (e) => { options.index_highlight_color.value = e.target.value; options.index_highlight_color.hexColor = getIndexHighlightColorCode(); Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); indexHighlightValueSlider.addEventListener('input', (e) => { options.index_highlight_color.value = e.target.value; options.index_highlight_color.hexColor = getIndexHighlightColorCode(); applyIndexHighlightColorSliderOptions(); }); let indexHighlightColorHexCodeField = document.getElementById('index-highlight-color-value'); indexHighlightColorHexCodeField.addEventListener('input', (e) => { let hexColor = e.target.innerText; if(!hexColor.match(/#[0-9a-f]{6}/)) { return; } let color = new SimpleColor({hexCode: hexColor}); options.index_highlight_color.hue = color.getHue(); options.index_highlight_color.saturation = color.getSaturation(); options.index_highlight_color.value = color.getValue(); options.index_highlight_color.hexColor = hexColor; applyIndexHighlightColorSliderOptions(); Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); //Add all highlight color slider listeners let allHighlightHueSlider = document.getElementById('all-highlight-hue-slider'); allHighlightHueSlider.addEventListener('change', (e) => { options.all_highlight_color.hue = e.target.value; options.all_highlight_color.hexColor = getAllHighlightColorCode(); Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); allHighlightHueSlider.addEventListener('input', (e) => { options.all_highlight_color.hue = e.target.value; options.all_highlight_color.hexColor = getAllHighlightColorCode(); applyAllHighlightColorSliderOptions(); }); let allHighlightSaturationSlider = document.getElementById('all-highlight-saturation-slider'); allHighlightSaturationSlider.addEventListener('change', (e) => { options.all_highlight_color.saturation = e.target.value; options.all_highlight_color.hexColor = getAllHighlightColorCode(); Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); allHighlightSaturationSlider.addEventListener('input', (e) => { options.all_highlight_color.saturation = e.target.value; options.all_highlight_color.hexColor = getAllHighlightColorCode(); applyAllHighlightColorSliderOptions(); }); let allHighlightValueSlider = document.getElementById('all-highlight-value-slider'); allHighlightValueSlider.addEventListener('change', (e) => { options.all_highlight_color.saturation = e.target.value; options.all_highlight_color.hexColor = getAllHighlightColorCode(); Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); allHighlightValueSlider.addEventListener('input', (e) => { options.all_highlight_color.value = e.target.value; options.all_highlight_color.hexColor = getAllHighlightColorCode(); applyAllHighlightColorSliderOptions(); }); let allHighlightColorHexCodeField = document.getElementById('all-highlight-color-value'); allHighlightColorHexCodeField.addEventListener('input', (e) => { let hexColor = e.target.innerText; if(!hexColor.match(/#[0-9a-f]{6}/)) { return; } let color = new SimpleColor({hexCode: hexColor}); options.all_highlight_color.hue = color.getHue(); options.all_highlight_color.saturation = color.getSaturation(); options.all_highlight_color.value = color.getValue(); options.all_highlight_color.hexColor = hexColor; applyAllHighlightColorSliderOptions(); Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); //Add reset all options button listener let resetAllOptionsButton = document.getElementById('reset-options-button'); resetAllOptionsButton.addEventListener('click', () => { options = JSON.parse(JSON.stringify(DEFAULT_OPTIONS)); applyOptions(); Find.Popup.Storage.saveOptions(options); Find.Popup.BrowserAction.updateSearch(); }); }; /** * Show or hide the options pane. * * @param {boolean} value - Undefined or true to display the options pane, false to hide. * */ self.show = function(value) { let el = document.getElementById('options-body'); if(value === undefined || value) { el.style.display = 'inherit'; } else { el.style.display = 'none'; } }; /** * Toggle the options pane. * */ self.toggle = function() { let el = document.getElementById('options-body'); if(el.style.display === 'none' || el.style.display === '') { self.show(true); } else { self.show(false); } }; /** * Return an object of values from the settings fields in the options pane. * * @return {object} an options object. * */ self.getOptions = function() { return options; }; /** * Apply an object representing a set of options to the options pane. * * @private * */ function applyOptions() { applyToggleOptions(); applyMaxResultsSliderOptions(); applyIndexHighlightColorSliderOptions(); applyAllHighlightColorSliderOptions(); } /** * Adapt a given object to represent a set of extension options. The main purpose of this function is to ensure * that option objects persisted in local storage have all the necessary fields, for backwards compatibility. * * If a key or value is missing in the object, it is created and assigned a default value. If newOptions * is null or undefined, the options object is created. * * @private * @param {object} [newOptions] - The options object to adapt * @return {object} A new object with the fields from the previous object, or default values if missing. * */ function adaptOptions(newOptions) { const defaultOptions = JSON.parse(JSON.stringify(DEFAULT_OPTIONS)); newOptions = newOptions || {}; return Object.assign({}, defaultOptions, newOptions); } /** * Build a SimpleColor to get the hex color code for the index_highlight_color option. * * @private * @returns {string} A hex color code for the index_highlight_color option. * */ function getIndexHighlightColorCode() { return new SimpleColor({ hue: options.index_highlight_color.hue, saturation: options.index_highlight_color.saturation, value: options.index_highlight_color.value }).getHexColorCode(); } /** * Build a SimpleColor to get the hex color code for the all_highlight_color option. * * @private * @returns {string} A hex color code for the all_highlight_color option. * */ function getAllHighlightColorCode() { return new SimpleColor({ hue: options.all_highlight_color.hue, saturation: options.all_highlight_color.saturation, value: options.all_highlight_color.value }).getHexColorCode(); } /** * Apply the options for find_by_regex, match_case and persistent_highlights to the various related components. * * @private * */ function applyToggleOptions() { document.getElementById('regex-option-regex-disable-toggle').checked = options.find_by_regex; document.getElementById('regex-option-case-insensitive-toggle').checked = options.match_case; document.getElementById('regex-option-persistent-highlights-toggle').checked = options.persistent_highlights; document.getElementById('regex-option-persistent-storage-incognito-toggle').checked = options.persistent_storage_incognito; document.getElementById('hide-option-pane-toggle-option-toggle').checked = options.hide_options_button; document.getElementById('hide-saved-expressions-pane-toggle-option-toggle').checked = options.hide_saved_expressions_button; document.getElementById('hide-copy-to-clipboard-option-toggle').checked = options.hide_clipboard_button; document.getElementById('find-replace-toggle-option-toggle').checked = options.hide_find_replace_button; Find.Popup.SearchPane.hideOptionsPaneToggleButton(options.hide_options_button); Find.Popup.SearchPane.hideSavedExpressionsPaneToggleButton(options.hide_saved_expressions_button); Find.Popup.SearchPane.hideCopyOccurrencesToClipboardButton(options.hide_clipboard_button); Find.Popup.SearchPane.hideFindReplacePaneToggleButton(options.hide_find_replace_button); } /** * Apply the options for max_results to the various related components. * * @private * */ function applyMaxResultsSliderOptions() { const rangeValues = [1,10,25,50,75,100,150,200,300,400,0]; document.getElementById('max-results-slider').value = rangeValues.indexOf(options.max_results); if(options.max_results === 0) { document.getElementById('max-results-slider-value').innerText = '∞'; } else { document.getElementById('max-results-slider-value').innerText = options.max_results.toString(); } } /** * Apply the options for index_highlight_color to the various related components. * * @private * */ function applyIndexHighlightColorSliderOptions() { //Index Highlight Color Options document.getElementById('index-highlight-hue-slider').value = options.index_highlight_color.hue; document.getElementById('index-highlight-saturation-slider').value = options.index_highlight_color.saturation; document.getElementById('index-highlight-value-slider').value = options.index_highlight_color.value; document.getElementById('index-highlight-color-value').innerText = options.index_highlight_color.hexColor; document.getElementById('index-highlight-color-indicator').setAttribute("style", "background: " + options.index_highlight_color.hexColor + ";"); let indexLowerSaturationColor = new SimpleColor({ hue: options.index_highlight_color.hue, saturation: 0, value: options.index_highlight_color.value }); let indexUpperSaturationColor = new SimpleColor({ hue: options.index_highlight_color.hue, saturation: 1, value: options.index_highlight_color.value }); document.getElementById('index-highlight-saturation-slider').setAttribute("style", "background: linear-gradient(to right," + indexLowerSaturationColor.getHexColorCode() + "," + indexUpperSaturationColor.getHexColorCode() + ");"); let indexLowerValueColor = new SimpleColor({ hue: options.index_highlight_color.hue, saturation: options.index_highlight_color.saturation, value: 0 }); let indexUpperValueColor = new SimpleColor({ hue: options.index_highlight_color.hue, saturation: options.index_highlight_color.saturation, value: 1 }); document.getElementById('index-highlight-value-slider').setAttribute("style", "background: linear-gradient(to right," + indexLowerValueColor.getHexColorCode() + "," + indexUpperValueColor.getHexColorCode() + ");"); } /** * Apply the options for all_highlight_color to the various related components. * * @private * */ function applyAllHighlightColorSliderOptions() { document.getElementById('all-highlight-hue-slider').value = options.all_highlight_color.hue; document.getElementById('all-highlight-saturation-slider').value = options.all_highlight_color.saturation; document.getElementById('all-highlight-value-slider').value = options.all_highlight_color.value; document.getElementById('all-highlight-color-value').innerText = options.all_highlight_color.hexColor; document.getElementById('all-highlight-color-indicator').setAttribute("style", "background: " + options.all_highlight_color.hexColor + ";"); let allLowerSaturationColor = new SimpleColor({ hue: options.all_highlight_color.hue, saturation: 0, value: options.all_highlight_color.value }); let allUpperSaturationColor = new SimpleColor({ hue: options.all_highlight_color.hue, saturation: 1, value: options.all_highlight_color.value }); document.getElementById('all-highlight-saturation-slider').setAttribute("style", "background: linear-gradient(to right," + allLowerSaturationColor.getHexColorCode() + "," + allUpperSaturationColor.getHexColorCode() + ");"); let allLowerValueColor = new SimpleColor({ hue: options.all_highlight_color.hue, saturation: options.all_highlight_color.saturation, value: 0 }); let allUpperValueColor = new SimpleColor({ hue: options.all_highlight_color.hue, saturation: options.all_highlight_color.saturation, value: 1 }); document.getElementById('all-highlight-value-slider').setAttribute("style", "background: linear-gradient(to right," + allLowerValueColor.getHexColorCode() + "," + allUpperValueColor.getHexColorCode() + ");"); } /** * Constructor for an immutable color object representing an RGB or HSV color. * * @constructor * @param {object} [properties] - Properties used to initialize the color object. If the properties object does not * take any of the forms above, it will by default use hue 0, saturation 0 and value 0. * */ let SimpleColor = function(properties) { let hue = 0; let saturation = 0; let value = 0; if('hue' in properties && 'saturation' in properties && 'value' in properties) { hue = properties.hue; saturation = properties.saturation; value = properties.value; } else if('red' in properties && 'green' in properties && 'blue' in properties) { let HSVColor = RGBToHSV(properties.red, properties.green, properties.blue); hue = HSVColor.hue; saturation = HSVColor.saturation; value = HSVColor.value; } else if('hexCode' in properties) { let RGBColor = hexColorCodeToRGB(properties.hexCode); let HSVColor = RGBToHSV(RGBColor.red, RGBColor.green, RGBColor.blue); hue = HSVColor.hue; saturation = HSVColor.saturation; value = HSVColor.value; } this.getHue = function() { return hue; }; this.getSaturation = function() { return saturation; }; this.getValue = function() { return value; }; this.getHexColorCode = function() { let RGBColor = HSVToRGB(hue, saturation, value); return RGBToHexColorCode(RGBColor.red, RGBColor.green, RGBColor.blue); }; /** * Convert a color in HSV to RGB. * * @param {number} hue - An integer value from 0 (inclusive) degrees to 360 (exclusive) * @param {number} saturation - A value between 0 and 1. * @param {number} value - A value between 0 and 1. * @return {object} an object with three fields, red green and blue, where each are integers between 0 * and 255 (inclusive) * */ function HSVToRGB(hue, saturation, value) { let chroma = value * saturation; let intermediate = chroma * (1 - Math.abs((hue / 60) % 2 - 1)); let match = value - chroma; let rgb = {}; if (hue >= 0 && hue < 60) { rgb.red = chroma; rgb.green = intermediate; rgb.blue = 0; } else if (hue >= 60 && hue < 120) { rgb.red = intermediate; rgb.green = chroma; rgb.blue = 0; } else if (hue >= 120 && hue < 180) { rgb.red = 0; rgb.green = chroma; rgb.blue = intermediate; } else if (hue >= 180 && hue < 240) { rgb.red = 0; rgb.green = intermediate; rgb.blue = chroma; } else if (hue >= 240 && hue < 300) { rgb.red = intermediate; rgb.green = 0; rgb.blue = chroma; } else if (hue >= 300 && hue < 360) { rgb.red = chroma; rgb.green = 0; rgb.blue = intermediate; } rgb.red = Math.floor((rgb.red + match) * 255); rgb.green = Math.floor((rgb.green + match) * 255); rgb.blue = Math.floor((rgb.blue + match) * 255); return rgb; } /** * Convert a color in RGB format to HSV. * * @param {number} red - An integer between 0 and 255 (inclusive) * @param {number} green - An integer between 0 and 255 (inclusive) * @param {number} blue - An integer between 0 and 255 (inclusive) * @return {object} an object with three keys, hue saturation and value. * */ function RGBToHSV(red, green, blue) { red = red / 255; green = green / 255; blue = blue / 255; let maxChroma = Math.max(red, green, blue); let minChroma = Math.min(red, green, blue); let delta = maxChroma - minChroma; let hue; if(delta === 0) { hue = 0; } else if(maxChroma === red) { hue = 60 * (((green - blue) / delta) % 6); } else if(maxChroma === green) { hue = 60 * (((blue - red) / delta) + 2); } else if(maxChroma === blue) { hue = 60 * (((red - green) / delta) + 4); } hue = Math.floor(hue); return { hue: hue < 0 ? hue + 360 : hue, saturation: maxChroma !== 0 ? delta / maxChroma : 0, value: maxChroma } } /** * Convert an RGB triplet in hexadecimal format to their individual RGB components. * * @param {string} hexCode - A hex color code with a length of 6, optionally preceded by # * @return {object} An object with red green and blue keys, or undefined if the hex code is not valid. * */ function hexColorCodeToRGB(hexCode) { hexCode = hexCode.replace('#',''); if(!hexCode.match(/[0-9a-f]{6}/)) { return undefined; } let bigint = parseInt(hexCode, 16); return { red: (bigint >> 16) & 255, green: (bigint >> 8) & 255, blue: bigint & 255 }; } /** * Convert RGB components into a hex color code. * * @param {red} red - An integer between 0 and 255 inclusive * @param {red} green - An integer between 0 and 255 inclusive * @param {red} blue - An integer between 0 and 255 inclusive * @return {string} hex color code from RGB values. * */ function RGBToHexColorCode(red, green, blue) { return "#" + ((1 << 24) + (red << 16) + (green << 8) + blue).toString(16).slice(1); } }; }); ================================================ FILE: popup/js/replace-pane.js ================================================ 'use strict'; /** * Create the Popup ReplacePane namespace. * */ Find.register('Popup.ReplacePane', function (self) { /** * Register event handlers. * */ self.init = function() { document.getElementById('replace-next-button').addEventListener('click', () => { Find.Popup.BrowserAction.replaceNext(); }); document.getElementById('replace-all-button').addEventListener('click', () => { Find.Popup.BrowserAction.replaceAll(); }); }; /** * Show or hide the replace pane. * * @param {boolean} value - True to show the pane, false to hide the pane. * */ self.show = function(value) { let el = document.getElementById('replace-body'); if(value === undefined || value) { el.style.display = 'inherit'; } else { el.style.display = 'none'; } }; /** * Toggle the options pane. * */ self.toggle = function() { let el = document.getElementById('replace-body'); if(el.style.display === 'none' || el.style.display === '') { self.show(true); } else { self.show(false); } }; /** * Retrieve the text in the replace field. * * @return {string} the text in the replace field. * */ self.getReplaceFieldText = function() { return document.getElementById('replace-field').value; }; /** * Set the replace field text to the given value. * * @param {string} text - The text to place in the replace field. * */ self.setReplaceFieldText = function(text) { document.getElementById('replace-field').value = text; }; /** * Place focus on the replace field. * */ self.focusSearchField = function() { document.getElementById('replace-field').focus(); }; /** * Select all the text in the replace field. * */ self.selectReplaceField = function() { document.getElementById('replace-field').select(); }; /** * Enable or disable the replace buttons. * * @param {boolean} enable - Undefined or true to enable the buttons, false to disable the buttons. * */ self.enableButtons = function(enable) { document.getElementById('replace-next-button').disabled = enable !== undefined && !enable; document.getElementById('replace-all-button').disabled = enable !== undefined && !enable; } }); ================================================ FILE: popup/js/saved-expressions-pane.js ================================================ 'use strict'; /** * Create the Popup SavedExpressionsPane namespace. * */ Find.register('Popup.SavedExpressionsPane', function (self) { /** * Initialize the saved expressions pane. Registers button event handlers, and loads * the saved expressions from local storage and builds expression entry elements. * */ self.init = function() { document.getElementById('clear-saved-expressions-button').addEventListener('click', () => { self.clearSavedExpressions(); }); document.getElementById('save-expression-entry-button').addEventListener('click', () => { self.saveEntry(); }); let parentEl = document.getElementById('saved-expressions-entry-list'); Find.Popup.Storage.retrieveSavedExpressions((data) => { if(data && data.length) { for(let index = 0; index < data.length; index++) { let entryEl = buildExpressionEntryElement(data[index]); parentEl.appendChild(entryEl); } } else { parentEl.appendChild(buildNullExpressionEntryElement()); } }); }; /** * Display or hide the saved expressions pane. * * @param {boolean} value - True to display the pane, false to hide. * */ self.show = function(value) { let el = document.getElementById('saved-expressions-body'); if(value === undefined || value) { el.style.display = 'inherit'; } else { el.style.display = 'none'; } }; /** * Toggle the saved expressions pane. If the pane is hidden, it will be shown. * Otherwise it will be hidden. * */ self.toggle = function() { let el = document.getElementById('saved-expressions-body'); if(el.style.display === 'none' || el.style.display === '') { self.show(true); } else { self.show(false); } }; /** * Save the regex from the search field into the local storage, and create * an expression entry in the saved expressions pane. * * If the regex already exists in the saved expressions, the entry is moved to the * front of the expressions array, and the entry in the saved expressions pane is placed * at the top. * */ self.saveEntry = function() { let regex = Find.Popup.SearchPane.getSearchFieldText(); if(!regex) { return; } Find.Popup.Storage.retrieveSavedExpressions((data) => { if(data) { //Remove existing entry, if it exists for(let index = 0; index < data.length; index++) { if(data[index] === regex) { data.splice(index, 1); break; } } } else { data = []; } data.unshift(regex); //Add new entry as first child let parentEl = document.getElementById('saved-expressions-entry-list'); for (let index = 0; index < parentEl.children.length; index++) { if(parentEl.children[index].dataset.regex === regex) { parentEl.removeChild(parentEl.children[index]); break; } } let entryEl = buildExpressionEntryElement(regex); parentEl.insertBefore(entryEl, parentEl.firstChild); //Remove null entry, if it exists let nullEntry = document.getElementById('null-entry'); if(nullEntry) { nullEntry.parentNode.removeChild(nullEntry); } console.log(data); Find.Popup.Storage.saveExpressions(data); }); }; /** * Remove all saved expression entries from the pane and local storage. * Inserts a null entry to describe to the user that no expression entries * exist. * */ self.clearSavedExpressions = function() { let parentEl = document.getElementById('saved-expressions-entry-list'); while (parentEl.firstChild) { parentEl.removeChild(parentEl.firstChild); } parentEl.appendChild(buildNullExpressionEntryElement()); Find.Popup.Storage.saveExpressions([]); }; /** * Construct an expression entry element, along with it's event handlers * and reference information. * * @private * @param {string} regex - The regular expression to display in the entry body. * */ function buildExpressionEntryElement(regex) { // Set search field with regex and update search. Also invoke saveEntry(), which // will place regex at top of saved expression entries and update local storage. let useEntryHandler = (e) => { Find.Popup.SearchPane.setSearchFieldText(e.currentTarget.parentElement.dataset.regex); self.saveEntry(); Find.Popup.BrowserAction.updateSearch(); }; // Remove entry from list and local storage. Also append null entry if no // entries exist. let deleteEntryHandler = (e) => { let entry = e.currentTarget.parentElement.parentElement; let regex = entry.dataset.regex; entry.parentNode.removeChild(entry); Find.Popup.Storage.retrieveSavedExpressions((data) => { if(data) { //Remove existing entry, if it exists for(let index = 0; index < data.length; index++) { if(data[index] === regex) { data.splice(index, 1); break; } } } let parentEl = document.getElementById('saved-expressions-entry-list'); if(!parentEl.children.length) { parentEl.appendChild(buildNullExpressionEntryElement()); } Find.Popup.Storage.saveExpressions(data); }); }; return ElementBuilder.create(document) .createElement('div') .addClass('saved-expression-entry') .setAttribute('data-regex', regex) .appendChild(ElementBuilder.create(document) .createElement('button') .addClass('saved-expression-entry-button', 'controls-button') .addEventListener('click', useEntryHandler) .appendChild(ElementBuilder.create(document) .createElement('img') .addClass('information-hover-icon') .setAttribute('src', '/resources/bookmark.svg') .setAttribute('data-locale-title', 'saved_expression_icon_title') .build()) .appendChild(ElementBuilder.create(document) .createElement('span') .addClass('saved-expression-entry-text', 'def-font') .setInnerText(regex) .build()) .build()) .appendChild(ElementBuilder.create(document) .createElement('div') .addClass('controls-button-cell') .appendChild(ElementBuilder.create(document) .createElement('button') .addClass('controls-button', 'delete-saved-expression-entry-button') .setAttribute('type', 'button') .setAttribute('data-locale-title', 'delete_saved_expression_icon_title') .addEventListener('click', deleteEntryHandler) .build()) .build()) .build(); } /** * Create a null entry with the given text as the body. * * @private * */ function buildNullExpressionEntryElement() { let text = Find.Popup.i18n.getLocalizedString("no_expressions_found_text"); return ElementBuilder.create(document) .createElement('div') .addClass('saved-expression-entry') .setAttribute('id', 'null-entry') .appendChild(ElementBuilder.create(document) .createElement('button') .addClass('saved-expression-entry-button', 'controls-button') .appendChild(ElementBuilder.create(document) .createElement('img') .addClass('information-hover-icon') .setAttribute('src', 'img/icon/bookmark.svg') .setAttribute('data-locale-title', 'saved_expression_icon_title') .build()) .appendChild(ElementBuilder.create(document) .createElement('span') .addClass('saved-expression-entry-text', 'def-font') .setAttribute('id', 'null-entry-text') .setInnerText(text) .build()) .build()) .build(); } /** * Simple DOM element builder class. * */ let ElementBuilder = function(doc) { let el = null; this.createElement = function(name) { el = doc.createElement(name); return this; }; this.appendChild = function(newEl) { el.appendChild(newEl); return this; }; this.addClass = function() { for(let index = 0; index < arguments.length; index++) { el.classList.add(arguments[index]); } return this; }; this.setAttribute = function(key, value) { el.setAttribute(key, value); return this; }; this.addEventListener = function(type, handler) { el.addEventListener(type, handler); return this; }; this.setInnerText = function(text) { el.innerText = text; return this; }; this.build = function() { return el; } }; ElementBuilder.create = function(doc) { return new ElementBuilder(doc); }; }); ================================================ FILE: popup/js/search-pane.js ================================================ 'use strict'; /** * Create the Popup SearchPane namespace. * */ Find.register('Popup.SearchPane', function (self) { /** * Register event handlers. * */ self.init = function() { document.getElementById('search-field').addEventListener('keyup', (e) => { if(e.ctrlKey && e.shiftKey && e.key === 'Enter') { //CTRL+SHIFT+ENTER => Enter Link Find.Popup.BrowserAction.followLink(); } else if((e.key === 'Enter' && e.shiftKey) || (e.key === 'F3' && e.shiftKey)) { //SHIFT+ENTER => Previous Highlight (seek) Find.Popup.BrowserAction.seekBackwards(); } else if(e.key === 'Escape' || (e.key === 'Enter' && e.ctrlKey)) { //ESC OR CTRL+ENTER => Close Extension Find.Popup.BrowserAction.closeExtension(); } else if(e.key === 'Enter' || e.key === 'F3') { //ENTER => Next Highlight (seek) Find.Popup.BrowserAction.seekForwards(); } else if(e.ctrlKey && e.altKey && e.code === 'KeyC') { Find.Popup.BrowserAction.getOccurrence({cardinality: 'single'}); } else if(e.ctrlKey && e.altKey && e.code === 'KeyA') { Find.Popup.BrowserAction.getOccurrence({cardinality: 'all'}); } }, true); document.getElementById('search-field').addEventListener('input', () => { Find.Popup.BrowserAction.updateSearch(); }); document.getElementById('search-next-button').addEventListener('click', () => { Find.Popup.BrowserAction.seekForwards(); }); document.getElementById('search-prev-button').addEventListener('click', () => { Find.Popup.BrowserAction.seekBackwards(); }); document.getElementById('search-toggle-options-button').addEventListener('click', () => { Find.Popup.ReplacePane.show(false); Find.Popup.SavedExpressionsPane.show(false); Find.Popup.OptionsPane.toggle(); }, true); document.getElementById('copy-text-to-clipboard-button').addEventListener('click', () => { Find.Popup.BrowserAction.getOccurrence({cardinality: 'all'}); }, true); document.getElementById('saved-expressions-toggle-button').addEventListener('click', () => { Find.Popup.ReplacePane.show(false); Find.Popup.OptionsPane.show(false); Find.Popup.SavedExpressionsPane.toggle(); }, true); document.getElementById('find-replace-button').addEventListener('click', () => { Find.Popup.SavedExpressionsPane.show(false); Find.Popup.OptionsPane.show(false); Find.Popup.ReplacePane.toggle(); }, true); document.getElementById('close-button').addEventListener('click', () => { Find.Popup.BrowserAction.closeExtension(); }); }; /** * Enable or disable the search next and previous buttons. * * @param {boolean} enable - Optional boolean value. If true or undefined, enables the buttons. * Otherwise disables the buttons. * */ self.enableButtons = function(enable) { document.getElementById('search-prev-button').disabled = enable !== undefined && !enable; document.getElementById('search-next-button').disabled = enable !== undefined && !enable; }; /** * Retrieve the text in the search field. * * @return {string} the text in the search field. * */ self.getSearchFieldText = function() { return document.getElementById('search-field').value; }; /** * Set the search field text to the given value. * * @param {string} text - The text to place in the search field. * */ self.setSearchFieldText = function(text) { document.getElementById('search-field').value = text; }; /** * Place focus on the search field. * */ self.focusSearchField = function() { document.getElementById('search-field').focus(); }; /** * Select all the text in the search field. * */ self.selectSearchField = function() { document.getElementById('search-field').select(); }; /** * Update the search occurrence index text. * * @param {number} occurrence - The index of the current occurrence * @param {number} count - The total number of occurrences * */ self.updateIndexText = function(occurrence, count) { document.getElementById('index-text').innerText = formatNumber(occurrence) + ' of ' + formatNumber(count); }; /** * Clear the search occurrence index text. * */ self.clearIndexText = function() { document.getElementById('index-text').innerText = ''; }; /** * Display an error icon in the notification area to notify the user that the regex is invalid. * * @param {boolean} flag - Whether or not to display the icon. * */ self.showMalformedRegexIcon = function(flag) { document.getElementById('invalid-regex-icon').style.display = flag ? 'initial' : 'none'; }; /** * Display an error icon in the notification area to notify the user that the extension does not have * permission to search in offline files. * * @param {boolean} flag - Whether or not to display the icon. * */ self.showOfflineFileErrorIcon = function(flag) { document.getElementById('offline-file-search-err').style.display = flag ? 'initial' : 'none'; }; /** * Momentarily display an icon in the notification area to notify the user that text was copied to the clipboard * successfully. * */ self.flashClipboardCopyIcon = function() { let el = document.getElementById('clipboard-copy-icon'); flashElement(el); }; /** * Momentarily display an icon in the inotification area to notify the user that text was not copied to the clipboard * due to an unexpected error. * */ self.flashClipboardCopyErrorIcon = function() { let el = document.getElementById('clipboard-copy-error'); flashElement(el); }; /** * Momentarily display an icon in the notification area to notify the user that an iframe was encountered, and * that some occurrences of the regex may not be highlighted in the page. * */ self.flashIframesFoundWarningIcon = function() { let el = document.getElementById('iframes-found-icon'); flashElement(el); }; /** * Momentarily display an icon in the notification area to provide an installation message to the user. * */ self.flashInstallInformationIcon = function() { let el = document.getElementById('install-information'); flashElement(el); }; /** * Momentarily display an icon in the notification area to provide update information message to the user. * */ self.flashUpdateInformationIcon = function() { let el = document.getElementById('update-information'); flashElement(el); }; /** * Show or hide the button used to toggle the options pane. * * @param {boolean} hide - If true, hides the button. Otherwise makes the button visible. * */ self.hideOptionsPaneToggleButton = function(hide) { document.getElementById('search-toggle-options-button').style.display = hide ? 'none' : 'initial'; }; /** * Show or hide the button used to toggle the saved expressions pane. * * @param {boolean} hide - If true, hides the button. Otherwise makes the button visible. * */ self.hideSavedExpressionsPaneToggleButton = function(hide) { document.getElementById('saved-expressions-toggle-button').style.display = hide ? 'none' : 'initial'; }; /** * Show or hide the button used to copy occurrences to clipboard. * * @param {boolean} hide - If true, hides the button. Otherwise makes the button visible. * */ self.hideCopyOccurrencesToClipboardButton = function(hide) { document.getElementById('copy-text-to-clipboard-button').style.display = hide ? 'none' : 'initial'; }; /** * Show or hide the button used to toggle the find and replace button. * * @param {boolean} hide - If true, hides the button. Otherwise makes the button visible. * */ self.hideFindReplacePaneToggleButton = function(hide) { document.getElementById('find-replace-button').style.display = hide ? 'none' : 'initial'; }; /** * Momentarily display an icon or element. This is primarily used for flashing * notification information in the search pane. * * The icon will be shown for 3000ms, and will be hidden unless the user hovers the mouse over the icon to * display the tooltip. In this case, the internal timer will be reset and the icon will remain visible for * another 3000ms. * * Once the icon disappears, the event handlers are removed. * * @private * @param {Element} el - The element to flash * */ function flashElement(el) { let timeoutFunction = () => { el.style.display = 'none'; }; //Show information icon el.style.display = 'initial'; //Hide icon after 3 seconds let timeoutHandle = window.setTimeout(timeoutFunction, 3000); //Self de-registering event handler let handler = (event) => { if(el === event.target) { return; } timeoutFunction(); window.clearTimeout(timeoutHandle); document.getElementById('popup-body').removeEventListener('click', handler); document.getElementById('popup-body').removeEventListener('keyup', handler); }; //Add event listeners document.getElementById('popup-body').addEventListener('click', handler); document.getElementById('popup-body').addEventListener('keyup', handler); el.addEventListener('mouseover', () => { window.clearTimeout(timeoutHandle); }); el.addEventListener('mouseout', () => { timeoutHandle = window.setTimeout(timeoutFunction, 3000); }); } /** * Format a number as a string with thousands separators. * * Example: * console.log(formatNumber(98254.2688)); * > "98,254.2688" * * @private * @param {number} x - The number to be formatted to a string * @return {string} a the number formatted as a string with thousands separators * */ function formatNumber(x) { let parts = x.toString().split('.'); parts[0] = parts[0].replace(/\B(?=(\d{3})+(?!\d))/g, ','); return parts.join('.'); } }); ================================================ FILE: popup/js/storage.js ================================================ 'use strict'; /** * Create the Popup Storage namespace. * * This storage is lockable. When locked, reads from storage will return null, and * writes will have no effect. By default, the storage is unlocked. * */ Find.register('Popup.Storage', function (self) { const SAVED_EXPRESSIONS_KEY = 'expressions'; const OPTIONS_KEY = 'options'; const HISTORY_KEY = 'history'; /** * Controls whether or not data can be read from or written to local storage. * * By default, the storage should not be locked. * */ let locked = false; /** * Retrieve the saved expressions from the browser local storage, and pass * to the callback function. The data from the storage is passed as a single * argument to the callback function. * * @param {function} callback - The callback function to handle the data. * @return {object} The saved expressions, or null if it cannot be retrieved. * */ self.retrieveSavedExpressions = function(callback) { retrieve(SAVED_EXPRESSIONS_KEY, callback); }; /** * Retrieve the search options from the browser local storage, and pass * to the callback function. The data from the storage is passed as a single * argument to the callback function. * * @param {function} callback - The callback function to handle the data. * @return {object} The saved expressions, or null if it does not exist or cannot be retrieved. * */ self.retrieveOptions = function(callback) { retrieve(OPTIONS_KEY, callback); }; /** * Retrieve from browser local storage the search history for various hosts * and pass to callback function. The data from storage is passed as a single * argument to the callback function. * * @param {function} callback - The callback function to handle the data. * @return {object} The history, or null if it does not exist or cannot be retrieved. * */ self.retrieveHistory = function(callback) { retrieve(HISTORY_KEY, callback); }; /** * Save the expressions in the browser local storage, and optionally invoke * a callback function once the operation is complete. * * @param {object} data - The data to store in local storage * @param {function} [callback] - The callback function to execute once the * save operation is complete. * */ self.saveExpressions = function(data, callback) { save(SAVED_EXPRESSIONS_KEY, data, callback); }; /** * Save the search options in the browser local storage, and optionally invoke * a callback function once the operation is complete. * * @param {object} data - The data to store in local storage * @param {function} [callback] - The callback function to execute once the * save operation is complete. * */ self.saveOptions = function(data, callback) { save(OPTIONS_KEY, data, callback); }; /** * Save the search history in the browser local storage, and optionally invoke * a callback function once the operation is complete. * * @param {object} data - The data to store in local storage. * @param {function} [callback] - The callback function to execute once the * save operation is complete. * */ self.saveHistory = function(data, callback) { save(HISTORY_KEY, data, callback); }; /** * Remove all items from the extension local storage, and optionally * invoke a callback function once the operation is complete. * * @param {function} [callback] - The callback function to execute once the * clear operation is complete. * */ self.clearStorage = function(callback) { Find.browser.storage.local.clear(callback); }; /** * Enable to disable the storage. This is used to ensure that data and * settings are not stored while incognito. * * @param {boolean} value - True if storage is locked, false otherwise. * */ self.lockStorage = function(value) { locked = value; }; /** * Determine whether or not the storage is locked. * * @return {boolean} True if the storage is locked, false otherwise. * */ self.isStorageLocked = function() { return locked; }; /** * Retrieve from browser local storage, passing the data to the given * callback function. * * @private * @param {string} key - The key associated with the data being retrieved. * @param {function} callback - The callback function that will accept the data. * */ function retrieve(key, callback) { if (locked) { return callback(null); } Find.browser.storage.local.get(key, (data) => { callback(data[key]); }); } /** * Save to the browser local storage, and optionally invoke * a callback function once the operation is complete. * * @private * @param {string} key - The key associated with the data being persisted. * @param {object} data - The data to store in local storage. * @param {function} [callback] - The callback function to execute once the * save operation is complete. * */ function save(key, data, callback) { if(!locked) { let payload = {}; payload[key] = data; Find.browser.storage.local.set(payload, callback); } else if(callback) { callback(); } } }); ================================================ FILE: popup/popup.html ================================================ popup.html
#ff9813
#fff000