Instantly share code, notes, and snippets.
Last active
October 31, 2021 07:12
-
Star
(0)
0
You must be signed in to star a gist -
Fork
(0)
0
You must be signed in to fork a gist
-
Save austintraver/a445690001fd3d74576e951761f7e51d to your computer and use it in GitHub Desktop.
Cosmetic filtering for cookie permission requests on the web, for use with uBlock Origin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! GNU GENERAL PUBLIC LICENSE | |
! Version 3, 29 June 2007 | |
! | |
! Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> | |
! 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 | |
! "I don't care about cookies" Copyright (C) 2021 Daniel Kladnik | |
! | |
! 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 <https://www.gnu.org/licenses/>. | |
! | |
! This is free software, and you are welcome to redistribute it | |
! under certain conditions | |
! | |
! 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 | |
! <https://www.gnu.org/licenses/why-not-lgpl.html>. | |
! | |
! GLOBAL RULES | |
! | |
###stickyCookieBar | |
##.cookiebar-bar:not(body):not(html) | |
~maisons-phenix.com,~e-shelter.de###sliding-popup | |
###cookie_bar_top | |
###cookielaw:not(.modal) | |
~conso.ro,~wifiwien.at,~daimler.com,~ihreapotheken.de,~filmboxlive.com###cookiePolicy:not(.reveal) | |
###cookiePolicyBackground | |
~uelzener.de,~ima.it###cookieBanner | |
~we-worldwide.com###cookieNotification | |
###yourCookieSettings | |
~tweakers.net,~decokay.nl,~decopedia.nl,~stoffe.de,~myfabrics.co.uk,~tyg.se###cookieOverlay | |
~fega-schmitt.de##.cookieOverlay:not(body):not(html) | |
###cookiesToolbar | |
###privacy_notice | |
###cookiesdirective | |
~alexanderhall.co.uk,~basenio.de,~foxtons.co.uk,~smdv.de,~voelkner.de,~digitalo.de,~getgoods.com,~telekom.hu###cookie_consent | |
###cookieBannerD | |
~amd-moebel.de,~lansberg.de,~texels.nl,~wahre-superstars.de,~klang-hamburg.de###cookieNotice | |
##.cookieNotice:not(body):not(html) | |
###cookiebox | |
###cookieTime | |
###cookieSpace | |
###cookie_drop_container | |
###cookielaw2 | |
~costomovil.es,~tesa.com,~d-power-modellbau.com,~taschenhirn.de,~modellbau-metz.com,~ns.nl,~stoffe.de,~myfabrics.co.uk,~tyg.se,~global.commerce-connector.com,~rotterdammersvoorelkaar.nl,~melcloud.com,~danishfamilysearch.com,~calvinklein.de,~calvinklein.co.uk,~calvinklein.com,~calvinklein.be,~calvinklein.fr,~calvinklein.es,~calvinklein.hr,~calvinklein.ch,~calvinklein.lu,~calvinklein.fi,~calvinklein.dk,~calvinklein.ru,~calvinklein.si,~calvinklein.at,~calvinklein.lv,~calvinklein.bg,~calvinklein.se,~calvinklein.ie,~calvinklein.cz,~calvinklein.pl,~calvinklein.lt,~calvinklein.sk,~calvinklein.nl,~calvinklein.it,~calvinklein.ee,~calvinklein.pt,~calvinklein.hu,~tommy.com##.cookie-notice:not(body):not(html):not(#wrapper):not(#footer) | |
###Cookies:not([class*="headline"]) | |
~inwerk.de,~bioplanete.com,~miltenyibiotec.com,~nobilia.de,~springlane.de###cookieLayer | |
##.cookiePrompt:not(body):not(html) | |
###cccwr | |
###cccwr + #cccwrpad | |
~okazii.ro,~urbanista.de,~finantia.es,~finantia.com,~klickmal.at###cookie-bar | |
###cookie-bar ~ .c-overlay | |
###cookie-barbody .fixed | |
###cookie-notice-wrapper | |
###mmmmm-cookies | |
~case-score.de,~airam.fi,~telesec.de,~o2.fr,~qwic.de,~vu.nl,~indiearenabooth.com,~hscollective.org,~geefvoorzorgverleners.nl,~conradconnect.com,~biotechusa.hu,~biotechusa.fr,~officiallondontheatre.com,~nieuwspoort.nl,~atro-provita.de###cookie-consent:not(.content):not([class*="fancybox"]) | |
###cookienote | |
~aixfoam.com,~aixfoam.de,~aixfoam.dk,~aixfoam.fi,~aixfoam.fr,~aixfoam.nl,~aixfoam.se###cc-notification | |
##.cc-cookies:not(body):not(html) | |
###cc-cookies | |
###fp_cookieMessageContainer | |
###cookieLaw | |
###agree-with-cookies | |
##.component-cookies-message | |
##.cookiePopUp:not(body):not(html) | |
###_cookieConsentWrapper | |
##.cookies_notice:not(body):not(html) | |
###cookiePrompt | |
##.cookies-notice:not(body):not(html) | |
###CookieBanner | |
###eu-cookie-content | |
###cookiesHolder | |
##.c-fnd-cookie-acceptance | |
###cookiesInitialDialog | |
~danbolig.dk###cookie-overlay | |
##.cookieacceptance:not(body):not(html) | |
###CookieWrapper | |
~roompot.de,~roompot.nl,~roompot.fr,~roompot.be,~roompot.com##.cookiebar:not(body):not(html):not(button):not(#page):not(.content-section) | |
###EUDirectiveCookiePanel | |
###ecd_opt_in_banner | |
###cookiebannerAH | |
###pww-cookie | |
###e-privacy-message | |
##.cookiesMessage:not(body):not(html) | |
###tfl-cookies | |
###global-cookie-message | |
###cookieBox | |
###cookieScreen | |
~sportsbikeshop.co.uk###cookie_policy | |
~patient.info,~gefran.com###cookie-policy | |
###cookielightbox | |
##.cookieMsg:not(body):not(html) | |
###cookies-fancybox | |
~newpharma.be,~fotopuzzle.de,~markets.com,~bmihealthcare.co.uk,~puzzleyou.be,~fotondo.cz##.cookie-policy:not(body):not(html) | |
###cookieMsg | |
~kramp.com##.cookie-message:not(body):not(html):not(.modal-body) | |
~schulze-immobilien.de,~harry-gerlach.de,~veygo.com,~hotelsbarriere.com,~ufz.de,~voltadol.at,~gsk-gebro.at,~shop.halebop.se,~icould.com,~evaair.com###cookie-banner | |
##.block-cookies-popup:not(body):not(html) | |
###cookieStatement | |
###cookieStatementWrapper | |
##.CookieNotification:not(body):not(html) | |
##.cookieWarningBox:not(body):not(html) | |
##.cookies_consent-show:not(#wrapper) | |
###termsContainer | |
###acceptcookies:not(button) | |
###acceptcookie | |
~onwebchange.com,~timeout.com,~timeout.fr,~timeout.cat##.cookie_banner:not(body):not(html) | |
###cookiePolicyNotification | |
###cookiemodalbar | |
###cookie-warning | |
##.js-cookie-policy:not(body):not(html) | |
###CookieReportsMiniPanel | |
###block-cookie_policy-0 | |
##.cookieNotification:not(body):not(html) | |
###cookie_shout | |
###cookie-alert | |
###EUCookie | |
~win2day.at,~werkenbijpathe.nl,~singaporeair.com,~interspar.at,~spar.at,~spar.hu,~spar.hr,~spar.si##.cookie-notification:not(body):not(html) | |
###eprivacy | |
~penny.hu,~penny.cz###cookie-message | |
###cookieinfo-container | |
##.js-cookie-message:not(body):not(html) | |
~tweakers.net,~decokay.nl,~decopedia.nl###cookieContainer | |
##.footer-cookies-policy | |
##.eucookie_disclaimer:not(body):not(html) | |
~adtipp.de,~bk.com###cookie-popup | |
###cookie-background | |
##.cookie-law:not(body):not(html):not(.post-content) | |
###cookie_tab_main | |
###imPolicycookiemessage | |
##.cookie-prompt:not(body):not(html) | |
###cookie-info | |
~wahre-superstars.de,~klang-hamburg.de##.cookie_notice:not(body):not(html) | |
~fitx.de,~freenet-energy.de##.cookie_overlay:not(body):not(html) | |
##body > #cookie[style*="display"] | |
###cookie-notifcation-banner | |
###ctl00_privacyCookies_LIPCNB_PrivacyandCookiesNoticePanel | |
###icoCookiesBanner | |
~singaporeair.com###cookie-notification | |
~future-x.de###cookieBar | |
###cookie_policy-0 | |
##.cookieBanner:not(body):not(html):not(#sprd-main) | |
###cookie_bg | |
###cookie_header | |
~regioneo.pl,~wiadomosci-lodz.pl,~msales.com,~theorie-musik.de###cookie-law-info-bar | |
###cookie-div | |
##.cookieLight:not(body):not(html) | |
###cookiePopUp | |
~hettalentenhuis.nl###cookie_bar | |
###bauerCookiePolicyBanner | |
###bauerCookiePolicy | |
##.weCookie:not(body):not(html) | |
~heinz.st,~went.at###cookiebar | |
###cookie-policy-strap | |
~hallhuber.com,~shoot-club.de,~pferdekaemper.de,~kox-direct.de,~consent.talpanetwork.com##.cookie-box:not(body):not(html):not(.modal-box) | |
###dni-cookie-banner | |
###eucookie | |
~milliman.com##.cookieMessage:not(body):not(html) | |
###rbiCookiePolicy_pushDownBoxWrapper | |
###rbiCookiePolicy_spacer | |
###hi-eu-opt-in | |
###Cookie-Policy | |
###eu_cookie_notify | |
~resources.techcommunity.microsoft.com###catapult-cookie-bar | |
###HGLCookieWarning | |
##.CookiePolicy:not(body):not(html) | |
###privacy-cookieMessage | |
###xanda-cookie-policy | |
##.future-cookie-bar:not(body):not(html) | |
~biblioteka.wroc.pl,~kalenderwoche.de,~hawle.de,~pruadviser.co.uk,~unikrn.com,~ssetelecoms.com,~sseenterprise.co.uk,~makelaarsland.nl###cookie-notice | |
###cookie-notice ~ #popmake-overlay | |
###block-cookie-compliance-cookie-compliance | |
###openglobal_privacy_widget | |
###cookies_box | |
###cookieMessageOuter | |
###cookieMessageWrapper | |
###legal_cookie_privacy | |
###gdprContainer | |
###cookiesBanner | |
~la7.it###_evh-ric | |
###_evh-button | |
##.dhtmlx_modal_boxbody .dhtmlx-confirm | |
##.euPolicy:not(body):not(html) | |
~gramatica-alemana.es,~vaillant.com,~vaillant.info,~vaillant.co.uk,~vaillant.com.ro,~vaillant.no,~vaillant.pl,~vaillant.nl,~vaillant.de,~vaillant.it,~vaillant.fr,~vaillant.es,~vaillant.be,~vaillant.hr,~vaillant.sk,~vaillant.se,~vaillant.ua,~vaillant.at,~vaillant.cz,~vaillant.fi,~vaillant.si,~vaillant.dk,~vaillant.hu,~vaillant.rs###cookiewarning | |
##.l-sec--cookies.js-cookies-wrapper | |
###cookie-bar ~ .modal-backdrop | |
###callControll | |
###id_cookieconsent | |
###cookieCorner | |
~abo24.de###cookie-consent-wrapper | |
###cookie_law_banner | |
###cookiepolicy | |
###dennis-cookienote-container | |
##.tx-it24cookies-pi1:not(body):not(html) | |
###caspian_cookiebar | |
###UKCookieWarning | |
###cookie-prompt | |
###cookiereports-badge | |
~search.itaa.be###cookieWrapper | |
###cookie_notice_bar | |
###wsjpecrga | |
###tto-cookieMessage | |
###cookie-policy-container | |
###CookieNotificationBar | |
###CookieNotificationBarSpace | |
###sun-cookieMessage | |
###sun-cookieMessageInner | |
###cookies_msg | |
###cookieok_bar | |
###cookiefoot | |
###disclaimerBox | |
~msn.com##.optanon-alert-box-wrapper | |
###cookie_assistant_container | |
###__CookieContainer | |
##.cookieAccept:not(body):not(html):not(.container-fluid):not(.c-button) | |
##.cookieAccepterSlider | |
##.cookieAccepterPopup:not(body):not(html) | |
##.cookieAccepterGrayBody | |
###cookie_box | |
###cookie-law | |
###cookieWarningBox | |
###cookiemessage:not(.reveal) | |
###cnContainer | |
###cookies-privacy | |
###cookie_alert | |
###eu-cookie-bar | |
###cookiefooter | |
###cookie_container | |
###cookie_mess | |
~gberardi.com###cookie_message | |
###eprivacy-outer | |
##.cookie_box:not(body):not(html):not(#wrapper) | |
###cookieWidget | |
###eucookielaw | |
##.js-cookie-compliance:not(body) | |
###COOKIE_BANNER | |
###EUCookieFade | |
###jlp-cookie-container | |
##.globalcookiepolicycontainer | |
###optanon | |
~novado.de###cookie-block | |
###cookieGuardMsg | |
###idCookiePolicyPanel | |
##.p-cookiebar:not(body):not(html) | |
###cookies-warning-box | |
###modalCookieContainer | |
##._cookies-cookies-bar | |
##.CookieDirectiveHeight | |
###accept-cookie:not(button) | |
~mulders-opel.nl,~xmradio.nl###accept-cookies:not(button):not([class*="btn"]) | |
###mw-cookie-policy | |
###cookieMgn | |
###__ndcc_cookieImpliedConsent | |
###cookie-drop | |
~okazii.ro,~rituals.com##.cookie-bar:not(body):not(html) | |
~mea.com,~mitsubishielectric.com##.cookie_policy:not(body):not(html):not(#Content):not(#page) | |
###rb-cookie-container | |
~analog.com###cookie-consent-container | |
##.vg-cookie-notification-popup | |
###cookies_container | |
###cookiePromptWrapper | |
###szcookiewrp | |
~cdu-fraktion.berlin.de,~johner-institut.de###cookie-disclaimer | |
##.cookieConfirmation:not(body):not(html) | |
###cookiepop | |
###Cookie-Append | |
###ckWarning | |
###attain-cookies | |
###notescookies | |
~tele2.nl,~t-mobile.nl,~wuestenrot.at###cookiePopup | |
~fiftysix.nl,~wuestenrot.at##.cookiePopup:not(body):not(html):not(.reveal) | |
###cookiePolicy-layer | |
###cookie-top-bar | |
##.discrete-cookie:not(body):not(html) | |
###cookieInformation | |
###cookiePane | |
~neuseeland-haus.de,~vandalism-sounds.com,~xsports.lv,~thesocialmedwork.com###notice-cookie-block | |
###CookieReportsPanel | |
###cookie-panel | |
###cookieConsentBar | |
##div[aria-labelledby*="cookiebox"] | |
##.cp-alert-message:not(body):not(html) | |
##.cookie_law_container | |
###cookie-legislation | |
##.cookieAdvise:not(body):not(html) | |
##.cookieconsent-popup:not(body):not(html) | |
###cookieAlert:not(body) | |
##.cookie-law-info-bar | |
###future-cookie-bar | |
##.axaCookie:not(body):not(html) | |
###gb_cc_bar | |
###cookieprompt | |
##.ut_cookie_privacy_c1 | |
~pieseauto.ro##.page-cookies:not(body):not(html) | |
##.uk-cookie-banner:not(body):not(html) | |
###accept-cookie-box | |
###policy_header | |
###cookie_notice | |
###cookies-message-container | |
###ui-cookie-policy | |
###tcccookies | |
##.cookies-policy:not(body):not(html) | |
###cookiewrap | |
###cookie-prefs | |
###oupcookiepolicy_message | |
###cookie-overlay-footer | |
##.ib-cookie-info-container | |
###cookie-handler | |
###usrConsent | |
###agreeCookie | |
##.cookie-law-overlay:not(body):not(html) | |
###sk-cookies | |
~hondanews.eu##.cookieInfo:not(body):not(html) | |
###nuk-cookieMessage | |
##.cookie-policy-notice | |
###euCookieDialog | |
##.CookieNotificationTopBar | |
###nhm-cookie-notify | |
##.gn-cookie-alert:not(body):not(html) | |
###ca_banner | |
###cookiecomplience | |
~segeln-lernen.de,~bootsfuehrerschein.de,~job-impulse.com,~studio-eight.com##.cookie-alert:not(body):not(html) | |
###cookiePopupContainer | |
###qb_cookie_consent_main | |
##.cookies_policy_container | |
##.cookies_policy:not(body):not(html) | |
##.js-cookies:not(body):not(html) | |
###cookieDrop | |
##.ee-intro-banner__consent | |
###cookie_alert_bar | |
###cPolicy | |
###huk_cookie_prefernce_panel | |
###privacypopup | |
###cookiePolicyPopup | |
~tiger.nl###cookieMessage | |
##.js-cookieComply:not(body):not(html) | |
###wsjconsent | |
###cookiemsgbox | |
###cookiemsg | |
~evarazdin.hr##.cookie-warning:not(body):not(html):not(#Web):not(#Container) | |
##.cookie-warn:not(body):not(html) | |
##div[data-notification="CookiePolicyAgreement"] | |
##div[data-name="cookieNotice"] | |
~sunny.co.uk###cookie-acceptance | |
##.cookiePrompt_outerWrapper | |
###popupCookie | |
###cookiesMessage | |
###cookieWarningContainer | |
###ctl00_chdr_pnlCookieHeader | |
##.sd_cookiespolicy:not(body):not(html) | |
###cookie-policy-notice | |
###cookie_disclaimer | |
###have-a-cookie | |
###cookie_disclaimer_wrapper | |
###headerCookieLaw | |
###ctn_cookies | |
##.ctn_cookies:not(body):not(html) | |
##.cookie-wrap:not(body):not(html) | |
~case-score.de,~gov.lv,~riga.lv,~cexpr.es,~correosexpress.com,~correosexpress.pt,~travelchannel.co.uk,~puzzels.ad.nl,~puzzels.trouw.nl,~puzzels.parool.nl,~puzzels.volkskrant.nl##.cookie-wrapper:not(body):not(html) | |
###cookiewarningiframe | |
~leirovins.be###cookies-notice | |
###cookieNoteWrap | |
###acceptCookiePolicy | |
###acceptCookie | |
###cookieOptIn | |
###cookiesPrompt | |
~smythstoys.com##.cookiePolicy:not(.reveal):not(body):not(html) | |
##.cookiewrapper:not(body):not(html) | |
###privacyPolicyLayer | |
###dmxPopupCookies | |
##.cookie-on:not(body):not(html) | |
###cookiepop-lulu_cookiepop | |
###EUCookieConsentBanner | |
###cookie-control | |
##.cookie-optin:not(body):not(html) | |
###blogger_cookie_notice | |
###cookieFooter | |
###cookie_banner_container | |
###cookie_banner | |
###jlcookie_controlMsgDeny | |
###jlcookie_controlMsgFirst | |
###jlcookie_controlMsg | |
###jlcookie_controlContent | |
###jlcookie_controlContainer | |
##.cookieBox:not(body):not(html) | |
###privacy-policy-bar | |
###cookies_toolbar | |
###cookie-inner-wrapper | |
###cookiePolicyNotice | |
###cookie-law-info-again | |
###cookies_policy | |
##.cookies_cookie:not(body):not(html) | |
##.cookie_policy_message | |
##.cookie-policy-message | |
###divCookiesMessage | |
###cookie-msg | |
##.cookie-information-wrapper | |
##.su-cookiebar:not(body):not(html) | |
##.box--cookies:not(body):not(html) | |
###cookie_law | |
##.cookie_law:not(body):not(html) | |
###cookie_policy_message_container | |
###cw-cookieInfo | |
##.amz-cookies-notice | |
###cookies-directive | |
###cookie_notification | |
###cookie_notification_wrap | |
###cookies-overlay | |
###pronamic_cookie_holder | |
~fega-schmitt.de##.cookieWarning:not(body):not(html) | |
###cookiescript | |
~nestandcut.com###cookiescript_injected | |
###cookiescript_badge | |
###agree_cookies | |
##.cookiedisclaimerblock | |
##.cookies-eu:not(body):not(html) | |
###ap_cookie_toolbar | |
##.cookiebox:not(body):not(html):not(.modal) | |
###CookieNotification | |
###cookie-policy-popup | |
##.cookie_wrap:not(body):not(html) | |
~aion.be##.cookies-notification:not(body) | |
##.cm-notification-container | |
###cookieMon | |
##.cookies-notifications | |
###cookie-compliance | |
###cookie-compliance-bottom | |
###cc-tag | |
##.cookies.show-cookie | |
###cc-modal-overlay | |
###cookiespolicymessage | |
###cookie_toolbar | |
###eulaw | |
~dwd.de,~nerdstar.tv,~shoot-club.de,~pferdekaemper.de,~kox-direct.de,~bund.de,~bafin.de,~onlinezugangsgesetz.de,~duvel.com,~dagvandewetenschap.be,~materna.de,~thw.de,~bamf.de###cookiebanner | |
~dwd.de,~nerdstar.tv,~duvel.com,~dagvandewetenschap.be,~materna.de,~thw.de,~advodan.dk,~technikmuseum.berlin##.cookiebanner:not(body):not(html):not(#header) | |
##.cookieHolder:not(body):not(html) | |
###cookieAgree | |
##.cookie_alert:not(body):not(html) | |
##.cookie_alert_cont:not(body):not(html) | |
##.cookieconsent-dialog | |
###cookiebox-bg | |
###eu_cookie_notice | |
##.close-cookies:not(body):not(html) | |
###cookieMessageContainer | |
###cookies_oreo | |
##.cookie_panel:not(body):not(html) | |
###cookie-wrap | |
~stadt-kuehlungsborn.de,~lauritz.com,~qxl.de,~qxl.dk,~qxl.fi,~qxl.se,~qxl.no###cookie-wrapper | |
~xsports.lv##.notice-cookie:not(body):not(html) | |
##.cookie-min-panel:not(body):not(html) | |
##.cookie-directive-alert | |
###alerte_tracking | |
##.cookie-notify:not(body):not(html) | |
###footer-cookies | |
###iprom_cp_wrapper | |
##.noticebody .annoying | |
##.cl_bar:not(body):not(html) | |
###ws-cookie-consent-msg | |
###accept_cookies:not(button):not([class*="btn"]) | |
##.blockUIbody .blockOverlay | |
###icanhascookie | |
###cookie_overlay:not(.modal) | |
###bcmsCookieInfoWrapper | |
###cookie_1 | |
###cookie_2 | |
###avcn_notification | |
###cookie_agree | |
~kruk.eu###cookie_agreement | |
###polityka-cookie | |
##.policy-box:not(body):not(html) | |
###WP-cookie-info | |
~humboldtforum.org,~gov.lv,~riga.lv,~search.itaa.be,~dehn.at,~hetwkz.nl,~umcutrecht.nl,~ticsante.com,~techopital.com,~sandro-paris.com,~ad.win.nl,~conclude.com,~thinkproject.com,~dehn.de###cookieConsent:not(.modal) | |
###cookie-info-box | |
##.avs-cookie-message:not(body):not(html) | |
###header-cookie | |
###cookiestat | |
###cookiestatement | |
###c_agrem | |
###cookieCompliancy | |
###cookieCompliancyModal | |
###cookie-opt-in-footer | |
###cookie-opt-in-button | |
##.cookie_bar_wrapper:not(body):not(html) | |
##.cookie_bar:not(body):not(html) | |
###popcc12 | |
###cookie-note | |
##.cdp-cookies-alerta | |
##div[aria-describedby="dialog-eu-cookie-law"] | |
###policy_wrapper | |
###mirvanoscookie | |
###eucookielawcontainer | |
###PrivacyBanner | |
###cookie-policy-banner | |
###cookieInfoMsgWrapper | |
###cookiesNotice | |
##.cookie-opt-in:not(body):not(html) | |
###rtl-cookie-message | |
##.sites-cookie-notice:not(body):not(html) | |
##.cookieTooltip:not(body):not(html) | |
###cookieBarBC | |
##.cookiemonster:not(body):not(html) | |
###cookiemonster | |
###sanoma-consent-bar-mobile | |
###legalnotice.legalnotice--is-visible | |
###sanoma-consent-bar | |
###magestat-cookie-law-banner | |
##.cookiesWarning:not(body):not(html) | |
###jix_acceptcookies_box | |
###wimPrivacyBanner | |
###cookiemonster_popup | |
###cookiemonster_popup + #document_modal | |
###cookieAlertMessage | |
##.noticeCookiesUse:not(body):not(html) | |
###cookiebnr | |
###cookieWarning | |
###cookieu_header | |
###CookieInformerView | |
###fdih-cb | |
###cPrompt_bar | |
###cPrompt_barSpacer | |
###stTagPopupbody .stPopup | |
###stTagPopup.stPopup | |
###cookie-policy-bar | |
###cookie-consent-popup | |
##.cookiepolicy:not(body):not(html) | |
##.cookie_wrapper:not(body):not(html) | |
##.cookie_overlayshow:not(body):not(html) | |
###cookiesWarn | |
###cookiesWarning | |
###cookiesShowFloaterFlat | |
###cookiesWarningLoginPopUp | |
###mpc_cookie_intro | |
###block-direct-control-cookies-accept | |
###top_header_cookie_message | |
###cookie_box_header | |
###koekiemelding | |
~fil-luge.org##.CookieBar:not(body):not(html) | |
###cookienotification_background | |
###cookienotification | |
###s2m_cookies_optin_dialog | |
~mega.io,~kh.hu,~mietz.app,~tele2.nl,~t-mobile.nl,~danbolig.dk##.cookie-dialog:not(body):not(html) | |
###divCookieAlert | |
~okazii.ro,~bankelf.de,~realme.com,~joingoodcompany.nl,~tele2.nl,~t-mobile.nl,~danbolig.dk,~bokadirekt.se,~xmradio.nl##.cookie-content:not(body):not(html):not(#main):not(#rus-main) | |
###Banner_cookie_1 | |
###o-cookie | |
##.cookie-tooltip-content | |
##.cookieslaw:not(body):not(html) | |
###cookieInformerBooklet | |
###cookiepopupdiv | |
###cookie-notificationbar | |
###box-cookie | |
###yucs-eprivacy | |
###cookieinfo | |
##.cookieinfo:not(body):not(html) | |
###cookies_ | |
###cookietext | |
###cookie-notice-uk | |
###panel_cookie_dol | |
~paradoxplaza.com###cookies-info | |
###cookiesPanel | |
###cookie-cnil-box | |
###dr-cookie-info-box | |
###cookies_notifier | |
###cookie_warning | |
~birdpix.nl,~nederpix.nl###cookiesettings | |
###cookie_info | |
###cookie-information-wrapper | |
~lauritz.com,~qxl.de,~qxl.dk,~qxl.fi,~qxl.se,~qxl.no,~reidl.de###cookie-container | |
~vias.be,~rodekruis.be,~umicore.com###cookies-banner | |
###ctl00_pnlCookie | |
##.cookie-popup__content | |
##.cookie-popup__heading | |
##.cookie-pop:not(body):not(html) | |
~smythstoys.com,~kognitio.com,~argenta.be##.cookie-popup:not(body):not(html) | |
###FT_Cookies | |
###policyNotice | |
##.polityka-cookie:not(body):not(html) | |
###cookieWarningDiv | |
###CookieInformation | |
###c2g_cookie_dialog | |
###gn-cookie-accept | |
###cookiesWrapper | |
~melcloud.com###divCookie | |
###cookieAcknowledgement | |
###cookieAcknowledgementSpacer | |
##.ccmcss_oic:not(body):not(html) | |
##.divCookieWarning:not(body):not(html) | |
##.cc-cookies-container | |
##.cookies-info-static:not(body):not(html) | |
###policyPopup | |
##.dr-cookie-info-box:not(body):not(html) | |
###cookieHeader | |
###cookieHead | |
###cookiecontainer | |
~flex-tools.com##.cookieBar:not(body):not(html) | |
###capaAvisoPoliticaCookies_superior_mensajes | |
###cookieinfobox | |
###ctl13_CookiePanel | |
##.header-cookie-content | |
##.cookieDisclaimer:not(body):not(html) | |
##.cookiedOuter:not(body):not(html) | |
###cookiePolicyBar | |
##.js-cookies-banner:not(body):not(html) | |
###lc_cookies-main | |
###cookie_privacy_holder | |
###cookie-ue | |
###cookiepolicyContainer | |
##.cookie-accept-overlay | |
##.cookies-banner-wrap:not(body):not(html) | |
###euCookieBar | |
##.euCookieWarn:not(body):not(html) | |
###CookiePolicy | |
###cookies-info-box | |
###cookies-accept:not(.btn) | |
###dialog-cookie | |
###prettyCookie_message | |
~qioz.fr###cookies-popup | |
###site-wide-cookie-message | |
###usrcookies | |
##.cookieBarContainer:not(body):not(html) | |
###notice-cookie-policy | |
##.row--cookie-compliance | |
##.cwcookielaw:not(body):not(html) | |
##.cwcookielawbg:not(body):not(html) | |
###block-cookie-info | |
~aixfoam.com,~aixfoam.de,~aixfoam.dk,~aixfoam.fi,~aixfoam.fr,~aixfoam.nl,~aixfoam.se###cc-notification-wrapper | |
###cookiesDiv | |
##.cookie-monster:not(body):not(html) | |
###js_cookie-monster | |
###cookie-monster | |
###cookieBannerWrapper | |
###confirmCookie | |
###confirmCookiePolicy | |
##.divCookiePopUpContainer | |
###cookiesContainer | |
###cookies-verify | |
##.js-cookie-info:not(body):not(html) | |
###cookieuseage | |
###cnil_alert | |
##.cookie-pop-up-container | |
###cookieDisclaimer | |
~refoweb.nl,~falter.at,~yello.de###cookieconsent:not(.btn) | |
###cookie_div | |
###CookieQBanner | |
###cookieWindowContainer | |
###Footer_cookieLawBox | |
###cookieComplianceBanner | |
###block-inf-eu-cookie-cookie-disclaimer | |
###cookiepolicydiv | |
###divCookieEU | |
##.cookieEU:not(body):not(html) | |
##.policyChk:not(body):not(html) | |
##.topCookiesMsg:not(body):not(html) | |
##.EUCookiePolicyContainer | |
###cookieInfoBox | |
##.cookieMessageDiv:not(body):not(html) | |
##.sgsCookies:not(body):not(html) | |
##.cookieAsker:not(body):not(html) | |
##.uk-cookie:not(body):not(html) | |
##.uk-cookies:not(body):not(html) | |
###cookieAcceptPos | |
~svenskakyrkan.se##.cookies-message-container | |
###tesco_cookie_widget | |
##.eu-cookie-notice | |
~viennahouse.com###cookies-panel | |
###cookienotice-container | |
##.cookienotice-bar:not(body):not(html) | |
###CookieConsentDiv | |
###cookie-info-bar | |
###cookie_policy_banner | |
###cookie_policies | |
~laboratoire-cellmade.fr###cookiesInfo | |
##.cookiespolicy:not(body):not(html) | |
##.eucookies:not(body):not(html) | |
##.euPrivacy_cookiesMsg | |
###cookies-agreement-box | |
##.cookie-check:not(body):not(html) | |
###eksCookiePrompt | |
##.agegate-cookie:not(body):not(html) | |
###euCookiesQuestion | |
###cookie-law-compliance | |
###cookie-law-consent-section | |
###cookie_privacy_info_bar | |
###politicaCookies | |
###cookieMonsterWrapper | |
###cookiewarn | |
###cookieDirective | |
###cookiesDirective | |
###cookiesMessageBanner | |
###bbccookies | |
###cookie_info_message | |
~rodoviariadooeste.pt##.pea_cook_wrapper | |
###twCookieConsent | |
###cookie-message-container | |
###boxZgodaNaCookie | |
##.cookie_privacy_info_bar | |
###ietCookiePanel | |
##.avisoCookie:not(body):not(html) | |
###cartelcookielegal | |
##.cookiesInfo:not(body):not(html) | |
###nimgrowler | |
###ciasteczka | |
###cookies_inf | |
###cookies_info | |
###CookieWarningBar | |
###cookie_message_container | |
##.eucookie:not(body):not(html) | |
##.coockie:not(body):not(html) | |
##.container-cookie-notice | |
~msn.com,~nu.nl,~crfashionbook.com,~usgamer.net,~rockpapershotgun.com,~eurogamer.net,~eurogamer.pl,~eurogamer.cz,~eurogamer.de,~eurogamer.es,~eurogamer.it,~eurogamer.nl,~eurogamer.pt,~zdnet.com,~vg247.com,~mensjournal.com,~autoweek.nl,~cbsnews.com,~assetstore.unity.com,~gmx.com,~gmx.es,~gmx.fr,~gmx.co.uk,~mail.com,~kruidvat.nl,~trekpleister.nl,~tvn24.pl,~popsugar.co.uk,~rte.ie,~tunein.com,~sika.com,~merkurmarkt.at,~boomerang-tv.pl,~cnbc.com###cookie-preferences | |
###notificacio-cookies | |
##.cookies-message:not(body):not(html):not([class*="seal"]) | |
###scc-consent | |
###scc-mask | |
###cookiesAlert | |
###layer_cookie | |
##.cookies-popup:not(body):not(html) | |
###user-cookie-message | |
###cookie-information | |
##div[aria-describedby*="cookie-info"] | |
###cookieLawHeader | |
###cookieWetgeving | |
##.cookieWetgeving:not(body):not(html) | |
###CookieBar | |
##.headCookieBar:not(body):not(html) | |
~seb.lt,~seb.ee,~toni-maccaroni.de,~pizza-pepe-volkach.de##.cookiemessage:not(body):not(html) | |
###cookiepopup | |
###acceptCookies:not(.btn):not(button) | |
###acceptCookiesWrapper | |
###mycookie:not(iframe) | |
###cookieDisclaimerInfo | |
##.ctl_CookieWarning:not(body):not(html) | |
###cookiesmessage | |
###cookie-law-container | |
###notification_cookie | |
###notification_cookiewarning | |
##.modUt_cookie_privacy_1 | |
###cookie_permissions_alert | |
###div_cookie | |
###div_cookies | |
###cookies_accept:not(button) | |
###div_cookies_accept | |
###cookiesBar | |
###cookie_content | |
###cookie_wrap | |
###cookie-warn | |
###panel_cookie | |
###cookie_show_info | |
###piskotki_obvestilo | |
###cookiegap | |
###cookie-strapline | |
###js-pullout-cookies | |
###allowCookieDiv | |
###container-cookie | |
###spartooCookies | |
###v-cookielaw | |
###cookies-accept-lightbox | |
###emobile-cookies-notice | |
###cookie_law_compliance | |
###ckieprompt | |
##.w-cookie-banner:not(body):not(html) | |
###gacookiemessage | |
~kupbilecik.pl,~kupbilecik.de,~kupbilecik.com,~metro.de,~metro.fr,~metro.hu,~makro.nl,~wins.pl,~falter.at,~reidl.de,~puzzels.trouw.nl,~puzzels.parool.nl,~puzzels.volkskrant.nl##.cookie-container:not(body):not(html) | |
###euCookie | |
##.euCookie:not(body):not(html) | |
##.pf-cookie-directive:not(body):not(html) | |
###cookiemodule | |
~voidu.com###eu-cookie-bar-notification | |
~voidu.com##.eu-cookie-bar-notification | |
###gh-cookieb | |
###cookies_directive | |
###CCC_Cookies_wrapper | |
###cookies-policy-wrapper | |
###cookies-policy | |
###cookie-overlay-container | |
###aviso-cookies | |
###aviso-cookie | |
##.cookie-compliance:not(body):not(html) | |
###cookieWrap | |
~saa.nl##.popup-cookie:not(body):not(html) | |
##.popup-cookies:not(body):not(html) | |
~invk.nl##.cookieConsent:not(body):not(html) | |
###cookieAcceptBar | |
###inpl_cp_cnt | |
###cookieNote:not(.in) | |
###cookieLawInformation | |
###CookieLegislation_CookieAcceptPanel | |
##.cookie-panel:not(body):not(html):not([id*="panel"]):not([id*="app"]) | |
###ws-cookie-notifier-bar | |
###ws-cookie-notifier-modal-bg | |
###ws-cookie-notifier-modal | |
###cookienotif | |
##.cookie-law-dialog-contentwrapper | |
##.cookie-law-dialog:not(body):not(html) | |
##.block-cookie:not(body):not(html) | |
##.reveal-modal-cookie:not(body):not(html) | |
##.reveal-modal-bg-cookie | |
###showCookieInfo | |
###ccconsent | |
##.cookie-compliance-container | |
~bhw.de,~metro.de,~metro.fr,~metro.hu,~makro.nl,~axa-im.fr,~pronovabkk.de##.cookie-disclaimer:not(body):not(html) | |
###cookie_popup | |
##.cookie_ribon:not(body):not(html) | |
##.infoCookies:not(body):not(html) | |
###cookieInformacja | |
~veygo.com,~puratos.pl,~bike-components.de,~traderepublic.com,~bremerhaven.de,~onlinedepartment.nl,~voltadol.at,~gsk-gebro.at,~shop.halebop.se,~monese.com,~nuxeo.com,~opngo.com,~sachsenallee.de,~melcloud.com,~reidl.de,~intersport.de##.cookie-banner:not(body):not(html) | |
~rku-it.de###cookienotice | |
###overlay-cookielaw-form | |
##.cookie-info-wrapper:not(body):not(html) | |
##.eu-cookie-popup:not(body):not(html) | |
###CookielawBanner | |
###cookiebar-1 | |
###bkCookieBanner | |
~ad.win.nl###cookieConsentBox | |
###cookieDlg1 | |
###legalNotificationEltId | |
~mega.io,~nerim.com##.accept-cookies:not(body):not(html):not(button):not(.btn):not(a) | |
~webdamdb.com,~markets.com,~zeist.hu.nl##.cookie-block:not(body):not(html) | |
###ncl-cookie-opt-out | |
###eu-cookie-policy-banner-wrapper | |
##.eu-cookie-policy-banner-wrapper | |
##.cookieBannerContainer | |
###cc_cookies | |
##.cookieAdvice:not(body):not(html) | |
###cookiesWindow | |
##.cookiesWindow:not(body):not(html) | |
##.cookie-warning-container | |
##.js-cookie-warning-container | |
##.eucookiemanager:not(body):not(html) | |
###cookies-acceptance:not(button) | |
###dx-coki | |
##.wsa-cookielaw:not(body):not(html) | |
###CookieTPC | |
##.confidentialite_header | |
##.cookiestrip:not(body):not(html) | |
##.cookies-bar:not(body):not(html) | |
###ij-policy-disclaimer | |
##.cookies-advice:not(body):not(html) | |
##.szc_widebox:not(body):not(html) | |
###polityka-cookies | |
###cookie-acceptation-popup | |
###messcookie | |
###cookieView | |
###cookiealert | |
##.cookiealert:not(body):not(html) | |
###cookie-policies | |
##.cbar_banner:not(body):not(html) | |
##.info_cookie:not(body):not(html) | |
###popcook | |
###popcookie | |
###CookiePanel | |
###cookiebottomgradient | |
###portal-cookieoptout | |
###ug3-cookie-info | |
###popcookies | |
##.cookieRestriction:not(body):not(html) | |
###tv2cookiebar | |
###cookie_info_response | |
###g_cookieNotification | |
##.jix_acceptcookies_box | |
###eu_cookie_policy | |
###cookie_tool_small | |
###cookie_tool_large | |
###svtCookieInformationContainer | |
##.cookies-warning:not(body):not(html) | |
##.dom-content--eu-banner | |
~researchaffiliates.com###cookieDialog | |
##.cookie_optin_box:not(body):not(html) | |
###CookieContainer | |
###jumper_cookies | |
~lmt.lv,~dish.co,~pagetiger.com,~bakken.nl##.cookie-info:not(body):not(html) | |
###cookieCopy | |
###eu_cookie | |
###cookies_warning | |
##.regional-cookie-warning | |
###pl_cookies | |
##.cookie-alert-content | |
###CookieSaveMsg | |
###cookie-window | |
###privacybanner | |
##.cookiecontrol:not(body):not(html) | |
###cookieclaim_info_bar | |
###cookieclaim_info_box | |
###cookieclaim_overlay | |
###cookies_overlay | |
###askforcookie | |
##.alert-cookies:not(body):not(html) | |
###cookieInfoOrange | |
###AllowCookieContainer | |
##.allow-cookie-container | |
###cookieCompliance | |
###EUCookieMsg | |
###cooki_accept | |
##.alertbody .no-cookies | |
###CookieAlert:not(.in) | |
###CookieConsent | |
###theme_cookie | |
###hLibCookieInfo | |
###layerCookies | |
###cookies-container | |
##.tre-cookie-disclaimer | |
##.cookie_message:not(body):not(html) | |
###au_cookiesalert | |
###using_cookies | |
###bfg-cookie-policy-banner | |
###cookieslaw | |
##.e-cookie-info:not(body):not(html) | |
##.CookieChoiceContainer | |
##.cookieMaster:not(body):not(html) | |
##.cookiedisclaimer:not(body):not(html) | |
##.cookieDisclaimerContainerWrapper | |
##.cookiesDisabledBanner | |
##.cookie-information:not(body):not(html) | |
###cookies-politics | |
##.CookieWarning:not(body):not(html) | |
###cookieAccept:not(button):not(input) | |
##.acceptCookies:not(body):not(html) | |
##.acceptCookiesBox:not(body):not(html) | |
##.cookiesinfo:not(body):not(html) | |
###cookiepolicypopup | |
###pro_euclp_cookies_box | |
###js_pushDownCookieMessage | |
###CookiePanelNegative | |
##.moc-cookie-container | |
##.capa_cookies:not(body):not(html) | |
##.capa_cookie:not(body):not(html) | |
##.cookie-law-container | |
##.alert-cookie:not(body):not(html) | |
###msg-cookie | |
##.msgAvisoCookies:not(body):not(html) | |
###polityka_cookies | |
###msg_cookies | |
##.epson_cookienotice:not(body):not(html) | |
##.cookies-info-banner:not(body):not(html) | |
###notifyCookie | |
~lektury.gov.pl##.cookies-box:not(body):not(html) | |
###AvisoCookieslaw | |
###Generictopmenu1_ServiceMenu1_PnlCookie | |
###headerCookies | |
###headerCookiesAdvice | |
##.cookiesAlert:not(body):not(html) | |
##.cookiesAlertWrapper:not(body):not(html) | |
~nmhh.hu,~gezond.nl###cookie-dialog | |
###divCookies | |
###divCookiesBox | |
~forever21.com###cookiesPopup | |
~laboratoire-cellmade.fr###cookiesPop | |
###infocookie | |
##.ultimize_cookie_notification_container | |
###politykaPrywatnosciHolder | |
###cookie-law-info | |
###cookis-bg | |
~kruk.eu,~enbw.com##.cookie-agreement:not(body):not(html) | |
###barracookie | |
###barracookies | |
###cnilCookie | |
###mlUsingCookies | |
###gm-cookies | |
##.CookieNotice:not(body):not(html) | |
###cookies-guide | |
##div[data-key="cookies-warning"] | |
##.aroundCookie:not(body):not(html) | |
###af_cookies-bar | |
###cookie_ustawa | |
##.cookiePolicyLightBoxOverflowBg | |
##.cookiePolicyLightBox | |
###cookies-use | |
###cookies-use-page-padding | |
###theCookie | |
###cookiesPolicy | |
###PanelCookieOverlay | |
##.e-cookie-message:not(body):not(html) | |
##.container_cookies:not(body):not(html) | |
###cookie-monster-bar | |
###footerCookies | |
###cookie-accept-panel | |
##.cookies-info:not(body):not(html) | |
###cnil-cookie | |
##.cookies_popup:not(body):not(html) | |
##.cookies_popup_bottom_container | |
###cookie-allow | |
###cookiesPolicyPlace | |
##.cookienotice:not(body):not(html) | |
##.alertbody .r-cookies | |
###capaefectos-cookie | |
##.cookiesettings:not(body):not(html) | |
###cookieInformationBoxWrapper | |
##.divCookieBanner:not(body):not(html) | |
###ePrivacy | |
###ePrivacyDisclaimer | |
###cookieInfoContainer | |
###cookieNotify | |
###termscookie | |
###cookie-privacy-info-wrapper | |
~vodafone.nl,~multikino.pl##.cookie-msg:not(body):not(html) | |
##.cookie-msg-box | |
###notices-cookie-policy-warning | |
###cookies-element | |
##.popup_cookie:not(body):not(html) | |
###popup_cookie | |
###popup_cookies | |
###cookie_panel | |
###banner-cookie | |
###banner-cookies | |
###infoCookies | |
###infoCookie | |
###n2g_box_cookie_alerte_message | |
###interceptbody .intercept-cookies | |
###cookie_opt_in_container | |
###cookie_opt_in_anchor | |
###arte-cookie-banner | |
##.cookieAlert:not(body):not(html) | |
##.cookieAlertBox:not(body):not(html) | |
###cookieBannerContainer | |
###warning_cookie | |
##.cookie-info-block:not(body):not(html) | |
##.dni-notifications_cookie-notification | |
###cookie-disclaimer-overlay | |
###weUseCookies | |
###zc_cookie_notice | |
###theLawCookie | |
###ccm-cookiesDisclosure | |
~blackboard.com,~litebit.eu,~tiger.nl##.CookieConsent:not(body):not(html) | |
###cookies_confirmation_bar | |
###cookie_msn | |
###cookie-privacy-policy | |
###phrase_notification_cookies | |
###CCompliance | |
###wrapperMensajeCookie | |
##.W034_Cookie_Directive | |
##.panel-cookies:not(body):not(html) | |
###cookieMelding | |
###eu-cookie-msg | |
###cookies_message | |
###AllowCookiesWrapper | |
###cookie-policy-popin | |
###avisocookie | |
###avisocookies | |
###trackingCookie | |
###ctl00_ctl06_CookieWrapper | |
###jmCookieMessage | |
###divCookieInform | |
###contenedorCookies | |
###cookie-btn | |
###CookieWarning | |
###display_cookie_message | |
##.message-cookies:not(body):not(html) | |
###cookiesEU-box | |
###allow_cookies_container | |
##.CookiePanel:not(body):not(html) | |
###cookieDisclamer | |
###cookies_aviso | |
###cookieConsentForm | |
###widget-vrtcookiebalk | |
~wwz.ch##.cookie__container:not(body):not(html) | |
##.cookie_notification:not(body):not(html) | |
##.pnotify-cookies:not(body):not(html) | |
###cookies-disclaimer | |
###KPNCookie | |
##.wrap-cookie-info:not(body):not(html) | |
###ramka_ciasteczka_info | |
###BanerINcookie | |
##.cookie-signbody .ng-scope | |
###CookiesPopup | |
###cookiesbar | |
###js--cookies | |
###avisoCookies | |
###avisoCookie | |
###ign-cookie-policy | |
###cookiespolicy | |
###headercookie | |
###dismissable-cookie-policy | |
###bar_cookies | |
###cookie_policy_popup | |
###cookieConfirm | |
###id-cookies | |
###cookies-pol | |
~tiki.org,~openstm32.org,~coseleurope.eu,~hillwig.de###cookie_consent_div | |
###alertTop | |
###conteneurCookies | |
##.component-cookie-policy-feature | |
~generali.at##.cookies-container:not(body):not(html) | |
~falter.at###cookie-info-text | |
###CookiesAlert | |
###eu_cookie_container | |
###cookie_change | |
###metaCiasteczko | |
###cookiesTab | |
###cookies_contain | |
~camping.info##.cookie-layer:not(body):not(html) | |
##.cookie-layerbody #cookier + #cortina | |
##.nav__cookies:not(body):not(html) | |
###cookie-policy-info | |
###CookieReportsBanner | |
###cookieoverlay | |
###PolitykaPrywatnosciCookie | |
##.shareaholic-cookie-consent | |
###cookiePolicyWarn | |
###alert-cookie | |
##.eu_cookie:not(body):not(html):not(#content) | |
~schwaebisch-hall.de##.cookie-note:not(body):not(html) | |
###ck_dsclr | |
##.skryptcookies-pl:not(body):not(html) | |
###cookieFrame | |
###BBCookieToolDiv | |
##.privacypolicymessagebox_header | |
~nerim.com###cookies-box | |
###CookieButton | |
###zezwolenieNaCookie | |
###cookieswarning | |
###eu-cookie-notify-wrap | |
##.cookie_warning:not(body):not(html) | |
###cconsent | |
##.g-cookiebar:not(body):not(html) | |
###tt-cookie-check | |
###mm-content-cookies | |
##.privacy-policy-cookies | |
##.cookies-alert:not(body):not(html) | |
###cookiePolicyZone | |
~dawonia.de,~rittal.com##.cookie-overlay:not(body):not(html) | |
##.disclaimer-cookies:not(body):not(html) | |
###cnil-cookie-panel | |
##.cookie-alert-msk:not(body):not(html) | |
###cookieChoice | |
~mobil.abus.com###cookieChoiceInfo | |
###cookie-foot | |
###cookie_warn | |
###cookieKontener | |
###contenidoavisocookies | |
##.cookieLaw:not(body):not(html) | |
###cookieBoxContainer | |
##.jlp-cookie-info-container | |
###xrootCookieRules | |
###sfh-cookies-info | |
###zc_homepage_bara_cookies | |
##.cookies-style:not(body):not(html) | |
###__next div[data-test*="cookieBanner"] | |
###cookies_ask | |
##.vmapi-infocookies-wrapper | |
###MensajeCompruebaCookieSite | |
##.CookieNotification-bar | |
###the-cookie | |
###cookieCookieBar | |
##.cookieWrap:not(body):not(html) | |
###div-cookie-monster | |
###js_popup_cookies | |
###cookies-warning-container | |
##.pop_cookies:not(body):not(html) | |
###pop_cookies | |
##.m-cookiehint:not(body):not(html) | |
###eimm_box_cookie_alerte_message | |
###cookieUse | |
##.cookienotification:not(body):not(html) | |
###MainCookieBanner | |
###p_p_id_cookie_WAR_cookieportlet_ | |
###aboutCookieUsageBox | |
~kitsound.co.uk###cookie_consent_container | |
###cookie-policy-box | |
##.cookiesbar:not(body):not(html) | |
##.cookies_box:not(body):not(html) | |
##.cookies_yum:not(body):not(html) | |
###cookies_box_info | |
###cookie-widget | |
##.m_cookie_notice:not(body):not(html) | |
###cookiesLequipe | |
##.c-cookie-warning-panel | |
###coockieAPContainer | |
###cookieLawBar | |
###header-cookie-law | |
###cookies-warning | |
###dlg_cookie_frame | |
##.eu-cookie-show:not(body):not(html) | |
###cookie_terms | |
###cg_cookie_bar | |
##.aviso_cookies:not(body):not(html) | |
###elqOptInBannerDiv | |
##.comp-cookie-policy-banner | |
##.eprivacy_cookie:not(body):not(html) | |
##.eprivacy_cookie + .layer_black | |
###alert_cookie | |
###privacy-popup-container | |
###cookie-directive-bar | |
###S_cookie_box | |
###cookiesOptinLayer | |
~global.commerce-connector.com##.no-cookies:not(body):not(html) | |
###coockie_pas | |
###cookiePolisyInfo | |
###ventana-cookies | |
###cookie_belt | |
###ek-cookies | |
##.cookie_consent_title | |
##.cookie_consent_title + .ui-widget-overlay | |
###cookiesBox | |
##.avisocookie:not(body):not(html) | |
##.avisocookies:not(body):not(html) | |
###eu-cookie | |
###alert_cookies | |
###cookies-message | |
##.cookie-permission-prompt | |
###zgoda_cookie | |
###cookie-consent-banner | |
##.ui-cookies-banner:not(body):not(html) | |
###cookieElement | |
##.m_cookie:not(body):not(html) | |
##.cookies_bar:not(body):not(html) | |
##.block-cookie-popup:not(body):not(html) | |
###sdbCookieLegalContainer | |
##.bandeau-cookies | |
###info-cookie | |
###CookieInfo | |
###policyCookie | |
###allowusecookies | |
###CookieKomunikat | |
##.cookie-warn-msg:not(body):not(html) | |
###popUpInfosLegal | |
###Cookie | |
###simplecookienotification | |
###simplecookienotification_v01 | |
###popInCookieContainer | |
###popup-cookies | |
###popup-cookie | |
###contenedor_cookies_general | |
###infos_cookie | |
###com_cookie_policy | |
##.v2_cookies_container | |
###cookies-policy-banner | |
##.cookieWindow:not(body):not(html) | |
###legislation_cookie | |
##.cookie-overlay-modal-box | |
~dnbeiendom.no###cookieInfoBanner | |
##.cookie-outer:not(body):not(html) | |
##.identity-noticebar:not(body):not(html) | |
###polityka-ciastek | |
###msg-cookie-level0 | |
###cookieLawBannerId | |
###CookieAcceptContainer | |
###ctl00_pnl_cookie | |
###cookiesnotice | |
###sky-cookie-bar | |
##.block-cookie-accept-notify | |
##.cookie-drop-down:not(body):not(html) | |
~puratos.pl,~fok.nl###cookieInfo | |
###disclaimerCookies | |
###cookieTerms | |
##.cookieinfoholder:not(body):not(html) | |
##.cookies-notify:not(body):not(html) | |
###cookies-aviso | |
###texto_aviso_cookies | |
###mainCookieBar | |
###b14-cookiemenu | |
###Consentement-cookies | |
###site_info_cookies | |
###idg-cookie-bar | |
###cc-cookie-law | |
###cc-notification-gutter | |
###global-cookie-info | |
###cookieOptInBarWrapper | |
###messageID_user_info_cookiePolicy | |
###cookie_info_bar | |
###epdPlaceholder | |
###epdPlaceholder + #epd | |
###eurocookielaw | |
###s-cookie | |
###CookieControlWrapper | |
##.bls-cookie-policy:not(body):not(html) | |
###cookie_law_notice_container | |
###cnilcookie | |
###CookiesModal | |
##.consent.consent-prev | |
###SVDv3_cookie | |
##.js-cookie-information-popup | |
###cookiesAcknowledgement | |
###cookiesAcknowledgementBg | |
###cookieLevelIntercept | |
###cookie-statement | |
###cookieMsg2 | |
###komunikat_ciastka | |
##.we-use-cookies:not(body):not(html) | |
###blok_cookie | |
##.overlay-cookie:not(body):not(html) | |
##.overlay-cookie-block | |
##.module-alert-cookie:not(body):not(html) | |
###cookies-bar | |
###cookiealert_container | |
###cookies-msg | |
###cookieUsingNotification | |
###cookiesinfopnl_c | |
###cookie-monster-container | |
##.cookieMonster:not(body):not(html) | |
###cookieMonster | |
###hw_cookie_law | |
###BandeauInfoCookie | |
###bt-privacy-header | |
###bt-privacy-overlay | |
###ue-cookie-notify | |
###notifCookie | |
###divcook | |
##.cookieWrapp:not(body):not(html) | |
##.cookieWrapper:not(body):not(html) | |
###cookie_law_container | |
##.Cookies:not(body):not(html):not(#page) | |
###cookiePolicyContainer | |
###cookie_strip | |
##.vn-cookie-notice:not(body):not(html) | |
###rwd-cookie-message | |
##.tmCookieBox:not(body):not(html) | |
###cookieWarn | |
##.privacycookie:not(body):not(html) | |
~easyswimportal.com##.cookiepopup:not(body):not(html) | |
~qinetiq.com###cookiePolicyBanner | |
###cookie-text | |
###CNIL-notice | |
###cookies-ue | |
##.cookies-ue:not(body):not(html) | |
##.privacy-police:not(body):not(html) | |
###accept-cookies-div | |
###AllowCookiesMessage | |
###cookiesban | |
###popin-cgu-cookie | |
##.adn-cookie-panel:not(body):not(html) | |
###pasek_ciasteczka | |
###cookieInfoMain | |
##.cookie-informer:not(body):not(html) | |
###panel_cookie_bottom | |
###simpleAcceptCookie | |
###cookie_law_informations | |
##.cookies-notice-msg:not(body):not(html) | |
##.info-cookie:not(body):not(html) | |
###cookies_banner | |
##.cookiesNotification:not(body):not(html) | |
###remoteCookie | |
###int-cookies-bar | |
###mainDivLegacyCookie | |
##.ccbarbody .ccpane | |
##.c-cookiewarning:not(body):not(html) | |
###emea-cookie | |
##.cookieCorrector:not(body):not(html) | |
##.cookieCorrector + #fancybox-overlay | |
###AlertDialogConatiner | |
###cookielaw_overlay | |
###cookie_layer | |
###eu-cookies-directive | |
###maCookieInfo | |
###ididitallforthecookie | |
~idp.funktionstjanster.se,~birdpix.nl,~nederpix.nl##.cookieContainer:not(body):not(html) | |
###cookieLawPopupContainer | |
##.cookieLawPopupContainer | |
##.banner-cookies:not(body):not(html) | |
###cap_PoliticaCookiesDiv | |
###cookiesAdvertise | |
###dlicookieusagewarning | |
###CookieTr | |
###cookieStandar | |
###cookieCheckerBanner | |
###tc_privacy | |
###privacy-disclaimer | |
###hLibCookieInfo2 | |
###poolcookiebadge | |
###info_cookie | |
###info_cookies | |
##.euCookieInfobarWrapper | |
###ctl00_theseusCookiePolicy_ulCookiePol | |
##.pop-cookie:not(body):not(html) | |
###ecookie | |
###CP_box | |
##.cnil-block:not(body):not(html) | |
##.footer-cnil:not(body):not(html) | |
##.approve-cookies-header | |
###cookiesinfo | |
###cookie-info-container | |
##.ui-widget[aria-labelledby*="cookie"] | |
##.ui-widget[aria-labelledby*="cookie"] + .ui-widget-overlay | |
###ngo_box_cookie_alerte_message | |
###cookiecompliance | |
###cookies-alert | |
###jq-cookie-law-info-bar | |
###cookiePolitics | |
###cookie_advise | |
###cookies_legal_mention | |
###cookie_confirmation | |
###cookie-alert-section | |
##.widget__contact__item--cookie | |
###cookies-consent:not(.modal) | |
##.cookie-holder:not(body):not(html) | |
##.nmCookieNotifier:not(body):not(html) | |
###nav-cookie | |
###cm-cookie-popin | |
##.cookie_container:not(body):not(html) | |
###cookiesWarningBackground | |
##.consentement_cookies | |
###msgcookies | |
###veravisocookie | |
###rc-ley-cookies-dialogo | |
##.ccc-widget:not(body):not(html) | |
###CookieMonster | |
###cookie-cnt | |
##.browserfeatures-cookiesneeded | |
##.cookie_inf:not(body):not(html) | |
##.cookie_info:not(body):not(html) | |
##.cookies_warning:not(body):not(html) | |
##.cookieShowClass:not(body):not(html) | |
###cookiePrefIntro | |
###cookiePrefIntro_underlay | |
###cookienotify-wrapper | |
###cookienotify | |
##.md-cookie-warning:not(body):not(html) | |
###ccfd-eucookielaw | |
###cookies_disclaimer | |
###LegalCookies | |
~dclaw.co.uk###dialog-cookies | |
###synergi_cookie_wrapper | |
###synergi_inner_information | |
###cookiePolicyTooltip | |
##.cookie_info_box1:not(body):not(html) | |
###cookie-manager | |
###cookies_notification | |
###topCookie | |
###cookieComplianceMessage | |
~kruk.eu###cookie_accept | |
##.coockie_banner:not(body):not(html) | |
###cookie-nb-msg | |
###dCookies | |
###bara_mesaje_cookie | |
###cookie-eu | |
~kyoceradocumentsolutions.eu,~kyoceradocumentsolutions.de,~kyoceradocumentsolutions.ru,~kyoceradocumentsolutions.ch,~kyoceradocumentsolutions.fr,~kyoceradocumentsolutions.it,~kyoceradocumentsolutions.co.uk##.cookies-consent:not(body):not(html) | |
###cookieAcceptBox | |
##.cookietool-message:not(body):not(html) | |
###info-about-cookies | |
##.CookieMessage:not(body):not(html) | |
###miniccookie | |
###prfrm_cookie_bnr | |
###cookieAcceptance | |
###ccgtm-wrapper | |
##.pageHCookie:not(body):not(html) | |
##.CookieInfo:not(body):not(html) | |
###aviso_cookies | |
###politica_cookies | |
###cookies-prompt | |
###cookiemelding | |
###InfoCookie | |
###cookiePolicyDiv | |
###cookie_priv_div | |
##.cookie_acept:not(body):not(html) | |
###subserviceCookiesBar | |
###eu-cookie-guideline | |
###eu_cookie_bar | |
###cookie-privacy-wrapper | |
##.uc-cookie-block:not(body):not(html) | |
##.CookiesBar:not(body):not(html) | |
###CRTL_AlertCookie | |
###CookieLAW | |
###cc-banner | |
###cookie_note | |
###theseusCookiePolicy_ulCookiePol | |
###cookie_informer | |
###Cookieconsent | |
##.yd-jig-cookielaw:not(body):not(html) | |
###capaAvisoCookies | |
###headerbar_cookies | |
##.headerbar_cookies:not(body):not(html) | |
###cookielawwarning | |
###ban-cookie | |
###cookieStartMessage | |
##.cookiewarning:not(body):not(html):not(.main) | |
##.cookies_header:not(body):not(html) | |
###cookies-wiadomosc-box | |
~patient.info##.alert--cookie:not(body):not(html) | |
###CookiesLawMessage | |
##.tc-cookies-alerta:not(body):not(html) | |
###cookies-val | |
###informacja_o_ciasteczkach | |
##.cookies1:not(body):not(html) | |
##.cabeceraCookie:not(body):not(html) | |
##.advice-cookie:not(body):not(html) | |
###cookies-lightbox | |
##.cookieCheckMainPanel | |
###messageCookie | |
###cookies-information | |
###cookie_ok1 | |
##.cookies_bandeau:not(body):not(html) | |
###wk_cookiebar | |
~inwerk.de,~bioplanete.com,~miltenyibiotec.com,~promondo.de,~acerta.be###modal-cookie | |
###modal-cookie + .reveal-modal-bg | |
##.cookies-information:not(body):not(html) | |
###toolbar_cookies | |
##.cookiePopin:not(body):not(html) | |
##.a--cookie:not(body):not(html) | |
###cookies_txt | |
##.obs_cnil:not(body):not(html) | |
##.acceptCookiesMobile:not(body):not(html) | |
##.komunikat-panel-cookies | |
###e_cookieWarning | |
###CookiePolicyPanel:not(.contentpanel) | |
##.cookies-wrapper:not(body):not(html) | |
##.cookie-policy-inform | |
###bcpm-notification-outer-border | |
###bcpm-footer | |
###cookie_popup_overlay | |
###external-cookie-bar | |
###MessageCookie | |
###mensaje_cookies | |
###cookiesLegalMessage | |
~quooker.de,~quooker.be###cookie_wrapper | |
###footer_cookie | |
###footer_cookies | |
##.footer_cookies:not(body):not(html) | |
###cookiess | |
###cookiesss | |
##.jqmAlertWindow:not(body):not(html) | |
###ciasteczka_alert | |
###cookiePlaceholder | |
##.avisoCookies:not(body):not(html) | |
###cookie_accept_box | |
###divCookiePolicy | |
##.cookies-banner-container | |
###cookie-full | |
###legal_policy_cookies | |
###cookieConsentPrompt | |
###cookemessagehandler | |
##.cookieConsentBar:not(body):not(html):not(.ecinl) | |
###barraaceptacion | |
###wrapper-cookie | |
##.wrapper-cookie:not(body):not(html) | |
###div_cookie_msg | |
###cookidiv | |
##.cookieDirective:not(body):not(html) | |
###cookies_div | |
##.cookie-pp:not(body):not(html) | |
##.politicaCookies:not(body):not(html) | |
##.eh-cookieinfo:not(body):not(html) | |
###politicaDeCookies | |
##.gdl-cookie-dialog:not(body):not(html) | |
###bannerCookie | |
###bannerCookieContainer | |
###pie_menu_cookies | |
###cookiebalk | |
###showcookieinfo | |
###ehms-cookie-info | |
##.cookiesframe:not(body):not(html) | |
##.ec-cookie-policy:not(body):not(html) | |
##.cookiesheader:not(body):not(html) | |
##.box-cookie:not(body):not(html) | |
##.cookie-accept-container | |
###euCookieWrapper | |
###DIVcookies | |
###dni-cookie-alert | |
###eurociastko | |
###cookieInfoMax | |
##.warning-cookie-law:not(body):not(html) | |
###CookiesDisclaimer | |
###mycookie_loader_window | |
###tc_privacy_bottom_fix | |
###show_cookies | |
~stwbs.de##.cookie-advice:not(body):not(html) | |
##.viia-cookie:not(body):not(html) | |
###cook_info | |
###cookies_polityka | |
###CookieLaw | |
##.sanoma-optin-bar:not(body):not(html) | |
###cookiePrivacy_header | |
##.cookie-statement:not(body):not(html) | |
###privacy-police | |
###ccm-banner-wrap | |
###o99_cookie-information | |
##.eu-cookie-nag:not(body):not(html) | |
###pop-up-cookies | |
###mz-cookies-policy | |
###GritterContainer | |
##.bandeau_consent:not(body):not(html) | |
###policy-cookies-banner | |
##.mh5_CookieNotice:not(body):not(html) | |
###cookiewet | |
###cookie-disclosure | |
###cookieMsgBlock | |
###cookie-compliant | |
###tracking-cookies | |
###cookies-compliance | |
###informacja-o-cookies | |
###cookies-layer | |
##div[data-veci="cookies-policy"] | |
##.cookie-info-box:not(body):not(html) | |
##.cookie-messages:not(body):not(html) | |
###cookies_legislation | |
##.contcookies:not(body):not(html) | |
###pnlCookieBar | |
###cookiesplease | |
##.cookies-v2:not(body):not(html) | |
###aa_privacy_module | |
##.cookie-noticebar:not(body):not(html) | |
~urgibl.de,~bruns.de,~kunzbaumschulen.ch,~gartencenter-seebauer.de,~rammes-gruenland.com,~gartencenter-bergerhoff.de,~tomgarten.de,~mauk-gartenwelt.de###CookieMessage | |
##.cookies-disclaimer:not(body):not(html) | |
##.divLeyCookies:not(body):not(html) | |
###policyCookies | |
##.block_cookie_popup:not(body):not(html) | |
##.eu-cookie-message:not(body):not(html) | |
##.CookiesInfoMain:not(body):not(html) | |
##.divAllowCookies:not(body):not(html) | |
###ban-mentions-legales | |
###cookies_notify | |
###im_cookie_message | |
##.cookiesNavMessage:not(body):not(html) | |
###cookiesagree | |
###cookies_footer_popup | |
###barritaloca | |
##.o7cookie-info-prompt-wrap | |
##.jqCookieAcceptContainer | |
###rcCookies | |
##.cookie-control-container | |
###container_cookies | |
###ciasteczko | |
~intersport.nl,~intersport.dk,~intersport.es###CookiePopup | |
##.js-cookie-widget:not(body):not(html) | |
###evideCookiesNotify | |
###dd_cookie_bar | |
##.CookiePolicy-Contener | |
##.cookiesq:not(body):not(html) | |
###cookiesPanelWrapper | |
###cookiesApprobation | |
###cookie_info_area | |
###rtPrivacyBanner | |
###cookie-disclaimer-footer | |
###PPcookie | |
###no-cookie | |
###cookieHolder | |
###cookieOpacity | |
###mcCookiesLawMessage | |
###oH_cookie | |
###smcc_header_cookieaccept | |
###cookie-policy-msg | |
###cookie-confirm | |
##.cookie-confirm:not(body):not(html) | |
###CookieManagerDialogWrapper | |
##.cookiePopupSmall:not(body):not(html) | |
###JM_Cookie_Container | |
###cookie-cookie-div | |
###cookiesalert | |
##.toastbody .cPolicy | |
###disCookieContainer | |
##.cookies-acceptance:not(body):not(html) | |
##.cookietop:not(body):not(html) | |
##.cookie__message:not(body):not(html) | |
###cookieInfoMsgOuter | |
###cookietextdiv | |
###consentCookieDiv | |
##.cookie-msg-info:not(body):not(html) | |
###e3cookie | |
###header-cookielaw-form | |
##.cookies-info_banner:not(body):not(html) | |
~rocrivor.nl,~deondernemer.nl,~tcroomburg.nl,~gezondheidsplein.nl,~intersport.nl,~intersport.dk,~intersport.es##.cookiewall:not(body):not(html):not(.card):not([class*="player"]) | |
~kh.hu,~ticsante.com,~techopital.com,~sandro-paris.com###cookieConsentContainer | |
###cookies_notice_widget_root | |
###Cookie + .alertWrp | |
##.footer_cnil:not(body):not(html) | |
###showCookie | |
###showCookie ~ br | |
##.ciacho2-wrap-container | |
###ciacho | |
###ciachoinfo | |
###ciachoBar | |
###poityka-ciastek | |
###bandeau_cookies | |
##.bandeau_cookies:not(body):not(html) | |
##.cookiePrivacy:not(body):not(html) | |
###CookiesOverlay | |
##.cookie_privacy_policy | |
##.cookiz:not(body):not(html) | |
###cnil_informations | |
###cookieInfoLayer | |
###cookie_info_box | |
##.fm-cookieBanner:not(body):not(html) | |
##.cookie_toolbar:not(body):not(html) | |
##.cookies-gioodo-require | |
##.BandeauCookieGlob:not(body):not(html) | |
###ctl00_IdCookies_DivBlanche | |
###tweCookie | |
~montanacolors.com##.divcookie:not(body):not(html) | |
##.cookiealarm:not(body):not(html) | |
##.landing-cookies:not(body):not(html) | |
###cookieUBar | |
###popup-announcements | |
###cookieinformationbar | |
##.barre-info-cookies:not(body):not(html) | |
###cnil_bar | |
###ctl10_pnlCookieBanner | |
###vop-cookie-control | |
###id_msgCnil | |
###jQAlertAcceptCookie | |
###cookies-toolbar | |
~imoradar24.ro,~viberate.io,~autopunkt.pl###modal-cookies | |
##.cookie-slide-container | |
###a3_cookie | |
###header-info-cookie | |
##.cookie_popup:not(body):not(html) | |
###alternetCookieMessage | |
##.rb-cookie:not(body):not(html) | |
##.rb-cookie-backdrop:not(body):not(html) | |
##.cookies-inUse-alert:not(body):not(html) | |
###ibwarning_eucookies | |
###cookie-opt-in | |
##.cookiewet:not(body):not(html) | |
###CookiesContainer | |
###s_s_cookieInfoContainer | |
###COWIcookiesdirective | |
###cookieLawMessage | |
###cookieComplianceBox | |
##.COOKIECONSENT_BANDEAU | |
###cookies-ue-agree-block | |
###rtsCookies | |
##.cnil_warning:not(body):not(html) | |
###footer-cnil-space | |
##.cnil-banner:not(body):not(html) | |
###cookieBlackout | |
###cookie-notifier | |
###YourCookieSettings | |
###sc_thispolicy | |
##.RACKWrapper:not(body):not(html) | |
###ctl01_uiCookieBanner | |
###acceptcookiesWrapper | |
###acceptcookiesWrapper + #overlayMask | |
###cookies_block | |
###avg-cookie-bar | |
###avg-cookie-bar-holder | |
###basalCookieFooter | |
###uk_cookie_container | |
###ctlmActionsDiv_closeCookieBanner | |
###codemasters_cookies | |
##.cookiedetails:not(body):not(html) | |
###ec-cookie-messages-container | |
###eircom-cookies-notice | |
~mediamarkt.ch##.cookie-info-layer:not(body):not(html) | |
##.cookie-info-close-wrapper | |
##.cookie-information-text | |
###services-cookie | |
###farmacja_cookie_alert | |
###ftfacookie | |
###gpsecCookieInformationContainer | |
###HoneywellEUCookie-Banner | |
###itv-glob-cookie-policy | |
###itv-cookie-notification | |
###info_cookie_ipzp | |
###cookieParisien | |
###motorsCookieMsg | |
##.jqmOverlay:not(body):not(html) | |
###jqmCookieMonster | |
###ngo-cookie-policy-banner | |
##.wrap-cookie-policy-message | |
###Generictopmenu2_ServiceMenu1_PnlCookie | |
###ctl00_ctl00_ctl00_cookieLawPnl | |
##.cookiesPie:not(body):not(html) | |
###rynCookiePolicy | |
###rtveCookiePolicy | |
###s4c-cookie-wrapper | |
##.seat_cookie_bar:not(body):not(html) | |
###skycom-cookie-wrapper | |
##.cookie-div:not(body):not(html) | |
###zse-cookie-container | |
###cookiescheck | |
##.notification--cookies | |
##.new-cookie-rules:not(body):not(html) | |
##.new-cookie-rules ~ .loader | |
###cookieRules | |
###infoboxcookie | |
##.cookiebarcontainer:not(body):not(html) | |
###cookie-regle | |
###COOKIE_MHD_ALERT | |
##.pasek_cookie:not(body):not(html) | |
##.acceptCookieDiv:not(body):not(html) | |
###cookiemenu | |
##.tn-cookieInfo-area:not(body):not(html) | |
##.main-cookies-warning | |
###cookies_notify_container | |
###npo_cc_notification | |
##.cookie-melding:not(body):not(html) | |
###cookie-melding | |
###cookie_prompt | |
##.bb-header__accept-cookies | |
###platform_cookie_policy_bar | |
###cnill_banner | |
###nq_cnilbanner | |
###noticeAboutCookies | |
###cookiePreferences_front-end | |
##.cookieheight:not(body):not(html) | |
###cookie-consent-box | |
~indiearenabooth.com,~thule.com##.cookie-consent-box:not(body):not(html) | |
###bandeauCookie | |
###cookies-license | |
##.box_cookies:not(body):not(html) | |
###AvisoCOOKIES | |
###cookie-cnil-mobile | |
###cookie-cnil-mobile-box | |
###div-cookie-info | |
##.cookies_bottom:not(body):not(html) | |
###cookieHinweis | |
###cookielaw-box | |
##.msgcookie:not(body):not(html) | |
###mtcookieconsent | |
###messageCnil | |
###viewlet-cookiepolicy | |
###cookiesAgreement | |
###cookies_section | |
###cookieTjek | |
###esv-header-cookies | |
###privacy_agreement | |
###cookie_pupup_confirm | |
###cookieController | |
###BortosCookie | |
##.oe-cookies-law:not(body):not(html) | |
##.AcceptCookies:not(body):not(html) | |
###eu_cookies_overlay_content | |
##.euCookie-outer:not(body):not(html) | |
###cookie-message-fixed | |
##.cookie-time:not(body):not(html) | |
###headerCookieLawClickOnlyContainer | |
##.cookiesPiskot:not(body):not(html) | |
###cookiesInfo2 | |
##.CookieWrapper:not(body):not(html) | |
###avcns-wrapper | |
###privacy-notice | |
##.soe-cookie-policy:not(body):not(html) | |
###eucl_panel | |
###cookieInfoAcceptContainer | |
###cookie-accept-popup | |
##.cookies-policy-container | |
###cookieComplianceNotice | |
###notatekpl_cookielaw | |
###cookiesReglement | |
###kukiuorning | |
###akceptcookie | |
##.cookies_info:not(body):not(html) | |
###coockieagree | |
###cookiesAdvice | |
###pc-cookies-notice | |
###cookies_compliance | |
###cookieInfoMessage | |
##.cookieLegal:not(body):not(html) | |
##.navigation-notification__cookiebar | |
###cookiePolicyText | |
##.cookiesAgreement:not(body):not(html) | |
##.mmCookies:not(body):not(html) | |
###validationCookie | |
###DCCookieLaw | |
##.jum-notification-cookie | |
##.msg_cookie:not(body):not(html) | |
###leycookies | |
##.acceptcookie:not(body):not(html) | |
###cookie-popup-outer | |
###cookiewet-hoek | |
###cobo_cookie_law | |
###tlCookieComplienceInitialWrapper | |
###mensaje-cookies | |
##.notice_notice_cookies | |
###cookies_law | |
###mCookies | |
###m-notification-cookie | |
###cookie_question | |
###policyBox | |
###cookieInfoWrapper | |
##.cookie_bolck:not(body):not(html) | |
##.cookiePermisionInfo:not(body):not(html) | |
##.eu-cookie-banner:not(body):not(html) | |
###cookieDough | |
##.cookieDiv:not(body):not(html) | |
###cookieLegal | |
###m_cookie_popup | |
###simpleclick_uis_cookieconsent | |
###banniere_information_utilisation_cookies | |
###div_accept_cookies | |
###eucookiebar | |
###ms-cookies-info | |
###cookies_pp | |
###ctl00_cookies_pl | |
###popinCookie | |
###cookiebarra | |
###barra_cookies | |
###cc_bandeau | |
###cookiepopupheader | |
##.infoscookies:not(body):not(html) | |
###eu_cookie_consent | |
###lws-cookie-message-outer | |
###dotbandeaucookie | |
###DivAceptarCookies | |
###euck-note | |
###cookieAcceptWrapper | |
###cookieLawBox | |
~filmmakers.de,~kh.hu,~zwijsen.nl##.cookie-consent-container | |
##.cookies_block:not(body):not(html) | |
###cookie-consent-message | |
###cookiesPolicyHolder | |
##body > .ckOuter | |
##.barCookie:not(body):not(html) | |
###div_cookiespolicy_notification | |
###gel-cookie-banner | |
##.cookie-compilance:not(body):not(html) | |
##.M4T-cookie:not(body):not(html) | |
##.cookiewallpopup:not(body):not(html) | |
###leydecookies | |
##.bloccookie:not(body):not(html) | |
###cookies-informacja | |
##.cookieCheck:not(body):not(html) | |
##.CookieAcceptanceWrapper | |
###cookie-information-banner | |
###acceptCookiesText | |
###cookieTd | |
##.barre_cookie:not(body):not(html) | |
##.barre_cookies:not(body):not(html) | |
###_cookieNotificationBar | |
~realme.com,~joingoodcompany.nl,~markets.com,~tele2.nl,~t-mobile.nl,~reidl.de,~puzzels.ad.nl,~puzzels.bndestem.nl,~puzzels.bndestem.nl,~puzzels.bd.nl,~puzzels.bd.nl,~puzzels.gelderlander.nl,~puzzels.gelderlander.nl,~puzzels.destentor.nl,~puzzels.destentor.nl,~puzzels.ed.nl,~puzzels.ed.nl,~puzzels.pzc.nl,~puzzels.pzc.nl,~puzzels.tubantia.nl,~puzzels.tubantia.nl,~puzzels.trouw.nl,~puzzels.parool.nl,~puzzels.volkskrant.nl##.cookie-header:not(body):not(html) | |
###cookie-header | |
###_CookieText | |
###koekbalk | |
###cookie_cnil | |
###cookie_announce | |
###cookiePolicyBox | |
##.cookiePolicyBox:not(body):not(html) | |
###cookies-blok | |
###home-privacy-coookies | |
##.home-privacy-coookies | |
###cookie-policy-wrapper | |
###footer-cookie-notifier | |
##.footer-cookie-notifier | |
###divProtectionViePrivee | |
###m-cookie | |
###cookie-consent-bar | |
###cookie_policy_box | |
###cookienotifier | |
###cookies-terms-info | |
###cookieAgreement | |
###cookies_request | |
###politykacookies | |
###preheader_cookies | |
###informacja_ciastka | |
###cookie-notice-top-banner | |
###cookieSignpost | |
~joingoodcompany.nl,~mycall.no###cookie-accept:not(button):not(.btn):not([class*="button"]) | |
###cookieAgreementContent | |
##.cookie-info-bar:not(body):not(html) | |
###cookie-section | |
###cookie-notice-bar | |
###box_cookies_info | |
##.alternetCookieMessage | |
###CookieBannerNew | |
###CNILMessage | |
###M_cookieWarning | |
##.cookie_richtlinien | |
###cookieaccept | |
###div_coockies | |
###cookie-info-outer | |
###boxCookies | |
###x-cookie | |
##.message_cookie:not(body):not(html) | |
###cnil_cookie | |
##.wrapperCookies:not(body):not(html) | |
###cookies-message-src | |
##.cookie_head:not(body):not(html) | |
~otpportalok.hu##.cookie_header:not(body):not(html) | |
###warning_EU_cookiemsg | |
~viennahouse.com###cookie-box | |
~ivolta.pl##.cookies_footer:not(body):not(html) | |
~gruenderservice.at,~wko.at###cookiehint | |
###expat_cookies | |
###ph-cookies-akkoord | |
###cookiebar-cookiepolicy | |
##.alert-info[data-block-track*="CookieNotice"] | |
###confirm_cookie_use | |
###CookieNotice | |
###missatge_cookie | |
###avertissement_cookies | |
###info-cookies-bar | |
###popin_cookies | |
###cookie-msg-box | |
###cookie_politics_overlay | |
##.cc-cookiecontainer:not(body):not(html) | |
###box-cookies | |
###stCookiebox | |
###selly-cookies | |
###ciasteczkowe_okno | |
###JScookieInfo | |
###cookie_privacy_bar | |
##.alertCookie:not(body):not(html) | |
###headband_cookies | |
###region_cookies_infos | |
##.cookie-notifications | |
###cookies_info_panel | |
###cookies_tic | |
###Header_Header_ctl00_cookieDisclamer | |
###cookies-notification | |
##.cookiemanager:not(body):not(html) | |
###cookiesMsg | |
###div_cookis | |
###ctl00_pnlCookieSettings | |
##.cookie-law-message:not(body):not(html) | |
###privacy-message-bar | |
###permission-bar | |
###permission-bar-prompt | |
###averto-cookies | |
###tv-cookie | |
###legal-notification | |
###capa_pol_cookies | |
###head-bar-cookie-info | |
###cookies-alerta | |
###cookiesBannerContainer | |
~kruk.eu###cookie-agreement | |
##.jw-widget-show-cookies-policy | |
###cookie_acc_wrap | |
##.block-lsw-cookie:not(body):not(html) | |
###ic_cookies_ar | |
##.cookieConsentBanner:not(body):not(html) | |
###askcook | |
###cookie_info_startpage | |
###ahhg-cookie-window | |
###ahhg-cookie-button | |
##.cookie_privacy_law_bar | |
###disclaimer_cookies | |
###cookiePreferencePanel | |
##.footer__cookie:not(body):not(html) | |
##.disclaimer[disclaimer="cookies"] | |
###informacjaOCiasteczkach | |
###stdCookie | |
###cookies_agree | |
###bottomCookie | |
##.COOKIE_PRIVACY_CONT:not(body):not(html) | |
###cookie_notify | |
##.CookieConsent-firstinfo | |
##.privacy_policy_info:not(body):not(html) | |
###stk-cookie-bar | |
###cewe-accept-cookies | |
##.cookiesWrapper:not(body):not(html) | |
##.cookiewidget:not(body):not(html) | |
##.privacybanner:not(body):not(html) | |
##.divCookieDisclaimer:not(body):not(html) | |
###cookies_block_footer | |
###nav_cookie | |
###cookieHint | |
###pw-cookie-banner | |
###bandeauCookies | |
###attentionCookies | |
###eu-cookie-container | |
##.trackingCookiesDisclaimer:not(.container) | |
###headerTopBarMessageCookies | |
###LoggingCookie | |
##.headerCookies:not(body):not(html) | |
###bandeau-cookie | |
###block-custom_cookies-custom_cookies_eu | |
###cnil-cookies | |
###CookiesArticle | |
###flash-cookie-policy | |
###js-cookies-info | |
##.modal-accept-cookies | |
##.avertissementCookies | |
##.cookiesHeader:not(body):not(html) | |
##.hp-cookies:not(body):not(html) | |
###EBCookies | |
###loi_ue_cookiee | |
###CNIL_message | |
###banniere-cookie | |
###bandeau_cnil | |
~vsninfo.de,~stadtwerke-weilburg.de###cookiehinweis | |
###ydp_cookie_message | |
##.cookies-popin:not(body):not(html) | |
###popup_cnil | |
###barre_top_secondaire | |
##.loi_cookie__wrapper:not(body):not(html) | |
###mj-cookie-consent | |
###cookielaw_notice | |
##.GAcookies:not(body):not(html) | |
###PaveCookies | |
###bar-zone-cookie-usage | |
###cookie-notifica | |
###lexisnexis-cookies | |
###privacyBar | |
###cookieMessagelightbox | |
###CNIL-cookie | |
###infosCookies | |
~hondanews.eu##.cookieContent:not(body):not(html) | |
##.message-demande-cookies-wrapper | |
##.footerCookies:not(body):not(html) | |
###popin-cnil | |
###private-policy | |
##.cnil-alert:not(body):not(html) | |
##.fbar-cookie-policy:not(body):not(html) | |
###legal-cookie | |
###containerCookieNotif | |
###layer-cookies | |
##.bann-cookie:not(body):not(html) | |
###warn-cookies-area | |
###cookie_policy_bar | |
###cookieLaw_cAlert | |
~gesundheit-nordhessen.de###tarteaucitronRoot | |
~otpportalok.hu##.cookie_text:not(body):not(html) | |
###cookie_bloc | |
###CookiesBanner | |
###bandeau_cookie_cnil | |
###cqcqButton | |
###cqcqPanel | |
###cookieBarWrapper | |
###autoescapecookie | |
##.recocliv2:not(body):not(html) | |
###cookiemuur | |
##.alert-cookies-banner | |
##.popin-cnil:not(body):not(html) | |
###noty_bottomCenter_layout_containerbody .i-am-new | |
###noty_bottom_layout_containerbody .i-am-new | |
###noty_bottomLeft_layout_containerbody .i-am-new | |
###noty_bottomRight_layout_containerbody .i-am-new | |
###noty_top_layout_containerbody .i-am-new | |
###noty_bottomCenter_layout_container.i-am-new | |
###noty_bottomRight_layout_container.i-am-new | |
###noty_bottom_layout_container.i-am-new | |
###noty_bottomLeft_layout_container.i-am-new | |
###noty_bottomFullWidth_layout_container.i-am-new | |
###noty_top_layout_container.i-am-new | |
###notyfy_container_bottomRight.i-am-new | |
##.CookieAcceptPanel | |
###notificationcookie | |
##.sml_cookiepolicy | |
###eu_cookie_law | |
###alert-cookies | |
###aceptar_container | |
###mn_cookieinfo_holder | |
###dgcookiesAlertBig | |
###infoCookieBanner | |
###cookie_widget | |
###bcCookies | |
###politicacookies | |
##.politicacookies | |
###cookies_hint | |
##.cc-cookies-page:not(body):not(html) | |
~hondanews.eu###cookiesPolicyBanner | |
##.w3_cnil:not(body):not(html) | |
###cookiexndo | |
###BlkCookies | |
###coe-cookie-disclaimer | |
###aceptarCookie | |
##.disclaimer-cookies-message | |
###cookielaw-container | |
###cnil-cookie-avertissement | |
###top-message-info-cookie | |
###cookieIdiotLaw | |
###RIEU-acceptCookies | |
###cookieWarningLayer | |
##.cookiesWarning-container | |
##.cookie-toolbar:not(body):not(html) | |
###itsbootstrapcookie | |
###fs-cookiewarning | |
###polityka_okno | |
##.cookiesBloc:not(body):not(html) | |
###confidentialite_cookie | |
###cookie-restriction | |
##.cookieshade:not(body):not(html) | |
~0calc.com,~0rechner.de,~klickmal.at,~norgips.pl###cookiemodal | |
###nld_cookies | |
##.EU-cookie:not(body):not(html) | |
##.js-EU-cookie:not(body):not(html) | |
###bcc-cookie-bar | |
###wrapper_cookies | |
##.warningCookieWrap:not(body):not(html) | |
##.tpl-g-cookies:not(body):not(html) | |
##.alertViePrivee:not(body):not(html) | |
###divCookInfo | |
###cookicnil | |
###lawEU | |
~mediamarkt.ch##.cookie-info-header:not(body):not(html) | |
###popin-accept-cookie | |
~openfoodnetwork.org.uk##.cookies-banner:not(body):not(html) | |
##.cookies_banner:not(body):not(html) | |
##.loi_hamon:not(body):not(html) | |
###cookies_men | |
##.cookie_msg:not(body):not(html) | |
###cookie_alert2 | |
##.cookie-notification-bubble | |
###cookie-popup-wrapper | |
##.legaladvice:not(body):not(html) | |
##.cookiesBar:not(body):not(html) | |
###fdjTrackersConsent | |
###legalcookie | |
##.cookie-widget:not(body):not(html) | |
###prevent_cookies | |
##.alert[data-cookie="banner-cookie"] | |
##.legalwarning:not(body):not(html) | |
###txtCookies | |
##.b-cookieBox:not(body):not(html) | |
##.euCookieLayer:not(body):not(html) | |
###_lcms_banerCookies | |
###cookie-dialogue-div | |
###ctl00_CiasteczkaPolityka_RNCockie_popup | |
###KPN_cookie | |
###cookie-question | |
###cookie_legal_display | |
##.warning-policy:not(body):not(html) | |
###cookieTekst | |
###cookieValidatorMain | |
###cookiesLayer | |
###alert-cookie-policy | |
###bloc_cookie_annonce | |
##.basic--draw-message-bar-cookie-notice | |
~dkms.pl,~jobware.de,~cyberforum.de,~grander.com##.cc-banner:not(body):not(html) | |
###ing-Cookie | |
###ing-Cookiebody .ing--active | |
##.banner__cookies:not(body):not(html) | |
###scnb-cookie-bar | |
###cookieCnil | |
###cooklayer | |
###cookies_bar | |
##.c-js-cookiebox:not(body):not(html) | |
##.cookiesDisclaimer:not(body):not(html) | |
###policy-accept | |
###ciastka | |
###cookie_info_topNav | |
###div_cnil_cookie | |
###popup_cookie_info | |
###cookieAdvisor | |
###i-cookie-cnil | |
###modalcookies | |
##.CookiesInfo:not(body):not(html) | |
###aboutcookies | |
##.cookiesinfobox:not(body):not(html) | |
###sfCookieWarningBarSpacer | |
###sfCookieWarningBar | |
###cookie-bar-bottom | |
###cookielawwrapper | |
~matines.com##.cookies-div:not(body):not(html) | |
##.cookie_wrp:not(body):not(html) | |
###cookie_opt | |
##.bandeaucnilcookies:not(body):not(html) | |
###sikomor_cookies | |
##.banner-msg[data-name="cookieMessageShown"] | |
###avertissement_cookie | |
###cookieWarningLayout | |
###cookieNotifyWrapper | |
###cookie-polityka | |
##.cookies-alert-alerta | |
###cookiesPolicyC | |
##.cookiecheck:not(body):not(html) | |
##.cookies-portlet:not(body):not(html) | |
###BandeauCNIL | |
###komunikat-cookie | |
###contenerAlertCookie | |
###cookies_accept_overlay | |
##.cookiePermission:not(body):not(html) | |
###leyCookies | |
###cookiesPolicyPopup | |
###cookieNotSet | |
##.disclaimermessage:not(body):not(html) | |
##.nv-cookie-notification | |
##.cookieinformation:not(body):not(html) | |
###powa-cookie | |
###content-cookies | |
###footerCookie | |
###temelcookiepop | |
###cooktab | |
###belkaCookies | |
###AcceptCookie | |
###cookiebandeau | |
##.popup-aviso-cookies:not(body):not(html) | |
###flxCookieControlCorner | |
###flxCookieBar | |
##.optinCookie:not(body):not(html) | |
###ustawaCookie | |
##.cookie-promo:not(body):not(html) | |
###cookies_advise | |
##.cookiespopup:not(body):not(html) | |
###header-cookies | |
###js-cnil--alert | |
###pfizer_cookies_policy | |
###cookie-alert-box | |
##.acceptCookie:not(body):not(html) | |
##.alertCookiesCnil:not(body):not(html) | |
###cookieUIContainer | |
###cookiesadv | |
###informations-cookies | |
###aboutCookieFooter | |
##.CookieHint:not(body):not(html) | |
##.eu_cookies_alert:not(body):not(html) | |
##.zpWinThemeCookie:not(body):not(html) | |
###hc_hugs_cookie | |
###CookieLawHolder | |
###mssg-cookies-warning | |
##.cookieLayer:not(body):not(html) | |
##.cookieLayer + .ui-widget-overlay | |
###cookiesWarningBanner | |
###cookiesAdrenaline | |
###notice-cookie | |
~case-score.de,~pff.se,~pickup.de,~porto.pt,~invk.nl,~mirells.se,~511tactical.com,~arbeiterkammer.at,~technikum.pl,~teb.pl,~bazzar.hr,~mediathekviewweb.de,~leaseweb.com,~frankfurt.de,~vvebelang.nl,~lomax.dk,~engie-energie.nl,~knative.dev,~stadt-kuehlungsborn.de,~thule.com,~mltracker.co.uk,~tropicana.fr,~xm.com,~moderne-landwirtschaft.de,~brieftip.pl,~kaliber.pl###cookieModal:not(.countryCookieModalContainer):not(.idcac) | |
###wp_insert_vi_consent_popup_wrapper | |
##div[data-cookie="on"] | |
###gk-cookie-law | |
###containerCookies | |
###popin-cookies | |
###notification-cookies | |
###cookies-ad | |
###cookiesDisclaimer | |
###cookie_info_div | |
###cookieInformer | |
###AlertaCookies | |
##.cookieBandeau:not(body):not(html) | |
###banner_cookie | |
##.cnl-cookies:not(body):not(html) | |
###eu-cookie-compliance | |
###informativa-cookie | |
###pol-cookies | |
###cookie_popup_bg | |
##.cookieInformationContainer | |
##.divascookies:not(body):not(html) | |
##.cookieframe:not(body):not(html) | |
###declare-cookies | |
###zCookieMessage | |
###cookies_alert | |
###ctl06_pnlCookieBanner | |
###cookieNoticeContainer | |
##.banner_cookies:not(body):not(html) | |
##.CookieNote:not(body):not(html) | |
###ctl01_pnlCookieBanner | |
##.alert_cookies:not(body):not(html) | |
###cookieConfirmationContainer | |
###footer_tc_privacy | |
###tid_cookieWarning | |
##.cookies-infos:not(body):not(html) | |
###cookies_advisor | |
###cookiePolicyInfo | |
###positiv_cookies_field | |
###site-cookies | |
###new_cookies | |
###bannerCookies | |
##.disclaimerCookies:not(body):not(html) | |
###nve_cookie | |
###cookiesAdvert | |
##.use-cookie-box:not(body):not(html) | |
##.milibooCookie:not(body):not(html) | |
##.cnil-cookies:not(body):not(html) | |
###cookie_usage | |
###cookie_b | |
##.cookies-disclaimer-bar | |
##.cookie_agree:not(body):not(html) | |
###about-cookies | |
###cookies-m-c | |
##.ciasteczko-info:not(body):not(html) | |
###cookie-alert-div | |
###cookAlert | |
###han-cookie-bar | |
##.sites-cookie-notice-fit | |
###cookie-agree:not(button):not(.btn) | |
##.bloc-cookies:not(body):not(html) | |
###div_info_cookies | |
~eboo.lu##.cookies-dialog:not(body):not(html) | |
##.jq_cookies_msg:not(body):not(html) | |
###cCore_cookieNotice | |
###cookie-informer | |
##.avisoPoliticacookies | |
###cookie-notification-jc | |
###cookies-terms | |
###div_ciastka_info | |
###cookies-acc | |
###cookies-header | |
##.bcookiez:not(body):not(html) | |
##.cookiepolitik:not(body):not(html) | |
###id-cookiewarn | |
###zgodacookie | |
##.footer_cookie_policy | |
###pnn-cookie | |
###cookieaviso | |
###cookieAnzeige | |
###cookies-policy-mssg | |
###cookie-disclosure-container | |
###maracookiebox | |
###CookieLawContent | |
###avisolegalcookies | |
###cookies_allowed_message | |
###overlayCookies | |
###warningCookies | |
###cookieAdvice | |
###cookieBlock | |
###widget_cookies | |
##.popup_block_Cookies:not(body):not(html) | |
###CookiesCtrl | |
~generali.at###cookiePanel | |
###coocies_warning | |
~openjobmetis.it###cookie_msg:not(.idcac) | |
###cookies-consent-wrapper | |
##.legal_cookie_block:not(body):not(html) | |
##body > #cookie_a | |
##.cookies-acceptance-panel | |
##.cookies_alert_wrapper | |
~johner-institut.de,~tele2.nl,~t-mobile.nl,~holmesplace.com##.cookie-footer:not(body):not(html):not(.maincontent) | |
###politykaprywatnosci | |
###as-cookie-cutter | |
###cookie-notify | |
##.wrapper_cookie:not(body):not(html) | |
###wsbcook_alert | |
##.l-global-footer__cookie | |
###smile_cookieception_bandeau | |
##.outer-privacy-top-navigationBar | |
###panel-cookies | |
###ctl00_cookie_panel | |
##.acepta_cookies:not(body):not(html) | |
##.js-cookie-disclaimer | |
###usoPoliticaCookies | |
~cinkciarz.pl###cookies-wrapper | |
###cookie-legal | |
###cookienoticetab | |
###tins_cookie_bar | |
###cnilcookies | |
###CookieAccept | |
##.bcee-cookies:not(body):not(html) | |
##.cookie-notification-container | |
###CookiePolicyNotice | |
##.js-cookie-notice:not(body):not(html) | |
##.tracking_cookie_header | |
###eu-cookie-mobile | |
###CookieRules | |
###zapytaj_o_cookies | |
##.cookiewarn:not(body):not(html) | |
###cookieWind | |
###zjekoza_ciasteczka_alert | |
###cookie_cont | |
###cookies_ack | |
##.cookies-bullshit:not(body):not(html) | |
~tu-darmstadt.de,~steinmetz-baldauf.de,~pelix-media.de,~d-power-modellbau.com,~modellbau-metz.com,~cancercentrum.se,~gruener-punkt.de,~etos.nl,~peaks.com,~infineon.com,~lifecell.net,~elsevier.com,~wuestenrot.cz,~zlm.nl,~bokadirekt.se###cookie-modal:not(.reveal) | |
###mrcookies-wrapper | |
###CookieIntro | |
###box_cookie_advert | |
###all4nav-cookie-policy-notification | |
##.xs4all-cookieWall-overlay | |
##.xs4all-cookieWall:not(body):not(html) | |
##.bs-suop-cookies:not(body):not(html) | |
##.nazar-cookies-message | |
###info-cookies | |
###cookie_optin | |
###it-cookiealert-container | |
##.layer_cookie:not(body):not(html) | |
###cookiewetgeving | |
##.modal__content--cookies | |
###cookies_pop | |
###mindmedia_cookie_accepted | |
###header_cookies | |
###ebsninjabar-cookie-bar | |
###cookiecnil | |
###useCookieAgreement | |
###cookiepopup-content | |
##.creavea-banner-consentement-cookie | |
##.cokieAlert:not(body):not(html) | |
##.popup-cookie-notice-wrap | |
##.console-head-cookies | |
##.cookies-notification-wrapper | |
###cookieMsgDiv | |
##.wraps-cookie-info:not(body):not(html) | |
##.politica-de-cookies:not(body):not(html) | |
###hs-eu-cookie-confirmation | |
###pantalla_cookies | |
###cookie-warning-is-stupid | |
##.wrap_cookies:not(body):not(html) | |
###pg-cookiesInfo | |
##.cookies_wrapper:not(body):not(html) | |
###plikiCookiesPop | |
##.cookies-policy-popup | |
###cookieDisc | |
##.caption-cookie:not(body):not(html) | |
###acceptCookiesBox | |
###cookie29 | |
##div[id="cm:cookieWrapper"] | |
###TCCInfoCookie | |
##.privacybanner_notice | |
##.cookieWallWrapper:not(body):not(html) | |
###msg_cookie | |
###cont_cookies | |
##.ico-cookie-wrapper:not(body):not(html) | |
###cookie-policy-hint | |
##.layerCookie:not(body):not(html) | |
##.page-warning[data-cookie-warning] | |
###privacyOptionsCookieOptIn | |
##.cookmsg:not(body):not(html) | |
###cookies-warn | |
###cookies_infos | |
###cookie-privacy | |
###cookieconsent-explicit-overlay | |
###cookieconsent-explicit-popup | |
###js-cookie-policy-default | |
###logon-snippet-icookie | |
##.CookieContainer:not(body):not(html):not(.contentpanel) | |
##.cookie-advertisement | |
##hma-cookie-notification | |
##.cookiesmessage:not(body):not(html) | |
##.notice.annoying | |
###tiroir_cookie | |
##.mp-cookies-inform-bar | |
###cookie_law_message | |
###smecookienotice | |
###cookie_policy_holder | |
###privacy_law | |
###use-of-cookie | |
###tvsa-cookie | |
###policyCookieInformation | |
###divAvisoCookies | |
###barra-cookies | |
###spfcookiebanner | |
###optin-bar | |
##.cookierbar:not(body):not(html) | |
###ciastka_wiadomosc | |
##.cookielawbar:not(body):not(html) | |
###tfo_cookies | |
###cCookieHeader | |
###cookie-overlay-wrapper | |
##.cookie-band:not(body):not(html):not(.sliding-popup-processed) | |
###simple-eu-cookiecontrol | |
###simple-eu-cookiecontrol-overlay | |
##.cookie_policy_cont:not(body):not(html) | |
###policy-cookie | |
###cookies-legal | |
###cookieChoiceInfoAccept | |
##.coockies-message:not(body):not(html) | |
###cofcookie | |
##.cookie-popUp:not(body):not(html) | |
###wymagania_sklepu_alert | |
##.cookies_bloc:not(body):not(html) | |
###top-cookie-wrapper | |
##.cookieBarOverlay:not(body):not(html) | |
###NJI-EmeaCookie | |
##.cookieInformation:not(body):not(html) | |
~alexanderhall.co.uk,~foxtons.co.uk###cookie_compliance | |
###MainCookies | |
###euro_cookie_content | |
##.cookie-warning-content | |
##.cookies-bubble[ng-if="!cookiesAccepted"] | |
##.cookiesWarningContainer | |
##.cookie-hint-container | |
~bmw-motorrad.com,~bmw-motorrad.gr,~bmw-motorrad.de,~bmw-motorrad.fr,~bmw-motorrad.at,~bmw-motorrad.be,~bmw-motorrad.bg,~bmw-motorrad.cz,~bmw-motorrad.dk,~bmw-motorrad.fi,~bmw-motorrad.hu,~bmw-motorrad.it,~bmw-motorrad.lu,~bmw-motorrad.nl,~bmw-motorrad.pt,~bmw-motorrad.ro,~bmw-motorrad.sk,~bmw-motorrad.si,~bmw-motorrad.es,~bmw-motorrad.se,~bmw-motorrad.co.uk##.cookielayer:not(body):not(html) | |
##.wmdk-cookie-notice-wrapper | |
###footercookie | |
###cookiea_header | |
###cookies_content | |
###popin_cookie | |
##.wphack-cookie-wrapper | |
###cookies_panel_bg | |
###cookies_panel | |
###ctl00_PanelPolitykaPrywatnosci | |
###cookie_balk_top | |
##.cookies-question:not(body):not(html) | |
###uecookies | |
~mathem.se##.cookie-details:not(body):not(html) | |
##.cookiePolicyA:not(body):not(html) | |
##.communikat_cookie:not(body):not(html) | |
##.CookieWarningComponent | |
##.cookie-consent-area:not(body):not(html) | |
###soopacookie | |
##.promoAlert-cookiepops | |
##.wordpress-consent-manager__wrapper | |
###layerCookiesPopgom | |
###cookie_holder | |
###cookiedesktop | |
###layer-cookie | |
##.cookie-information-panel | |
###warnCookies | |
###p_p_id_cookiespolicyportlet_WAR_cookiespolicyportlet_ | |
###Product_cookies-wrap | |
###cmsCookieWarning | |
##.show-cookie-policy:not(body):not(html) | |
###cookiesTopBlock | |
###cookie_acceptation_conteneur | |
##.cookieBan:not(body):not(html) | |
##.notification-cookies | |
###EP_cookiesPopup | |
###zp-footer-cookiesettings-overlay | |
###edunetCookies | |
###BIPCookies | |
##.top-cookie-info:not(body):not(html) | |
##.use_cookies:not(body):not(html) | |
###barre_cookie_contenu_centre | |
###tfe-cookie-lightbox | |
###tfe-cookie-lightbox-smokelayer | |
###cookies-infobar | |
###netgraf_cookie_alert | |
###cookielaw-layer | |
##.blocCookie:not(body):not(html) | |
##.banner-cookies-alert | |
##.go-mdl-cookies-drct-warning | |
###cookieNotificationBar | |
###barreCookie | |
###cookies-agree | |
###content-cookie | |
###cookies_et_traceurs_CNIL | |
###complianceBanner | |
~mcrent.de##.cookieAcceptance:not(body):not(html) | |
##section[data-view="cookiePolicy"] | |
###cookiepermissionprompt | |
##.cookie_modal:not(body):not(html) | |
##.cookie-message-bar:not(body):not(html) | |
###cnil_privacy | |
###warningcookieId | |
###cookie-law-notif | |
###panel-cookie-usage | |
###OknoWiadomosciCookie | |
##.dsg-cookie-alert:not(body):not(html) | |
###aviscookies | |
###cookiepolicybar | |
###or_cookie | |
###askCookies | |
##.privacyBar:not(body):not(html) | |
##.site_cookies_container | |
##.bdBuzzCookiePolicy:not(body):not(html) | |
##.co-cookies-disc-bar:not(body):not(html) | |
###js-infos-cookies | |
##.popup-cookie-policy:not(body):not(html) | |
###CookieAlarm | |
###cookie_inform | |
###divInfoCookies | |
###zajadam_cookies | |
###gpf-cookiebar | |
##.cookies_advide:not(body):not(html) | |
###eu-cookie-notifier | |
###cookieBan | |
##.bandeau_cookie:not(body):not(html) | |
###ue_cookie | |
###hays-cookie-notice | |
##.cookiesMessageLayer:not(body):not(html) | |
###gtm_cookie_panel | |
###_ubuntu-it_cookie_policy | |
##.encart_cookie:not(body):not(html) | |
###cookies_popin | |
###nfcookieAcceptModal | |
###idLeyCookies | |
###div_info_cookie | |
###rgPrivacyBanner | |
##.usermsgCookie:not(body):not(html) | |
###intercept.intercept-cookies | |
###cookieAlertBar | |
##.cookie-adv:not(body):not(html) | |
##.cookieToast:not(body):not(html) | |
###bannerprivacy | |
###cookiesmessagediv | |
###cookiesbox | |
###zaz-nb-plugin-cookie-message | |
##.cookie-info-dropdown | |
##.privacy_div:not(body):not(html) | |
###acceptCookieBanner | |
###cookie_policy_notice | |
###cookieLawPnl | |
##.cookies_container:not(body):not(html) | |
##.cookiePolicyNotify-wrapper | |
###fs_cookie_container | |
###nl_id_cookie--container | |
###cookieAcceptingContainer | |
###implicitCookieModal | |
###explicitCookieModal | |
##.cookie-policy-area:not(body):not(html) | |
###uscookies | |
###ctl00_DivCookies | |
##.cookies-layer:not(body):not(html) | |
###CookieInformationDiv | |
###CookieWarningLink | |
###cookie_top | |
~xs4all.nl,~constantcontact.com,~saxion.edu,~xmradio.nl,~pieseauto.ro##.cookie-wall:not(body):not(html):not(.cw-modal) | |
###cookie-accepted | |
###cookie-notice-banner | |
##.cookielaw_wrapper:not(body):not(html) | |
##.toast.cPolicy:not(body):not(html) | |
###cookiePK | |
###notificacion_mensaje_cookies | |
###cookie_cookie | |
###cookies_ok | |
###panel-cookie | |
###stormCookiePopup | |
###topbar-cookie-container | |
###privacyOptInHint | |
###aceptarcookie | |
##.site-header-cookies:not(body):not(html) | |
###politicaCookie | |
###tscookiebar | |
##.PrivacyModeHeader:not(body):not(html) | |
###cookies-accept-bar | |
##.CookieAccept:not(body):not(html) | |
##.cookies-policy-popover-container | |
###cookie-policy-disclaimer | |
###politica_de_cookies | |
##.cookiepopupwrapper:not(body):not(html) | |
###navbar-privacy | |
##.ow_cookie:not(body):not(html) | |
###tv-cookie-1 | |
##.sole-alert_cookies | |
###cookie-cc | |
###cookies-wrap | |
###cookieprivacy-bar | |
##.c-cookiebar:not(body):not(html) | |
###message-cookies | |
##.warning[data-cookies-warning] | |
##.info-cookies:not(body):not(html) | |
###cookie-warning-plugin | |
###cookie-eu-compliance-container | |
###cookie__alert | |
###privacyPolicyBox | |
###popin-cookie | |
###cookiesAdvise | |
###divCookieNotify | |
###cookie-alert-banner | |
###cookiebanner-mask | |
###webdevCookiesAlertContainer | |
##.cookie_setting:not(body):not(html) | |
##.sdl-web-cookie-bar:not(body):not(html) | |
###cookiescript_main | |
###message-cookie | |
###cookieIW | |
##.cookiePanel:not(body):not(html) | |
##.warning-cookie:not(body):not(html) | |
###iCookieWarning | |
##.bb-accept-cookies:not(body):not(html) | |
###acceptCookieContainer | |
###cs_politykacookies | |
###cookiearea | |
###barracoki | |
###cookiesWarnMsg | |
###cookieinfo1 | |
###cookieinfo2 | |
###bandeau_cookie | |
###cookieBandeau | |
##.cookie-bar-wrap:not(body):not(html) | |
###cookie-usage-alert | |
###cookie-law-wrapper | |
##.acceptCookieDialog:not(body):not(html) | |
###cookie-info-block | |
###pl_cookie | |
###coockies | |
###cookiedialog | |
###poland_cookie_cont | |
###afCookieControl-notice | |
###cookieConfigForm | |
###zonaCookies | |
###use_cookie | |
##.cookie_section:not(body):not(html) | |
###cookieform | |
##.abtasty-banner-cookie | |
###CookieAlertBox | |
###CookieDisclaimer | |
##.cookiesOptin:not(body):not(html) | |
###pnlCookieMessage | |
~nablawave.com###iubenda-cs-banner[style] | |
##.iubenda-ibadge | |
###iubenda-cs-banner ~ #pushiub | |
###ut_cookie_warning_bar | |
##.cookiePolicyText:not(body):not(html) | |
###cookieHolster | |
###alertMentionCookiesMessage | |
##.paveCookies:not(body):not(html) | |
###ukoo_cookielaw | |
###tbweb_cookies_footer | |
###infocookies | |
###area_cookies | |
##.cnil-cookie:not(body):not(html) | |
###cookie-bar-mob | |
###cookieChoiceBanner | |
##.cookietext:not(body):not(html) | |
###alerta_cookies | |
##.alerta-cookies:not(body):not(html) | |
###ecranCookieAlert | |
##.wkp-cookie:not(body):not(html) | |
##.abcookielaw:not(body):not(html) | |
##.abcookielawbg:not(body):not(html) | |
###cookiePermissionBar | |
###dymek | |
##.ciastka:not(body):not(html) | |
##.cookie-melding-wrapper | |
##.eu-cookies-msg:not(body):not(html) | |
##.allow_cookies_container | |
###lldcookiepop | |
###devicookieinfo | |
##.notifCookie:not(body):not(html) | |
###autorisationCookie | |
###cookieVerificationBar | |
##.cookie_disclaimer:not(body):not(html) | |
###dialogConfirmCookies | |
###cookie__message | |
##.alert__cookie:not(body):not(html) | |
###cookiesAccept:not(button) | |
##.cookiesbythebook:not(body):not(html) | |
###cookiesck | |
###cms-cookies-consent | |
###cookiesMainWarningDiv | |
##.striscia-cookies:not(body):not(html) | |
###cookie-hint | |
##.csi-cookie-banner-container | |
###cookiesblok | |
##.cookiesContainer:not(body):not(html) | |
##.cookie_policy_box:not(body):not(html) | |
##.by_cookie_policy:not(body):not(html) | |
###cookieInfoHolder | |
##.ui-dialog[aria-labelledby*="dialog_cookies"] | |
##.ui-dialog[aria-labelledby*="dialog_cookies"] ~ .ui-widget-overlay | |
###header_cookie_warning | |
###avis-cookies | |
##.bankid-cookie:not(body):not(html) | |
###consentBar | |
##.ui-cookie-warning:not(body):not(html) | |
###afCookieControl-show | |
##.banner[banner-id="cookieBannerDismissed"] | |
##.cookies-panel:not(body):not(html) | |
###cookieInfoContent | |
##.cookienotify:not(body):not(html) | |
###cookieBandeauConsentement | |
##.box_Cookie:not(body):not(html) | |
###aviso-navegadores | |
###divInformativaCookie | |
##.block-cookies:not(body):not(html) | |
###cookieInfoBar | |
###optinckycontainer | |
###fixedCookies | |
###OkCookies | |
###cookiedisc | |
###alert_cookie_popup | |
##.allert-cookies:not(body):not(html) | |
###cookieagree | |
###banner_privacy_blitz | |
###header-cookie-bar | |
##.cc_banner-wrapper | |
##.bannerInformativaEU | |
###eu-cp-banner | |
###cookieAdv | |
###cookie-alert-container | |
###cookieLawBanner | |
###id-warning-cookies | |
###banner_privacy | |
~truepartnercapital.com###cookie-disclaimer-popup | |
##.cc-cookieconsent | |
###lc_webappCookieQuestion | |
###gld_cookie_flag | |
###gld_base_cookie_breve | |
##.cookie-infos:not(body):not(html) | |
###cookielaw_node | |
###disclaim_bar | |
##.cookiepanel:not(body):not(html) | |
##.banner-cookie:not(body):not(html) | |
~flex-tools.com##.js-cookie-bar:not(body):not(html) | |
###cookieAgreementBar | |
###MessageInfo_panelCookie | |
###vd-cookie-banner | |
###vd-cookie-banner-spacer | |
###wpca-box | |
###cookiePopupInfo | |
##.cookiePopupInfo:not(body):not(html) | |
###seedDivCookieLawId | |
###seedDivCookiewLawInfo | |
###psCookieSliderConBot | |
##.jubCookWarn:not(body):not(html) | |
##.layer-cookies-wrapper | |
###allowCookies:not(input) | |
##.backcookie:not(body):not(html) | |
###jQueryCookieDisclaimer | |
###inno_cookie_message | |
##.warning_EU_cookiemsg | |
###mf_cookie_box | |
##.cookieterms:not(body):not(html) | |
###ct_cookie_prompt | |
###scc-cookie-bar | |
~peaks.com###cookie-content | |
##.aviso-cookies:not(body):not(html) | |
##.cookie-undiz:not(body):not(html) | |
##.eucookielaw-banner:not(body):not(html) | |
###hardloop-cookie-notice | |
##.coockiebar:not(body):not(html) | |
##.div_cookie_top:not(body):not(html) | |
###newCookiesBanner | |
###CRTL_CookieAlert | |
###sputnik_cookie_policy_banner | |
##.PrivacyNote:not(body):not(html) | |
##.cookieoptin:not(body):not(html) | |
##.bkg_cookie:not(body):not(html) | |
##cookie-warning | |
###cookiesPP | |
###banner_consenso_cookie | |
##.cookies-msg:not(body):not(html) | |
###cookie_policy_alert | |
###block-menucmt-push_loi_cookies | |
###avviso_cookie | |
###kw-cookie-policy | |
###cookiefascia | |
###cookielaw-banner | |
###cookieCheck | |
###VP_cookie | |
###norm_cookies | |
###disclaimer_cookie | |
###policyCookiesLayer | |
###alertCookie | |
###accept_cookie:not(input):not(.btn) | |
###wp-cookies-info | |
##.cookiesPopup:not(body):not(html) | |
###i-cookies-bar | |
###cookies_notifier_container | |
##.dcm-cookies:not(body):not(html) | |
###js-cookie-footer-block | |
###htmlPopinCookies | |
###ico_cookie | |
###okookie-box | |
###CookieInformationDialog | |
###eu-cookie-notice | |
###navCookies | |
###divMainCookiesPolicy | |
###informativaPrivacyCookiesDomElement | |
###overbox[data-component="cookies"] | |
##.fasciaCookie:not(body):not(html) | |
###alert-cookie-info-bar | |
###cookies-notification-bar | |
###cookie_popup_wrapper | |
~takko.com##.cookie-policy-box:not(body):not(html) | |
##.cookieinformationarea | |
##.cookie-info-container | |
###cookie-legals | |
##.cookie-stikey-nav:not(body):not(html) | |
###MsgCookie | |
###modal_cookie | |
###modal_cookie-mask | |
###cookies_header | |
##.alertcookie:not(body):not(html) | |
###DisplayCookieInfo | |
##.mod_cookie_notification | |
###tipCookies | |
##.cookiesBlock:not(body):not(html) | |
###cookieheader | |
###cookiestext | |
##.box-info-cookie:not(body):not(html) | |
~uniroyal.pl,~uniroyal.de,~barum-reifen.de,~continental-reifen.de##.privacyhint:not(body):not(html) | |
###cookieAlertWrap | |
###cookinfo | |
###popCookie | |
##.iltempocookies:not(body):not(html) | |
###msgcookie | |
###cookie-cnil | |
###cnil_cookies | |
###container-cookies | |
###cookie-law-banner | |
##.CookieDiv:not(body):not(html) | |
###cookie-full-width | |
###CookieMelding | |
###showcookieprivacy_popup | |
###z_cookie_accept | |
###cookie-advarsel | |
###LB_cookies | |
###aia-cookie-consent | |
###cdn-banner-cookies | |
##.RV_cookiedir:not(body):not(html) | |
##.cookie_track:not(body):not(html) | |
###cookieinfobar | |
###cookies_message_bar | |
###fixed-cookie | |
##.it_privacy_notice:not(body):not(html) | |
###COOKIE_NOTIF | |
###pm13_cookie_info | |
###af-cookie-policy | |
##.banner_cookie:not(body):not(html) | |
##.fbPageBanner | |
##.ng-scope[ng-controller="CookiesConsentCtrl"] | |
##.ng-scope[data-ng-controller="CookieSignController"] | |
##.ng-scope[data-cookie-policy-directive] | |
##.ng-scope[ng-controller="cookie"] | |
##.ng-scope[ng-controller="cookieLawCtrl"] | |
###cookiePolicy_barra | |
###cookies-popin | |
###cookie_decline | |
###cookieoptin | |
##.cookieNoticeBar:not(body):not(html) | |
###cookiePoliciesMessage | |
###cookiesOuter | |
###ctl00_cookieConsent_pnlCookie | |
###cookie_alert_box | |
###avis_cockies | |
###infoPrivacy | |
###deluxecookies | |
##.cookiesNotice:not(body):not(html) | |
##.cookillian-alert:not(body):not(html) | |
##.ctCookieTerms:not(body):not(html) | |
###ventanaCookies | |
##.x-danone-cookies:not(body):not(html) | |
###topCookiesID | |
###fascia-cookie | |
###fascia-cookie ~ #sottocookie | |
##.js-cookie-close:not(body):not(html) | |
###pnlCookieNotice | |
###bandeau2cookie | |
###allowMarketingCookies_cont | |
##.infos-cookie:not(body):not(html) | |
###cookies_avertissement | |
###bar-header-cookie | |
###cookieblock | |
###CookieBannerMessageContainer | |
##.bandeauCookies:not(body):not(html) | |
##.cook-accept:not(body):not(html) | |
##.disclaimer_cookies:not(body):not(html) | |
~biblioteka.wroc.pl,~ssetelecoms.com,~sseenterprise.co.uk##.cookie-notice-container | |
##.accettazioneCookies:not(body):not(html) | |
###aceptacioncookies | |
###cl-banner | |
###bannercookie | |
###mention-cookies | |
###archie-widget-privacy | |
##.cookieDisclaimerContainer | |
###eu-cookie-law | |
##.header-cookies:not(body):not(html) | |
##.cookie_accept:not(body):not(html):not(input):not([id*="main"]) | |
###cf-cookie-banner | |
###cookies-window | |
##.PrivacyCookie:not(body):not(html) | |
##.cp-wrapper.not-accepted | |
###blockcookies | |
###swEUCookiesID | |
##.ib-global-cookie-notice | |
###monitcookie | |
###cookie-gm-new | |
###politique_confidentialite | |
~ab.gr,~maxi.rs,~delhaize.be,~mega-image.ro,~cinemaxx.de,~aucoffre.com,~milliman.com##.cookiesModal:not(body):not(html) | |
###HCECookieManagerContainer | |
###bitbay-cookies | |
##.cookie-tool-container | |
###mow_cookie_info_dialog | |
###cookieLawDisclaimer | |
###msgCookies | |
###wpca-bar | |
##.accept-cookie-window | |
##.cookiesMsg:not(body):not(html) | |
###block-zodiac-site-cookie | |
###prihvacamKolacice | |
~audemarspiguet.com,~flybe.com###cookie-policy-modal | |
###polCookies | |
##.eprjcookie:not(body):not(html) | |
##.blockCookieNotification | |
###cookies_viewer | |
##.cookie_layer:not(body):not(html) | |
###js-cookieInfo | |
##.accept_cookies:not(body):not(html) | |
##.cookiebg:not(body):not(html) | |
###containerCookieWet | |
##.ulCookiePol:not(body):not(html) | |
###ctrl_barra_cookies | |
###cnil-advert | |
###bra_cookieChoiceInfo | |
###notifycookies | |
###__fr_cookie_notifier | |
###cookies-info-modal | |
##.kaizerframe-analytics-consent | |
##.cookie-advise:not(body):not(html) | |
##.js-toast-cookies:not(body):not(html) | |
###unitscookie-law | |
##.js-Cookie:not(body):not(html) | |
###DisclaimCookie | |
###tmrc_cookie_footer_info | |
##.biscuit-usage:not(body):not(html) | |
##div[data-type="cookie-addsense"] | |
##.cookies-area:not(body):not(html) | |
###cookiesMessageContainer | |
###cookiePopin | |
###alertCookies | |
##.leyCookies:not(body):not(html) | |
##.txc_cookie_infobox:not(body):not(html) | |
###warstwa_cookie | |
###qball_co_cookie-footer | |
###headband-cookie | |
##.cookie_barra:not(body):not(html) | |
###privacyBox:not(input) | |
###nibirumail_cookie_advice | |
##.plg_system_eprivacy_module | |
###ccookie_base_stile2 | |
###ccookie_base_stile2 ~ #ccookie_sfondo | |
###cookie_level0 | |
###cookie_level1 | |
###eurocookie | |
###cookielayer | |
###better-cookie-bar | |
###komunikat_cookie | |
###cookies_alert_container | |
##.mk-cookieBox:not(body):not(html) | |
###allow-cookies-popup | |
###popinCookies | |
###MCcookieChoiceInfo | |
###announcementeCookies | |
###lscookiesMax | |
###capa_aviso_cookies | |
###politica-cookies | |
~carglass.es,~smartloop.be,~pharmindex-online.hu###cookie_modal | |
###mensaje_aceptar_cookies | |
###cookie-powiadomienie | |
###cookie-opt-out | |
###sxoCookiesAlert | |
##.ginger_banner-wrapper | |
###grh_cookie-accept-cookies | |
###CookieT1Bar | |
###bandeau-cookies | |
###cookie-slider | |
##.iCookieBar:not(body):not(html) | |
##.bandeau-cookie:not(body):not(html) | |
###cookietopper | |
##.cookie-thing:not(body):not(html) | |
##.contenedor_cookies:not(body):not(html) | |
##.cookie__top:not(body):not(html) | |
~archimag.com,~igbce.de##.eupopup-container:not(body):not(html) | |
##.cookies-ribbon:not(body):not(html) | |
###cookie_short_info | |
##.mikit_bandeau_cookies | |
##section#IcmCookieScript | |
###improove-cookies | |
###cookies_view | |
###eu-privacy | |
###warning-cookie | |
##.cookie-compliance-desk | |
###cookieAcceptContainer | |
###CookieMessage_cookieGlobal | |
###winerist-cookie-info | |
###manger-cookies | |
###cookie-popin | |
##.Cookie:not(body):not(html) | |
###privacy_cookie | |
##.eu-suck-my-cookie:not(body):not(html) | |
###mainContainerCookies | |
###cookies_policy_popup | |
###cookie_footer | |
##cook-disclaimer | |
###button_cookies_validated | |
###alert-biscotti | |
###PageCookieWarning | |
###bJS_cookieBanner | |
###InformativaCookie | |
##.popmake[data-popmake*="cookie"] | |
###cnil_banner | |
###cookiesPrivacyPolicyContainerWrapper | |
###cm4all-cookie-policy-page | |
##.b-cookieBanner:not(body):not(html) | |
###cookie_law_id | |
##.cookies-note:not(body):not(html) | |
###bandeau_info | |
###header_cookie_container | |
###cookie_bar_big_container | |
##.bk-cookieBar:not(body):not(html) | |
###cookie-notif | |
##.box-cookie-disclamer | |
###cookieConf | |
###EuCookieLawForm | |
##.info_cookie_popup:not(body):not(html) | |
##.cookie-policy-overlay | |
###EUCookieBar | |
##.cookie-notification-bar | |
###vsm_cookie_check | |
##.privacy-alert:not(body):not(html) | |
###pnlCookies | |
###cookie-message-overlay | |
###cookie-alerte | |
###cookie-consent-block | |
###cookinfo_container | |
##.vwd4_cookie_policy:not(body):not(html) | |
##.cookie-notification-alert | |
###div_cookieInfo | |
###bandeaucookie-wrapper | |
###Cookie-Overlay | |
##.headband-cookie:not(body):not(html) | |
##.vw-cookie-alert:not(body):not(html) | |
##.cookie-dropdown:not(body):not(html) | |
###cookierBayer | |
###cookie_infobox | |
###banda_cookie | |
###div_____e_privacy | |
###cookiePoolicy | |
##.cookiesPolicyContainer | |
###CookiePolicyContainer | |
###coockie_txt | |
###trigCookie | |
###cookie-adv | |
###avs-cookie | |
###div_CookiePolicy | |
###block-nett-cookies-message | |
###barre_legale_cookies | |
###nextcookie | |
###cookies_agreement | |
##.agicookies:not(body):not(html) | |
###cookieConsentAlert | |
###contenitoredisclaimer | |
###alerte_cnil | |
##.cookie-area:not(body):not(html) | |
###piskoti | |
###cookiechoice | |
##.cookiepolicy-dropdown | |
###cookieschoice | |
###cookies-agreement | |
###DivAllowCookies | |
##.cookieUsageAlertMainContainer | |
##.l-cookie-notice-container | |
###cookie_gld_cookie_flag | |
###mensaje_acepta_cookies | |
###cookie_figyelmeztetes | |
###div-accept-cookies | |
##.cck-consent-bar:not(body):not(html) | |
###banner_ck_policy | |
###cookie-alert-cgosbar | |
##.sx-cookie-notice:not(body):not(html) | |
###lineCookieInfo | |
##.cookie-nagbar:not(body):not(html) | |
##.gr-cookie-overlay:not(body):not(html) | |
###ILNbar-cookie-policy | |
###dis-cookie-info-box | |
###cookie-law-box | |
###tx-mgenbase-cookieconsent-notice | |
##.wcc-cookie-policy:not(body):not(html) | |
###mgcookies | |
##.advertising-cookie-use | |
###mt2-cookies-info | |
###cookiePolicyWrapper | |
###message_cookie | |
###ckmcookiescont | |
###cookieChoiceBar | |
###cookie_policy_div | |
###amccookies-bar | |
###mainCookieBanner | |
##.cookies-overlay:not(body):not(html) | |
##.cookieCnilMakheia:not(body):not(html) | |
##.div-banner-cookie-centrale | |
###accept-cookies-msg | |
###cookiesInfos | |
##.fool_text_cookie:not(body):not(html) | |
##.cookiesms:not(body):not(html) | |
###pageUseCookieDiv | |
###legalinclude-cookie_banner | |
##.banner_consenso_cookie | |
###div_politique_cookies | |
###msgCookies-wrapper | |
##.CookiePolicyWidget:not(body):not(html) | |
###div-cookies | |
###jCookiePrivacy_div_testo | |
###ck-cookie-statement | |
###lca-cookie-notification | |
###cookies_accept_box | |
###cookie-acceptance-banner | |
###cookie-notification-bar | |
##.fl-cookie-notice--container | |
###cookie-compliance-container | |
###cookieMsgUser | |
###ui-cookie | |
###cookies-info-banner | |
###cookieaccepter | |
###PopupCookiesContainer | |
###navbar-cookies | |
##.cookie-accept-bar:not(body):not(html) | |
###_cookies-popup | |
###_cookies-overlay | |
##of-cookies-notice | |
###popup_cookie_information | |
###aviso-ck | |
~mobil.abus.com##.cookieconsent:not(body):not(html) | |
###stickynote4cookies | |
###cookie-use-notice-wrapper | |
##.b-cookie-consent:not(body):not(html) | |
###cookietable | |
###cookie-widget-confirm | |
###cookieChooser | |
##.CookiesPolicy-banner | |
##.cookie-frame:not(body):not(html) | |
##.cookie-policy-bar:not(body):not(html) | |
###cookiesMensajePolitica | |
##.global-cookie-message | |
###thecookie | |
###info_cookie_exel | |
###polityka_cookie_exel | |
###ciastkodiv | |
###evance-cookie-consent | |
###cookiebox-wrapper | |
##div[data-cookie-notification] | |
###pwebcookiesnotifi | |
###SiteFooterCtl_cookie_block | |
##.sb-cookies-alert:not(body):not(html) | |
###politykacooki | |
###div_alert_cookies | |
###nwe-cookie-bar | |
###banner_cookies | |
##.tmcookienotice:not(body):not(html) | |
###irs_cookie_panel | |
##.eu-cookies:not(body):not(html) | |
##.footer__cookie-info:not(body):not(html) | |
###cookie_law_info | |
###ws-cookie-wrapper | |
###ctl00_ctlCookieDisclaimer_pnlDisclaimer | |
##.c_cookie-policy:not(body):not(html) | |
~aiways-u5.nl###overlay-cookie | |
###InformacjaOCookies | |
###dvCookieBar | |
###AlertCookies | |
##.fhCookieLaw:not(body):not(html) | |
###cookieAlertCnt | |
##.acceptcookies:not(body):not(html) | |
##.cookieAlertContainer | |
###box_cookie_info | |
##.CLawBanner:not(body):not(html) | |
###cookies_brief_info | |
###cp_banner_container | |
###lextro_cookies-bar | |
###cookie_statement | |
##.puu-cookie:not(body):not(html) | |
###cookieConsentDiv | |
##.warning-cookies:not(body):not(html) | |
###mntsinfotech-cookie-bar | |
###box_cookiepolicy | |
##.popup_block_cookie:not(body):not(html) | |
##.cs-cookie:not(body):not(html) | |
###zk_polityka_ciastek | |
###checkCookie | |
###divCookieAcceptance | |
##.ui-widget-content.cookies_window | |
##.viacomcookiebar:not(body):not(html) | |
##.hsp-cookies:not(body):not(html) | |
##.wrap-cookies:not(body):not(html) | |
###cookie-advice | |
###cokie-bar | |
###cookieseu-bar | |
##.ciasteczka:not(body):not(html) | |
###banner-cookie-privacy-box | |
###siteCookie | |
###cookieNonsense | |
###cookies-adv | |
###mrw_cookielaw_banner | |
###cmc-tracking-consent-form-step1 | |
###cookie-message-wrapper | |
###cookies_tresc | |
###js-law--alert | |
###bandeauCookieIdweb | |
##.uucookies-container:not(body):not(html) | |
##.cookienav:not(body):not(html) | |
##.cookieAgreement:not(body):not(html) | |
###acceptCookiesHolder | |
###cookiepanel | |
##.policy-cookie:not(body):not(html) | |
###fixedCookieBar | |
##.cookie-information-bar | |
###ipercookie | |
###cned_alerte_cookies | |
###cookie-terms | |
###cookieInfoAry | |
###SwOverlayCookies | |
###COOKIE_OPT | |
###warning[data-warning-type="cookie"] | |
##.avvisoUI[data-id="cookielaw"] | |
###eu-biscuits | |
###avianCookie | |
###cookieInfoPanel | |
##.eucookie_wrapper:not(body):not(html) | |
##.fucking-eu-cookies:not(body):not(html) | |
##.cookiePolicyB:not(body):not(html) | |
###cookie_text_header | |
###cookie-deal-bottom-cookie | |
###cookie-deal-bottom | |
###cookies-dialog | |
###kuki-opozorilo | |
##.inscookies-banner-container | |
###topCookieBanner | |
###informativaBreveCookie | |
##.cookiesConfirm:not(body):not(html) | |
~travelchannel.co.uk###cookie-body | |
###ws_cookie_layer | |
###cookie-barBe | |
##.disclaimerPrivacy:not(body):not(html) | |
###textAcceptCookies | |
###cookie_msg_container | |
##.msl2CookieNotice:not(body):not(html) | |
##.cookiepolicybar:not(body):not(html) | |
##.script_cookie_banner | |
##.cookie-confirmation:not(body):not(html) | |
###cookieWallBar | |
###cookies_info_box | |
###privacycookie | |
##.cookie_content:not(body):not(html) | |
###CookieT2Bar | |
###tmPrivacyStyle | |
###tmPrivacyOverlay | |
###tmPrivacyDialog | |
##.eulawbox:not(body):not(html) | |
~webdamdb.com##.cookie-policy-container | |
##.ui-cookie-tooltip:not(body):not(html) | |
##.privacy-info-message | |
###cookieRequestLayer | |
###cookie-line | |
###dc-slick-0cookiepolicy | |
###cookiecontrol_notice | |
###alertcookies | |
###id_div_UseCookies | |
##.cookiecutter:not(body):not(html) | |
##.cookieBannerDisclaimerWrap | |
###cookie_warn_text | |
##.pw_consent_messagediv | |
###cookie-monstah | |
##.cookie_monster:not(body):not(html) | |
###msg-cookies | |
###eu-cookies | |
###golem-cookie-accept | |
##.cookielaw-msg:not(body):not(html) | |
##.mod-cookiepolicy:not(body):not(html) | |
###coockiechoice | |
###cookie_assistant | |
##.cookie-notifier:not(body):not(html) | |
##.cookieVisible:not(body):not(html) | |
###esites-cookie-info | |
##.cookies-adv:not(body):not(html) | |
###cookiebannerdiv | |
##.EuropeanCookieBar:not(body):not(html) | |
##.luana-module-cookie-policy | |
###coockie_agree | |
###cCookieAlert | |
###meteor-cookies-notice | |
###cookie_adv | |
##.tracking_cookie_hideable | |
###cookiesbanner | |
###nbcCookieChoice | |
###euNotice | |
###EU_Cookie_Message | |
###cookieAcceptMessage | |
##.cookie_hint:not(body):not(html) | |
###pm-cookie-consent | |
###cookieSec | |
##.alert--cookies:not(body):not(html) | |
##.accept-cookies-prompt | |
###_prcy_info_bar | |
##.cookiewLawLayer:not(body):not(html) | |
##.maserati-cookie:not(body):not(html) | |
###id__cookieok | |
##.header-cookie-wet:not(body):not(html) | |
##.lgcookieslaw_banner | |
###cookieParag | |
###wehavecookies | |
###cookieInfo_firstTime | |
~notaris.be##.js-cookie:not(body):not(html):not(.thumb) | |
###ciastkodivf | |
###cookies-law-container | |
###onetag_cookie_law | |
##.oax-cookie-msg:not(body):not(html) | |
##.js_cookies_disabled_layer | |
###cookiealertMsg | |
###cookieMessageBanner | |
##.block-attention.is-cookie | |
###cookies_notice | |
###privacyWarningBanner | |
###ckieacpt_container | |
###eucookie_bottom | |
###cookieLawInfoBreve | |
###CookiesAgreement_BoxAll | |
##.CookieInformationContainer | |
###notaCookie | |
###eCookieMsg | |
###pravda-cookie-usage | |
##.cadreCookieFooter:not(body):not(html) | |
###coopCookieLayer | |
###cookieNotificationBanner | |
###euCookieWarning | |
##.cc_gccp-wrapper:not(body):not(html) | |
###cookieClicker | |
###me_cookie_zone | |
###main-cookies-info | |
##._xui-cookies-notice-overlay | |
###aviso_cookie | |
##.plugin_cookie:not(body):not(html) | |
##.nm-cookiepolicy:not(body):not(html) | |
###ts_cookie_info | |
##.id-CookieConsent:not(body):not(html) | |
###cookiejar | |
###CookieFrage | |
###wwf-cookie | |
##.bloque_ventanaCookies | |
##.c-cookie-policy:not(body):not(html) | |
~vorteile.net###cookieConsentOverlay | |
##.component-cookie-alert | |
##.qb-cookielaw-bar:not(body):not(html) | |
##.webshop-cookie-warning | |
###cookies-gratki-info | |
###eucookie-contener | |
###global-message-cookies | |
###dvCookieChk | |
###alerte_cookie | |
##.cookie-bar-popover:not(body):not(html) | |
###top_cookie_popup | |
###ceva_toolbar_cookie | |
###__ntk_banner_cookie | |
###cookie-law-bar | |
##.accept_cookies_action | |
###tify_cookie_policy | |
###modalStaticAvisoCookies | |
###nk_cookie_privacy_message | |
###npmCookieBanner | |
##.disclamer_cookie:not(body):not(html) | |
##.cookie-opt-out:not(body):not(html) | |
##.informativa-cookie:not(body):not(html) | |
###show_banner_cookies | |
##.m-cookie-consent:not(body):not(html) | |
##.cookieWarningSection | |
##.cookieLegalContainer | |
###g4cookies-banner | |
###cookiesNotification | |
###cookie-information-layer | |
##.resCookiecon-wrapper | |
###msgCookie | |
###cookie-directive-note | |
###cookielaw-wrap | |
##.notificationBar[data-notification-cookiepolicy] | |
###bvin-cookie-box | |
###cookies-iprima | |
##.sticky-cookie:not(body):not(html) | |
##.info_cookies:not(body):not(html) | |
###cookiehinweisdiv | |
##.site-cookies:not(body):not(html) | |
~bundesanzeiger.de,~unternehmensregister.de,~leireg.de,~publikations-plattform.de,~tonershop.at###cc_banner | |
###infoscookies | |
###divAcceptCookie | |
##.sb-cookie-info-box:not(body):not(html) | |
###box-cookie-overlay | |
##.cookieToolbar:not(body):not(html) | |
##.epublishing-eu-cookies | |
###avertcookbis | |
###iframe_cookie_site | |
###accetta_cookie | |
###cookie-table | |
##.CnilCookiesWarning:not(body):not(html) | |
###sysCookies | |
###polityka-prywatnosci | |
###polityka-prywatnosci-tlo | |
###SH135-COOKIES | |
##.ms-cookie-ok:not(body):not(html) | |
###notify-policy-cookie | |
##.cookies_message:not(body):not(html) | |
~puydufou.com##.accept-cookie:not(body):not(html):not(a):not([class*="btn"]) | |
###barAgreeWithCookies | |
###stopcookinfo | |
##.CookiesOK:not(body):not(html):not(button):not(input):not([class*="button"]) | |
###cookie-optout | |
###cookie_cnil_box | |
###privacy_widget | |
###cookies-texto-corto | |
###accept-cookie-bar | |
###euCookieNotice | |
##.cookiePopPup:not(body):not(html) | |
###CookieNotifier | |
##.cookieNotificationContainer | |
##.cookielabel:not(body):not(html) | |
###div_use_cookies | |
###div-cookie-komunikat | |
##.cookielaw-container:not(body):not(html) | |
##.souhlas-cookies:not(body):not(html) | |
###js-cookieloi | |
###policyBar | |
###msg_cookies_fbox | |
##.cookies_policy_inform_wrapper | |
##.flashmessage-cookies | |
###fr_cookieMessage | |
###cookieconfirm:not(.panel) | |
##.container__cookiesPolicy | |
###cookdiv | |
###anunt_cookies | |
###acknowledge_cookies | |
##.global-cookie-bar:not(body):not(html) | |
##.global-cookie-curtain | |
###mktg_Cookie | |
###cookiezeile | |
##.cookiesOverlay:not(body):not(html) | |
###akceptacja | |
###barraAceptacionCookies | |
###acceptTrackingCookieWrapper | |
##.egmont-cookies:not(body):not(html) | |
###cookies-alert-wrapper | |
##.cooksiediv:not(body):not(html) | |
###foCookieNotice | |
~sportsbikeshop.co.uk###cookie_policy_container | |
###cookie-topbar | |
##.cookie-layer-container | |
###pCookieWarning | |
###siteusescookiewarningstrip | |
##.cookieBox #alertBox | |
##.cookies_warning_bar:not(body):not(html) | |
##.cookiesNote:not(body):not(html) | |
###main-privacy | |
##.alma-cookie-disclaimer | |
###cookiedisclaimer | |
###GodBlessEUCookies | |
##.modulesden-cookies-bar | |
###cookieBG | |
##.notifyCookiesPanel:not(body):not(html) | |
###VbsFooter_CookiePanel1 | |
###cookiecons | |
###cookiePolicyAlert | |
##.cookiecheck_banner-wrapper | |
##.widget-cookie-notification | |
###dupCookies | |
##.biscuits-usage:not(body):not(html) | |
##.wasa_cookies:not(body):not(html) | |
##.cookiePolicy-banner:not(body):not(html) | |
###nwcook-message | |
##.cookie_cont:not(body):not(html) | |
###IBTCookiePolicy | |
###privacy-banner | |
##.emm-cookie-info:not(body):not(html) | |
###mat-eucookie | |
##.messaggio_cookies:not(body):not(html) | |
##.privacy-info:not(body):not(html) | |
###cookies_tab | |
###cookiesDiscCont | |
##.cookie-approvement:not(body):not(html) | |
##.cookie_div:not(body):not(html) | |
###btn-cookie-notice | |
###euCookieLaw | |
###zw_cookie_law_short_info | |
###cookies-info-cnil | |
###cookies-bar-etro | |
###ufg-cookies | |
##.cookiePermitWrapper:not(body):not(html) | |
###cookie_directive | |
##.force-eu-cookies:not(body):not(html) | |
##.cookie-law-info:not(body):not(html) | |
###eucookie-notice | |
##.approve-cookies:not(body):not(html) | |
##.CookieBannerDiv:not(body):not(html) | |
##.accept_cookie:not(body):not(html):not(input) | |
##.cookiepolicy-block:not(body):not(html) | |
##.allow-cookie-wrapper | |
###showcookielaw | |
###pCookieModal | |
##.ce-banner:not(body):not(html):not(.ce-module) | |
##.ce-banner-html:not(body):not(html) | |
###backPopupCookie | |
###ins-cookie-popup | |
###cookie_melding | |
###AvvisoCookie | |
###cookieok:not(button) | |
###cookie_barre | |
###xm-cookiePolicy-container | |
###cookieadv | |
###panCookieContainer | |
###cookiesInfoBox1 | |
##.cookieFancybox:not(body):not(html) | |
###js-message-bar-cookie-notice | |
##.cookie-dialogue:not(body):not(html) | |
###policy_notice | |
##.cookiePolicySnippet:not(body):not(html) | |
##.cookie-legal-info:not(body):not(html) | |
##.cookiemsg:not(body):not(html) | |
###cookieWarningMessage | |
###overlay_cookies | |
###cookie_notifier | |
##.display_cookie_btn:not(body):not(html) | |
##.cookie-directive:not(body):not(html) | |
###sme_cookie | |
###cookie-wet | |
##.ciasteczka-info:not(body):not(html) | |
###allow_cookies | |
###eu_cookie_warning | |
###div_cook | |
###cookiebar--container | |
##.med-cookies:not(body):not(html) | |
##.topcookies:not(body):not(html) | |
##.cookieusage-confirm:not(body):not(html) | |
##.ng-isolate-scope[data-cookie-message] | |
##.wrap-cookie-site:not(body):not(html) | |
##.smt-cookie-note:not(body):not(html) | |
##.ciacho:not(body):not(html) | |
###cookie_assets | |
##.mnd-cookies:not(body):not(html) | |
###capa_cookies | |
###et_cookie_law | |
##.cookie_consent:not(body):not(html):not(.modal):not([id*="container"]) | |
###cookiesoverview | |
##.site-message--cookies | |
###ukCookiePopup | |
##.cookie-toast:not(body):not(html) | |
###cookies-nag | |
###ode-cookie-popup | |
###cookiesText | |
##.bloc_cookies:not(body):not(html) | |
##.cookiesbox:not(body):not(html) | |
##.cookieEng:not(body):not(html) | |
###blz-cookieinfo | |
###w357_cpnb | |
###content_cookie | |
###eu-cookie-warning-div | |
###div_CookieLaw | |
###cookie_inline_form | |
###cookie_popup_container | |
###cookiepolicy-blok | |
##.cookie-control:not(body):not(html) | |
##.form--cookie-bar:not(body):not(html) | |
###cookie-policy-wrap | |
###cookieDivContent | |
##.cp-box-alert-popup:not(body):not(html) | |
###cookie-pop-up | |
###cookieNotifier | |
##.cookie-monster-dialog | |
##body.euCookie #euBackground | |
##.cookies-lightbox-accept | |
##.gsCookieDisclaimer:not(body):not(html) | |
###eu_user_consent_policy_container | |
###cc-cookie-notice | |
###netirs_top_cookie_popup | |
##.cookies-reminder:not(body):not(html) | |
###popupCNIL-container | |
##.aa30-cookies-policy:not(body):not(html) | |
###ckpolicy | |
###cookie-choice | |
##.cookie_rf_type_window | |
###cookie_law_msg | |
###mm_t07_cookie_box | |
###ujszo_cookiealert | |
###banner_cookie_privacy | |
###notyfy_container_bottom.i-am-new | |
##.cookiess:not(body):not(html) | |
##.alerta_cookies:not(body):not(html) | |
##.viacomcookiebar-extended | |
##.mw-cookiewarning-container | |
###cookie-check | |
###eu-cookie-irrsinn | |
###slidingCookieDiv | |
###cookieLawBlock | |
###module-about-cookies | |
###vismo-cookie-wrapper | |
##.cookie_notif:not(body):not(html) | |
###id_tr_cookies | |
###bannercookies | |
###ecookie_banner | |
###cookies_msg_wrapper | |
###bw_cookiechoice | |
##.cookiez:not(body):not(html) | |
##.c-cookies-block:not(body):not(html) | |
###cookiesBarAnnouncement | |
###cookies_permission | |
###CookieAlerts | |
##.capa-cookies:not(body):not(html) | |
###divPiskotki | |
~union.nl##.c-cookie-bar:not(body):not(html) | |
##.cookie-acceptance:not(body):not(html) | |
###cookie-overlay-message | |
##.cookieNotify:not(body):not(html) | |
##.header-bar-cookies:not(body):not(html) | |
##.acceptCookieContainer | |
###osomcookie | |
##.cookiebalk:not(body):not(html) | |
~goldenline.pl,~matthys.net,~d-power-modellbau.com,~huss-licht-ton.de,~modellbau-metz.com,~gulbenkian.pt,~auchan.hu,~auchan.pl,~markets.com,~trans-missions.eu,~e-horyzont.pl,~gezondeideetjes.nl,~bookchoice.com,~boligsiden.dk,~doka.com,~bokadirekt.se,~puzzels.ad.nl,~puzzels.bndestem.nl,~puzzels.bd.nl,~puzzels.gelderlander.nl,~puzzels.destentor.nl,~puzzels.ed.nl,~puzzels.pzc.nl,~puzzels.tubantia.nl,~puzzels.trouw.nl,~puzzels.parool.nl,~puzzels.volkskrant.nl##.cookie-modal:not(body):not(html):not(.in):not(.mfp-hide):not(#Login) | |
###EUCookieNote | |
##.fragment[data-fragment="disclaimer-layer"] | |
###app-page-site-cookies | |
##.m159-cookies:not(body):not(html) | |
###amcookieapproval | |
##.sticky-cookielawbanner | |
##.deacookiedt:not(body):not(html) | |
##.cookiesPrivacyLayer:not(body):not(html) | |
###ae-cookiebar | |
##.ghost-cookiebar:not(body):not(html) | |
###userConsentDatas | |
##.cookiepolicy-wrapper | |
##.cookie_check:not(body):not(html) | |
###DivIdealCookLight | |
###block-hp-cookie-consent | |
##.disclaimerCookie:not(body):not(html) | |
###cookie-kontrol | |
###policy-banner | |
###contenitoreCookie | |
##.accept-cookies-container | |
###cookieInfoOverlayBg | |
###cookieInfoOverlay | |
##.notify-cookie:not(body):not(html) | |
###wdg_cookie_bar | |
##.EuCookieBar:not(body):not(html) | |
##.cookiehint:not(#page-frame) | |
###cookieChoicesID | |
###cookies-agreebar | |
##.nt-footer-cookie-statement | |
##.m-alert--cookies:not(body):not(html) | |
###cookieNotificationDialog | |
##.sw-cookie-layer:not(body):not(html) | |
##.b10-cookie-notification | |
##.add_cookies:not(body):not(html) | |
###lf_cookie_msg | |
###piskotki_wrapper | |
###keksivehje | |
###cookie_permission | |
##div[js-cookies] | |
###cookie_hint | |
###simple-cookie-banner | |
###rk-accept-cookies | |
##.cookie-consent-ctr | |
###cookiesAllow | |
##.cookie-modal-message | |
###cookies_consent_form | |
##.cookie-policy-footer | |
##.cookie-splash:not(body):not(html) | |
###coockieInfo | |
##.cookie-layer-visible:not(body) | |
##.cookie-politics:not(body):not(html) | |
##.euCookies:not(body):not(html) | |
###cookies_information | |
###CookieOverlay | |
###cookie-directive | |
###cookieDivBackground | |
###cookieDiv-Alert | |
###area-cookie | |
###cookie_yes_info | |
###contentcookies | |
##.cookielaw:not(body):not(html) | |
###macchiato_cookies_wrapper | |
###cookies-agreement-bar | |
##.awesome-eu-cookies:not(body):not(html) | |
##.nf-cookies:not(body):not(html) | |
##.CookiePrivacyBanner:not(body):not(html) | |
###kosilka_cookies_hlaska | |
##.alert[ng-if="showCookieDisclaimer"] | |
##.global-cookie:not(body):not(html) | |
##.allow-cookie-stripe:not(body):not(html) | |
##.box-cookie-eu-law:not(body):not(html) | |
##.message-cookie-consent | |
###alertsBox div[id*="cookiesAlert"] | |
##.win_cookies:not(body):not(html) | |
###eu-cookie-wrap | |
##.cookies-layout-module | |
###spletko-cookies | |
###nova_cookie_disclaimer | |
###cookieUserAuthorisationBar | |
###divcookie | |
##.cookiePoliticsWrapper | |
##.eucookies-wrapper:not(body):not(html) | |
##.cookie-policy-warning | |
###mobile-privacy-law | |
###eu-cookie-policy | |
###vscookieAlertCont | |
###mbm-eu_cookie_notify | |
###slashadmin_eucookielaw | |
###ew-cookieinfo-container | |
###div_cookies_allow | |
###cookie-pop | |
###DCINFO_COOKIE_AGB | |
###accept-cookie-compliance-section | |
##.siko-cookie-disclaimer | |
##.top_cookie_pannel:not(body):not(html) | |
###divCookiesCNIL | |
##.privacy_policy_banner | |
###alert_cookie_msg | |
###cookienotifybar | |
##.page__disclaimer--cookies | |
##.cookie-police:not(body):not(html) | |
###dialog-modal-cookieadv | |
###container_cookie | |
###stormCookieWall | |
###stormCookieMelding | |
###intser_cookie | |
###popupcookie | |
##div[data-react-class="EUCookieBanner"] | |
###loreal-cookie | |
##.alertPolicyCookies:not(body):not(html) | |
###cookie_pop | |
###divCookieLearn | |
##.popupCookie:not(body):not(html) | |
###ba_eu_cookie_law | |
###uso_dei_cookie | |
###divCookiesConsent | |
###div-use-cookie | |
##.cookie-sticky-holder | |
##.disclaimerContainer:not(body):not(html):not(.grid__unit) | |
##.informativa_cookie:not(body):not(html) | |
###eu-cookie-law-popup | |
###facerig-cookies | |
##.coockieLaw:not(body):not(html) | |
##.cookie-acceptance-container | |
##.polityka_prywatnosci | |
###nutzungs_einverstaendnis | |
##.WW_MOD_EM_10-0-cookiemodul | |
###policy_cookie | |
###normativaEU | |
###okCookie | |
###bim-studio-cookie-holder | |
###vvc_cookie | |
###cookieInfoDiv | |
###cookieAcceptInfo | |
###divCookieInfo | |
##.cookies-caja-texto:not(body):not(html) | |
###cookieAlarmBar | |
##.cookies_modal:not(body):not(html) | |
~samsonite.ch,~samsonite.de,~samsonite.fr,~samsonite.nl,~samsonite.cz,~samsonite.it,~samsonite.es,~samsonite.co.uk##.cookie-consent-overlay | |
###CCookie | |
##.cookie-banner-info:not(body):not(html) | |
###privacyCookiesPolicyMessageContainer | |
###k_cookieNotification | |
###btn-cookie:not(input) | |
###rtl-cookie-notification | |
###flag-cookies | |
##.great-eu-cookies:not(body):not(html) | |
##.banner[data-cookie-disclaimer] | |
###desktop-cookie-disclosure | |
##.rts-module-cookies-message | |
##.cookie-siteusage-notice | |
##.ag-cookie-policy:not(body):not(html) | |
##.cookiesNotificationOuter | |
##.bcOptInOptoutNotifier | |
##.cookie-info-banner:not(body):not(html) | |
##.dnt-using-cookies:not(body):not(html) | |
###cookie_information_block | |
###barre_cookie | |
###cookie-varsel | |
##.privacy-overlay:not(body):not(html) | |
##.privacyCookieBox:not(body):not(html) | |
###cookieControlWrapper | |
###capa_cookie | |
##.portlet_cookie_policy | |
###cookie-agreement-wrapper | |
###privacy-layer | |
###alerta-cookies | |
##.infocookie:not(body):not(html) | |
###cookieconsentformbox | |
##.cookieBarTop:not(body):not(html) | |
###consent-bar | |
##.cookies-normative__container | |
##.cc_baner-wrapper:not(body):not(html) | |
###cookies_popup | |
###cp-policy-container | |
##.cookies_alert:not(body):not(html) | |
###cookie_bar_container | |
###czz-euro-cookie-banner | |
###privacyInfo | |
###cookie_policy_msg | |
###mostrar_aceptcookie | |
##.privacy-cookie:not(body):not(html) | |
##.cookie-management-overlay | |
###GMI_Privacy_Policy | |
##.b-cookie-policy:not(body):not(html) | |
##.bar-cookies:not(body):not(html) | |
###cookiesConsentWidget | |
##.test-cookie-notification | |
##.sp-cookie-warning:not(body):not(html) | |
##.cookie_holder:not(body):not(html) | |
###_iph_cp_popup | |
###popupCookies | |
~trafikkort.vejdirektoratet.dk##.ng-scope[ng-controller="cookieCtrl"] | |
###sto-cookieMessage | |
###cookieformdiv | |
###cookieUseAgreement | |
###divCookiesPolicy | |
##.EuCookiesNotificationView | |
###rhulcookieaccept | |
##.mod-cookies:not(body):not(html) | |
###cookieslegal | |
###ttgFooterCookieHinweis | |
###cookie_information | |
##.fond_bandeau_coockies | |
###cookie-holder | |
###CookieHandle | |
###CookieBG | |
~schwaebisch-hall.de##.cookie-hint:not(body):not(html) | |
###cookiesmelding | |
###elux-cookie-consent | |
##.cookieNotificationPopup | |
###pm15_cookie_info | |
###eu-cookies-law | |
##.eu-cookies-wrapper:not(body):not(html) | |
###oknoCookie | |
###id_cookie_show | |
~bancaditalia.it###banner-privacy | |
##.cookie-disclaimer-banner | |
##.cookieMessageWrapper | |
###pc-cookie-notice | |
###usingCookies | |
###info-cookies-banner | |
###light_cookies_bar | |
##.notice--int-cookies:not(body):not(html) | |
##.-cookies-notice:not(body):not(html) | |
###psCookieDisclaimer | |
###js-cookie-consent | |
###CookieNavigation | |
##.cookieLawPopup:not(body):not(html) | |
##.okCookiePanel:not(body):not(html) | |
###cookie-policy-block | |
###cookieConfirmationBar | |
##.notification.sets-cookie | |
###accetta_cookies | |
##.ma_cookie_popover:not(body):not(html) | |
###privacyPolicyCookies | |
##.eu_cc_law:not(body):not(html) | |
###divCookieConsent | |
###cpolicy-holder | |
##.acceptCookieBar:not(body):not(html) | |
###openCookie | |
###cookie-richtlinie-notification | |
###informativa-privacy | |
###zmbCookiesNotification | |
##.mb-ol-privacy-box-footer | |
###cookieAlertBox | |
##.xsCookieConsent:not(body):not(html) | |
##.pb-CookiesConsent:not(body):not(html) | |
###notification_cookies | |
###cookiedingsbums | |
###accettazioneCookieCnt | |
##.m-cookie-banner:not(body):not(html) | |
##.cookies-warning-container | |
##.dCookiesAlert:not(body):not(html) | |
##.nl-cookie-bar:not(body):not(html) | |
##.IP__CookieConsent:not(body):not(html) | |
##.uso-cookie:not(body):not(html) | |
###euCookies | |
##.aficionado--cookies-wrapper | |
##.eu-cookies-bar:not(body):not(html) | |
###cookie_permit | |
##.widget_cookieconsentwidget | |
##.cookies-blok:not(body):not(html) | |
###flashCookies | |
##.sc-cookies:not(body):not(html) | |
###MSoftCookieWarn | |
~takarekbank.hu,~bricoman.fr,~bricomart.es##.cookie-accept:not(body):not(html):not(.btn):not(button) | |
##.am-cookie-notice:not(body):not(html) | |
###biscuitFormDiv | |
###okno_rcookie | |
##.cookie-module-wrapper | |
##.CookieWindow:not(body):not(html) | |
##.vmn_banner-wrapper:not(body):not(html) | |
###dinamoPrivacyPopup | |
##.cookie-cont:not(body):not(html) | |
##.section-cookies:not(body):not(html) | |
##div[data-cookie="uso-accept-cookies"] | |
##.footer-cookie-warning | |
###cookiecontrol | |
###form_CookieOK | |
###div_use_cookie | |
##.yt-consent-banner:not(body):not(html) | |
##.cookie_banniere:not(body):not(html) | |
###page-advice-cookie | |
###cmscookie | |
###cookie_confirm | |
###cookieshit | |
##.footer-terms-notification | |
##.cookie-policy-info:not(body):not(html) | |
###coockiealert | |
###cookies_question | |
###idea_cookie | |
###cookie-information-bar | |
##.cookies_disclaimer:not(body):not(html) | |
##.compliance-eu-cookie-banner | |
##.navbar-cookies:not(body):not(html) | |
##.privacy-container:not(body):not(html):not(.content-container) | |
###cookies-regulation | |
###divAceptaCookies | |
###wbo-cookie-layer-wrapper | |
###jsn-cookies | |
###cookie_valid | |
###CookieAcceptance | |
~pibank.es##.container_cookie:not(body):not(html) | |
###infoLocalCookies | |
###cookieprivacy | |
###emea-cookie-msg | |
###cookieregels | |
##.cookie-policy-content | |
##.ow-cookie-wrapp:not(body):not(html) | |
###mod-cookies-warrning | |
###eu-cookielaw | |
###mask_cookies | |
###display-cookie-consent | |
###cookie_top_info | |
###divcookieok | |
###pol_cookies | |
###cookiesPermission | |
###cookieAgeCheck | |
###cookiesLegal | |
###js-cookie-notice | |
###uoc_cookie_intro | |
~niko.eu##.c-cookie:not(body):not(html) | |
##.PrivacyPolicyNotice:not(body):not(html) | |
###mobile-cookie-disclaimer | |
###cookie_man | |
##.site_cookiesplash:not(body):not(html) | |
###globalCookies | |
##.apropo-widgets-toolbar-cookie-container | |
###Cookie-scrolldown | |
###footercookies | |
###footer-cookie-info-bar | |
###InformationCookies | |
###cookiething | |
###infcookie | |
###cookies-law-banner | |
##.js-tm-cookie-container | |
###privacyAndCookieNoticePanel | |
##.bannerCookies:not(body):not(html) | |
###avert_cookies | |
###privacy_popup | |
###cookie-warning-padding | |
###cookie-warning-padding + .alert | |
###div-cookie | |
###cookielaw-bar | |
###adc_aviso_cookies_bar_style | |
##.kom_polityka_prywatnosci | |
###ciasteczkowy_potwor | |
###cookieInfoFooter | |
##.cookieAlertBarMessage | |
###privacy_modal | |
##.notification--cookie-alert | |
##.cookieWetgevingModal | |
##.aard-cookie-container | |
###dvCookieChoiceInfo | |
###cookies_info_show | |
##.COOKIE_USAGE_ACCEPT:not(body):not(html) | |
##.popinCookie:not(body):not(html) | |
##.wrapper-cookies:not(body):not(html) | |
###cookiesSuhlas | |
##.cookie-top:not(body):not(html) | |
###container_info_cnil | |
###cookie_layer_wrapper | |
###consent_banner | |
###cookies_msg_div | |
###ctl00_upCookie | |
###kakeboks | |
###cookie-privacy-popup | |
##.alert-coockie:not(body):not(html) | |
##.ds2-cookie-disclaimer | |
###otrcookiecompliancediv | |
##.baner-cookie:not(body):not(html) | |
###cookie--disclaimer | |
###piskotki | |
###widget_privacy_cookies | |
###segnalazione_cookies_ext | |
##.povoleniCookies:not(body):not(html) | |
###box_cookie_accept | |
###box_cookie | |
###hmcf_cookie_notice | |
###barra_legal_cookie | |
###cookies_sid_info | |
~noodweer.be##cookie-notice | |
###cookieAlerte | |
###bandeaucookies | |
##.cookieTool:not(body):not(html) | |
###cookie-permissie | |
###cl__cookie_alert | |
##.mod_cookie_bar:not(body):not(html) | |
##.cookie-accept-area:not(body):not(html) | |
##.cookies-accept:not(body):not(html):not(fieldset):not(button) | |
###panelcookies | |
###cookiesPolicySlide | |
##.cookiesBox:not(body):not(html) | |
~fotopuzzle.de,~markets.com,~puzzleyou.be,~fotondo.cz##.cookie-policy-wrapper | |
###cookieAcceptContent | |
##.ctrlCookieBar:not(body):not(html) | |
##.emp-cookies-policy:not(body):not(html) | |
##.cookieBarReviewDesktop | |
###divCheckCookie | |
###ciastoWarstwa | |
###ciasteczka-box | |
###closeCookeiInfo | |
###cookienfo | |
###stg-privacy-bar | |
###app-cookie-bar | |
###cookiesWidget | |
###cookie_hinweis | |
###ia-cookie-choices | |
##.cookies-advisor:not(body):not(html) | |
##.cookie_confirm:not(body):not(html) | |
###cookieBanner-main | |
##.gaCookieConsent:not(body):not(html) | |
###cookiesmessages | |
###BarraCookie | |
###cnil_cookie_optout | |
###cnil-banner | |
###eu-cookies-banner | |
###CookieWin | |
###cookieBalk | |
###cookies-note | |
###js-cookieBox | |
###mps-cookie-hint | |
~mega.be,~shoppable.com###cookiesModal | |
##.CookieDisclaimer:not(body):not(html) | |
##.js__cookie_popup:not(body):not(html) | |
###show_cookie | |
###maofree_cookie | |
###fr_cookie_container | |
###cookieMessageHolder | |
##.ui-cookie-blocked-page-cover | |
##.ui-cookie-blocked-warning-container | |
###cookie-request | |
###wp-cookies | |
###cookieSign | |
###mvo-cookie-message | |
###allowcookie | |
##.container-cookiesBar | |
###CookieAcceptLayer | |
##.cookie-advertisment:not(body):not(html) | |
##.accept_cookie_slot:not(body):not(html) | |
##.lilayout-header-cookiebar | |
##.msg-cookie:not(body):not(html) | |
###popup-webpage-cookie | |
##.politica-cookies-bar | |
###cookie_modal_wrapper | |
##.alert[data-ng-if="showCookieDisclaimer"] | |
###uecookie | |
##.onp-cookie-consent-container | |
##.cookie-sign:not(body):not(html) | |
##.CookieBanner:not(body):not(html):not(.page) | |
##.js-CookieBanner:not(body):not(html) | |
##.CookieInfoBar:not(body):not(html) | |
###idCookiebar | |
##.cookieLaw-box:not(body):not(html) | |
###contenedorAceptacionCookies | |
##.element-cookie-banner | |
###CookieAdvice | |
###_cookie_message_bar | |
###divCookieLaw | |
###CookieFooter | |
###bb_cookies | |
###cookie-info-1 | |
##.notification_cookie:not(body):not(html) | |
###js-site-cookie | |
###cookie-agreement-info | |
###ctl00_BarTab1_divInformativaCookie | |
###hamon-alert-cookie | |
###cookieInfCont | |
###cbcookies-top | |
###cookiesChecker | |
###cookiecheck:not(.lightbox) | |
###acceptCookiesId | |
###cookieconsent_container | |
###overlay_cookie | |
###COOKIE-CONSENT-EU | |
###cookieusing | |
###cookie-headband | |
##.CookieBox:not(body):not(html) | |
###cookie_choice | |
###info_cookies_l | |
###js_global-cookies | |
##.CookieAcceptLayer:not(body):not(html) | |
###popin_infoscookies | |
###morph-cookie-bar | |
##.mod_cookie_policy:not(body):not(html) | |
##.eucookiebar:not(body):not(html) | |
###custom-cookie-accept | |
##.accept-cookies-wrapper | |
##.cookie-notif:not(body):not(html) | |
###policy-cookie-notice | |
##.cookieHeaderWrapper:not(body):not(html) | |
##.weCookieBar:not(body):not(html) | |
##.selectorCookieLawMessage | |
###vml-cookie-notice | |
##.addcookielaw:not(body):not(html) | |
###enedue_cookieBox | |
##.cookies_consent:not(body):not(html) | |
##.cookie-settings-message | |
###cookiePolicyModal:not(.reveal) | |
###startsiden-cookie-disclaimer | |
##.tof-cookies:not(body):not(html) | |
##.cookies_policy_box:not(body):not(html) | |
##.cookie-overlay-box:not(body):not(html) | |
##.new-eu-cookies:not(body):not(html) | |
###coockieAlertBox | |
##.ConfirmCookieMessageBox | |
###CookiesInfo | |
##.footer_cookie:not(body):not(html) | |
##div[data-cookie-name="header_cookie_policy"] | |
##.xcookie:not(body):not(html) | |
##.mw-notification-tag-cookiePolicy | |
###ccservice-cookiesinfo | |
###google-policy-box | |
##.cookies-claim:not(body):not(html) | |
##.cookie_body:not(body):not(html) | |
##.j-cookie:not(body):not(html) | |
###pnl-cookies:not(.modal) | |
##.wd_cookie:not(body):not(html) | |
###divCookieChoiceInfo | |
###CookiesConfirmation | |
###cookie-spacer | |
###datenschutz_info | |
##.accept-cookies-banner | |
###f6-cp-cookiebanner | |
##.cookie-tooltip:not(body):not(html) | |
###cookiesLaw | |
##.bannierecookie:not(body):not(html) | |
###cookies_barraaceptacion | |
###navCookie | |
##.wsc-cookies-bar:not(body):not(html) | |
###cookieadvice | |
###cookie-uzenet | |
##.js-cookie-hint:not(body):not(html) | |
##.mod_cookieconfirmation | |
###agreeWithCookies | |
##.agree-with-cookies:not(body):not(html) | |
##.bk-cookie-container:not(body):not(html) | |
##.vc-cookieconsent:not(body):not(html) | |
###cookielawdiv | |
##.cookieFloater:not(body):not(html) | |
###cookie_alert_div | |
##.notification-cookie:not(body):not(html) | |
###cookiesHomeHeader | |
##.ban-cookies:not(body):not(html) | |
###agreecookies | |
##.mod-cookie-alert:not(body):not(html) | |
###cookie-choices-info | |
###wh_cookie_advice | |
##.cookies_confirm:not(body):not(html) | |
###messaggio_cookies | |
~schwaebisch-hall.de##.footer-disclaimer:not(body):not(html):not(.container) | |
##.cookieAnnoyer:not(body):not(html) | |
##.ciasteczka_info:not(body):not(html) | |
###cnil_bar_wrapper | |
###cookiesdialog | |
###divPolicyBar | |
##.js_cookies_container | |
###sn_cookies | |
###kashubCookie | |
##.cookie-line:not(body):not(html) | |
###cookieudiv | |
###minoc-cookie-bar | |
##div[data-id="cookieBar"] | |
###div_politica_cookie | |
###cookiesAllowingRequest | |
##.nav_cookies:not(body):not(html) | |
##.barra-cookies:not(body):not(html) | |
###cookie-message-text | |
###cnil_cookie_message | |
###waf-cookie-popup | |
##.cookieMelding:not(body):not(html) | |
##.cookieNotifyBar:not(body):not(html) | |
###xt-cookies-policy | |
###cookieLayout | |
##.cookiePack:not(body):not(html) | |
##.eu-cookies-alert:not(body):not(html) | |
##.eCookiesBanner:not(body):not(html) | |
##.eu-cookie-policy-note | |
###cookie_aviso | |
###escookie-box | |
###_cookie_banner | |
##.cookiebar_container:not(body):not(html) | |
##.moduleCookiesBox:not(body):not(html) | |
##.Common-Privacy-HeaderCookiesMessage | |
###overlay_privacyCookie | |
##.testoCookiePolicy:not(body):not(html) | |
##.closeCookiePolicy:not(body):not(html) | |
##.bandeau-cnil:not(body):not(html) | |
###cookiebar_container | |
##.cookiePolicyPopup:not(body):not(html) | |
##.cookieMessageBar:not(body):not(html) | |
###fi-cookieconsent | |
##.cookieheader:not(body):not(html) | |
###mention_cookies | |
###alert-cookie-prof | |
##.expressconsentAlert:not(body):not(html) | |
###eac_cookie_message | |
##.CookieMonsterBox:not(body):not(html) | |
###scms-cc-cookie-bar | |
###cookie_policy_modal | |
###CookiesPolicy | |
###cookies-box-outer-layer | |
###cookies-box-inner | |
###nCookie | |
###AcceptCookies:not(button) | |
##.cookies-info-box:not(body):not(html) | |
##.sliding-privacy-popup | |
##.barWrap[data-id="cookieBar"] | |
##.cookies-scrollbar:not(body):not(html) | |
###EUcookieStatment | |
##.CookieAlert:not(body):not(html) | |
##.cookie-accept-banner | |
###bloque_ventanaCookies:not(bosy):not(html) | |
###eucookies | |
###chellocookies-bar | |
###sg-cookies-wrapper-outside | |
~uniroyal.pl,~uniroyal.de,~barum-reifen.de,~continental-reifen.de##.js-cookie-banner:not(body):not(html) | |
###ms-cookie-policy | |
###d-policy-disclaimer | |
###privacyCookie | |
###cookies-accept-section-wrapper | |
###DivCookiesInfoPanel | |
###CookieWrap | |
##.wp-privacy-prompt-dialog-box | |
###cookie-clear-bar | |
##.cookie-notification-wrapper | |
###DivCookie | |
###nge_box_cookie_alerte_message | |
###cookie_souhlas_div | |
###gs-cookie-policy | |
###cookies-infos | |
~sap.com,~forbes.com,~tmz.com,~proximustv.be,~proximus.be,~tripit.com##.truste_overlay:not(body):not(html) | |
~sap.com,~forbes.com,~tmz.com,~proximustv.be,~proximus.be,~tripit.com##.truste_box_overlay | |
###CookiesBar | |
##.msg-cookies:not(body):not(html) | |
###bys-cookiemessage | |
###cnilbanner | |
###Cookie_EU | |
###adult-and-cookies | |
###policiyAlert | |
##.cont_avis_galetes:not(body):not(html) | |
###cookie-pupup-wrapper | |
~compravo.de,~perpedale.de##.cookiefooter:not(body):not(html) | |
##.Cookie_Banner:not(body):not(html) | |
###lvp_cookiewarning | |
##.cookie-directive-container | |
###eucookiebar-outer | |
##.topmessage-cookie:not(body):not(html) | |
###cookie_dialog | |
##.accept-my-cookie:not(body):not(html) | |
##.cookiefloater:not(body):not(html) | |
###andytimes_privacy_div | |
###informacionSobreCookies | |
##.wrapperCookie:not(body):not(html) | |
##.js-cookies-box:not(body):not(html) | |
##.cookie-law-approval-wrapper | |
###cookieWallBackground | |
##adcookies | |
##.LAW_cookie_alert:not(body):not(html) | |
###cookieslider | |
##.acceptCookiesContainer | |
##.cookie_disclosure:not(body):not(html) | |
###warn_cookies | |
##.site_cookies_message | |
##.site_cookies_container_open | |
###cookieHTML | |
###cookieOK | |
###cookieopt | |
###cookieMessageBar | |
##.privacy-message:not(body):not(html) | |
##.c-cookie-banner:not(body):not(html) | |
##.cookies-law:not(body):not(html) | |
###uni_accept_cookie | |
##.eu-pruda-cookies:not(body):not(html) | |
##.messaggio_cookie:not(body):not(html) | |
###cookiePolicyBar-overlay | |
###consensoCookies | |
###site-we-use-cookies | |
###onyx_cookiesinfo_bar | |
###onyx_cookiesinfo_spacer | |
##.cookieAcc:not(body):not(html) | |
##.privacy-policy-banner | |
###divMsgCookie | |
##.notification__item--cookie | |
###fhb-cookie | |
###cookie-policy-section | |
##.tcCookiesDialogWrapper | |
###cookie_accept_container | |
###divAvisCookies | |
##.cookie-usage-notification | |
###shopillaxcookielaw-wrapper | |
###home-legal-infos-bottom | |
###rb_cookieBox | |
###cokiesinfo | |
##.type-cookieacceptpage | |
##.euCookiePanel:not(body):not(html) | |
###cookiealertrow | |
~bynco.com,~ben.nl##.cookie-wall-container | |
##.cookie-nag:not(body):not(html) | |
###doc-banner-cookie | |
##.cookiesPanel:not(body):not(html) | |
##.layer-cookies:not(body):not(html) | |
###allowCookieMsg | |
##.cookiemelding:not(body):not(html) | |
###avvisoCookie | |
##.avvisoCookie:not(body):not(html) | |
###cookieAdvertising | |
###jsCookiesPanel | |
##.mm-cookies:not(body):not(html) | |
###cookieUseWarning | |
##.cookiewarningbox:not(body):not(html) | |
##.cookies-section:not(body):not(html) | |
###ww-cookie-information | |
###msgexpandcookies | |
##.cookie-choice:not(body):not(html) | |
###eKPC_Container | |
###cookie-law-message | |
###terminosCookies | |
###cookie_ok:not(.btn):not(button) | |
##.m_cookies:not(body):not(html) | |
###cookieUsageHint | |
###cookie3arhMsg | |
##.cookie_law_dialog:not(body):not(html) | |
##.cookie_law_dialog ~ .ui-widget-overlay | |
###_DIV_COOK | |
###enablecookies | |
##.avviso_cookie:not(body):not(html) | |
##.infoBar[data-cookiebanner] | |
###div-info-cookies | |
###cnil_banner_consent | |
###id-cookie | |
##.checkCookie:not(body):not(html) | |
###cookieLaw_banner | |
##.cookify:not(body):not(html) | |
###dialogoCookies | |
###tfe-cookie-bar | |
##.cookwarning:not(body):not(html) | |
###DLP_eu_cookie_disclosureOverlay | |
##.noe_cookie_cnil:not(body):not(html) | |
###cookie-accept-banner | |
###navbarCookie | |
###optin-optin-header | |
###cookie_frame | |
##.site-needs-cookies:not(body):not(html) | |
##.cookie-warning-bar:not(body):not(html) | |
##.cookieAd:not(body):not(html) | |
##.cookieNote:not(body):not(html) | |
###cookieEuRuleBar | |
##.global-cookiepopup:not(body):not(html) | |
###global-cookiewarning | |
###bloc_setcookie | |
###cookiequestion | |
###div_CookieLaw_parent | |
##.allow-cookies-dialog | |
###analytics_cookie | |
##.allow-cookie:not(body):not(html) | |
~makelaarsland.nl##.m-cookie-notice:not(body):not(html) | |
###slc-cookie-banner | |
###cookiesPrivacy | |
##.bottom--cookie-bar:not(body):not(html) | |
##.cookies-bar-new:not(body):not(html) | |
##.coockiePolicy:not(body):not(html) | |
~diebayerische.de###cookie-consent-layer | |
~postnl.nl##.cookiebar-message:not(body):not(html) | |
##.cookiebar-close:not(body):not(html) | |
##.cookie-uzenet:not(body):not(html) | |
###nw_cookie_alert_box | |
##.cookie-prompter:not(body):not(html) | |
##.cookie_row:not(body):not(html) | |
###cookiesTopBloc | |
###eu_cookie_dialogue | |
###CPolicy | |
###cookie-controll | |
###documentCookieInfo | |
##.Message--cookies:not(body):not(html) | |
###ribbon-cookies-agree | |
###divCookieUsedNote | |
##.privacyinfo:not(body):not(html) | |
###cookies_consent | |
###council_Cookies | |
###cookielay | |
###WarningWeAreUsingCookiesSweetSweetCookies | |
###wg-cookie | |
##.infos-gestion-cookies | |
###user-cookie-msg-box | |
###CookieLegalContainer | |
###aceptar_cookies | |
###us_cookies_msg | |
##.EuCookieSheet:not(body):not(html) | |
##.cookieclose:not(body):not(html) | |
###pccmsCookiesAlert | |
###doCookieAlert | |
##.cookies-warn:not(body):not(html) | |
##.cookie-visible:not(body):not(html) | |
###uso_cookies | |
###waCookie | |
###infobar-cookie | |
###cookie_law_warning | |
##.case-cookie-alert:not(body):not(html) | |
###cm-cookies | |
##.cookie-policy-wrap:not(body):not(html) | |
###cookie_custom | |
##.js--cookie-consent:not(body):not(html) | |
###layer_cookies_publicitaires | |
###ctl00_divCookieMsg | |
##cookiebox | |
##.cookie_takeover:not(body):not(html) | |
##.cookie_background:not(body):not(html) | |
###cookieLaw2015 | |
##.CCcookiewarning:not(body):not(html) | |
##.cookies_popin:not(body):not(html) | |
###divPolCookies | |
###module_cookies | |
##.notify-cookies:not(body):not(html) | |
###idcookie | |
##.c-cookie-notifier:not(body):not(html) | |
###cookie_consent_notification | |
###dvCookieInfo | |
###loi-cookies | |
##.stripe_cookies:not(body):not(html) | |
###cookiepolicywrappershow | |
##.herbyCookieConsent:not(body):not(html) | |
###swl-cookie-wrapper | |
###CookiePolicyOverlay | |
##._cookie-info:not(body):not(html) | |
###nocookie | |
##.div-cookie:not(body):not(html) | |
###cookie-advisory | |
##.alert-cookiewarning:not(body):not(html) | |
###sitemanager-cookie-bar | |
###cookie_usage_container_id | |
###cookie_policy_overlay | |
###AcceptPrivacyDisclaimBoxWrap | |
###DisclaimPrivacyBottomButton | |
###cookie_box_bar | |
##.cookielegal:not(body):not(html) | |
##.cookie_consent_banner | |
##.polcookies:not(body):not(html) | |
###mtv-cookie-notification | |
##.widget--cookies:not(body):not(html) | |
###consentcookie | |
###notification__cookie | |
##.modCookieBar:not(body):not(html) | |
###itlCookieInfo | |
###jst_eu_cookie | |
##.cookies-callout-wrapper | |
##.cookie-usage:not(body):not(html) | |
###askcookies | |
###icoCookieNotify | |
###usecookies | |
###mod-cookieBar | |
##.cy-popin-cookie:not(body):not(html) | |
###cookieSpan | |
###cookies123 | |
##.cookiepoll:not(body):not(html) | |
##.acceptCookiesModal:not(body):not(html) | |
###fd-notes-top-cookies | |
###dcc_cookieMessageContainer | |
##.cookieClose:not(body):not(html):not(button):not(a) | |
##.homepg-cookie-container | |
##.cookie_notife:not(body):not(html) | |
###legalNoticeHeader | |
###fhr-cookie-bar | |
##.js-ug-alert-cookie:not(body):not(html) | |
##.mod-aw_cookieabfrage | |
###cookie-drawer | |
###cookie-notice-outer | |
##.ng-scope[data-ng-show="showCookieBanner"] | |
###cookieMsgAlert | |
###cookies-notif | |
##.legal-cookie:not(body):not(html) | |
###cookie_bandeau | |
###cookies-notification-popup | |
###mensajeCookies | |
###divprivacycookies | |
##.popup--cookie:not(body):not(html) | |
###skcookies | |
###confirm_cookie | |
##.tt-cookie-bar:not(body):not(html) | |
##.mod_cookies:not(body):not(html) | |
###cookieUsage | |
##.cookie_warning_wrap:not(body):not(html) | |
~fm-systeme.de,~heiligenfeld.de###tx_cookies | |
##.cookiewrap:not(body):not(html) | |
###happycookies | |
###informacja_o_cookie | |
###layout-cookiemsg | |
##.cookie_notification_wrapper | |
###cea-divCookiePolicy | |
###gel-cookie | |
###cookiebarcontainer | |
###SWCC3_CookieLawBanner | |
###CookiesPrinc | |
##.div_cookies:not(body):not(html) | |
##.div_CookieLaw:not(body):not(html) | |
###nota_cookies | |
##.cookies_msg:not(body):not(html) | |
##.mod-cookie-disclaimer | |
###cookieinfobox-box | |
##.f-eu-cookies:not(body):not(html) | |
###AvisoCookie | |
##.atvi-cookie-disclaimer | |
###cookie_str | |
###cookie-notification-wrapper | |
##.cookie-disclaimer-mask | |
##.cd__cookie:not(body):not(html) | |
###box_cookies_alert | |
###cookieInfoBottom | |
###cookiesconfirm | |
###cookie-foo | |
###informativa_cookie | |
###adimo-cookie | |
~mediamarkt.ch###cookie-info-layer | |
##.cookieNotif:not(body):not(html) | |
##.COOKIENOTICE:not(body):not(html) | |
###cookie_info_breve | |
##.notify-cookies-policy-container | |
##.cookie_message_wrap:not(body):not(html) | |
##.eu-cookie-notification | |
###mycookiebar | |
###cookie_kezeles | |
##.atm-cookies-disclaimer | |
###popupAvvisoCookies | |
###icocookie_outer | |
##.Cookies_alert:not(body):not(html) | |
###cookie-ram | |
##.alert-wrapper-cookie | |
##.cookie-policy-bar-base | |
###piskotOpozorilo | |
##.cookies-usage-panel:not(body):not(html) | |
##.normativa-cookies:not(body):not(html) | |
###cult_cookie_accept | |
###divFrmUserCookieConfirm | |
###cookiesConsent | |
##.t3-cookie-notice | |
###JDCookieNotifier | |
##.cookieNoti:not(body):not(html) | |
##.aviso_cookie:not(body):not(html) | |
##.moduloCookieAlert:not(body):not(html) | |
###cookie-checker | |
##.module-cookie:not(body):not(html) | |
##.checkcookie:not(body):not(html) | |
###cookies-policy-placeholder | |
###cookie-overlay-modal-box | |
###info-bar-cookies-info | |
###cookie-policy-message | |
##.Container--cookies:not(body):not(html) | |
##.cookiesBanner:not(body):not(html) | |
###theCookieNote | |
###cookie_pol | |
##.cookiesWr:not(body):not(html) | |
##.warn-cookie:not(body):not(html) | |
###js-md-cookie | |
###sticky-popup-cookies | |
###euCookieDirective | |
###cookieAuth | |
##.cookie-richtlinie:not(body):not(html) | |
###blusys_normativa_cookie | |
###cookie-informations | |
###NXOTool_authorize_cookies | |
###CpHTMLCookieBar_bar | |
##.qa-cookie-notice:not(body):not(html) | |
###voiello-cookie-disclaimer | |
###eulaw-bar | |
###polish-cookie-note | |
###topMessages[data-type="cookiesInfo"] | |
###cookistop | |
##.oaveacookieconsent:not(body):not(html) | |
###IN_cookiebarwrapper | |
###hoodCookieInfoBox | |
##.pop-cookiepolicy:not(body):not(html) | |
###winCookieWarning | |
##.privacy-cookie-bar:not(body):not(html) | |
###edcCookiesPolicyBanner | |
##.cookie-compliance-message | |
###web_cookielaw_popup | |
###cookie-slide | |
###framework_cookiewarning | |
##.cookies-slide:not(body):not(html) | |
###md-cookie-directive | |
###coockies3wmDiv | |
###newCookiesAlert | |
###Cookiecontain | |
##.accettacookie:not(body):not(html) | |
###pp_cookielaw | |
###pnlCookieInfo | |
###cookie-footer | |
###cookiewrapper | |
###euCookiesZone | |
###cookieAgreementBox | |
###uodcookienotice | |
###ciastka_ajax | |
###compliancecookie | |
##.eu-cookie:not(body):not(html) | |
###band-cookies | |
##.cookie__banner:not(body):not(html) | |
##.cookie-agreement-wrapper | |
##.bannerCookie:not(body):not(html) | |
##.eu-cookies-policy:not(body):not(html) | |
###CookieWarningBox | |
##.b-cookie__body:not(body):not(html) | |
###cookiee_alert | |
##.coockiesPolicy:not(body):not(html) | |
###__cookie_consent | |
###nu_bottom_alert_dialog_accept_cookies | |
##.cookie-assistant:not(body):not(html) | |
###cookieconsentbar | |
###cookie-notification-header | |
###acookie | |
##.cookie_notice_wrap:not(body):not(html) | |
##.drc-cookie-policy:not(body):not(html) | |
##.tCookiesInfoblock:not(body):not(html) | |
##.accord_cookies:not(body):not(html) | |
##.consentement_cookie:not(body):not(html) | |
###keksNotiz | |
###mp_cookie | |
###cookiesOK | |
##.cookie_privacy_alert | |
##.touchdesign-cookie-privacy | |
###slapukai | |
##.o-CookiesBanner-container | |
###slideit-cookie | |
###epCookieConsent | |
###cookies_legal | |
###cookies_advice | |
##.grp-header__cookiedisclaimer | |
###barraCookies | |
###cajacookies | |
###resultCheckCookieMSG | |
###cookieCNIL | |
###adv_cookies | |
##.cookie_warning_box:not(body):not(html) | |
##.closeCookieParent:not(body):not(html) | |
##.js-cookie-directive:not(body):not(html) | |
##.cz-cookiebar:not(body):not(html) | |
##.baked-cookies-bar:not(body):not(html) | |
##.ciastka_ostrzezenie:not(body):not(html) | |
###cookies-navigation | |
##.cookieinfos:not(body):not(html) | |
###legal_cookie_banner | |
###cookie-melding-top | |
###accept-cookies-regulation | |
###block-cookie-disclaimer-cookie-disclaimer-block | |
###cookie-confirmation | |
###termsNotice | |
###cookie-confirmation-dialog | |
###panelCookiesInfo | |
###SBS-cookie-widget | |
##.mycookies:not(body):not(html) | |
###suti_figyelmeztetes | |
###coockie-message | |
##.page-notifications div[ng-controller*="cookie"] | |
###divCookieWarning | |
##.eprivacy-cookie:not(body):not(html) | |
##.cookie-alert-container | |
###disclaimer-cookies | |
##.acc-cookie:not(body):not(html) | |
##.alert_cookie:not(body):not(html) | |
###coockieBar | |
##.cookies-directive:not(body):not(html) | |
###cookie_navbar | |
###townside-cookiebar-outer | |
##.cookieChoiceInfo:not(body):not(html) | |
##.head-cookies:not(body):not(html) | |
###AcceptCookieContainer | |
###bloc-cookie | |
###cookie_policy_layer | |
##.cookiePopUpWrap:not(body):not(html) | |
###cookie_popup_alert | |
##.privacy_policy_message_box | |
###CookiesPrivacy | |
###dcookie | |
##.js-cookies-notice:not(body):not(html) | |
##.msn-cookies:not(body):not(html) | |
##.cookiebar--variant1:not(body):not(html) | |
###CookieHint | |
###cookie_check_modal | |
###cookie_ms | |
###message_cookie_info_accept | |
##.j-cookie-message:not(body):not(html) | |
###cookie_keuzes | |
##.login-cookie-message | |
##.stampenCookieContainer | |
##ea-truste-consent-bar | |
##.alert[data-name="eu_biscuits"] | |
###cookieu | |
##.header_cookie:not(body):not(html) | |
##.cookie-jar:not(body):not(html) | |
###cookies-usage-message | |
~joingoodcompany.nl##.container-cookie:not(body):not(html) | |
##.cookieInformationBar | |
##.sfs-cookie-container | |
###mnd-cookie-bar | |
##.ac-cookies:not(body):not(html) | |
###cookies_show_dialog | |
###cookieConsentNote | |
###js-ext-cookie | |
###ghcookie-wrapper | |
###cookieavisoini | |
##.tx-bsd-cookie:not(body):not(html) | |
##cookie-policy-popin | |
##.cookie-policy-popin:not(body):not(html) | |
##.pwebbox-plugin-cookie_policy | |
###cookie-richtlinie | |
##.consent-cookies:not(body):not(html) | |
###obt_ga_banner | |
###CookieHead | |
##.cookieHint:not(body):not(html):not(.responsivePopup) | |
###privacy-cookie-banner | |
##.privacy-cookie-banner | |
###accept-cookies-block | |
###confirm-cookies | |
##.cp-box-alert:not(body):not(html) | |
###cookiePrivacyPolicy | |
###pxa-cookie-bar | |
##.Template_CookiesBox:not(body):not(html) | |
###richpages_cookieconsent | |
##.cookie-choices--info | |
###CookieWidget | |
###cookie-compliance-message | |
###cookie-compliance-overlay | |
##.cookie-prompt-wrapper | |
###cookiesPromptWrapper | |
##.cookie-wrn-wrapper:not(body):not(html) | |
~hardware.info##.cookiecontainer:not(body):not(html) | |
##.bc-cookie-disclaimer | |
###km-cookie-accept | |
###cookie-optin | |
##.cookiediv:not(body):not(html) | |
###user_optin_banner | |
##.js-cookieAcceptanceInformation | |
##.cookies_advice:not(body):not(html) | |
##.cookie-copy:not(body):not(html) | |
###divCookiesConfirmation | |
##.cookies-strip:not(body):not(html) | |
##.cookiesAgree:not(body):not(html) | |
##.b-cookie-hint:not(body):not(html) | |
##.cookie-runway:not(body):not(html) | |
##.cookie-policy-banner | |
###cookie-well | |
###accept_cookie_widget | |
###cookie_notification_container | |
##.avertissementCookie:not(body):not(html) | |
###eu-law | |
###cookie-hinweis | |
##.Cookiebar:not(body):not(html) | |
###coockies_warning | |
###cookieAcknowledge | |
##.tbcookie:not(body):not(html) | |
###cookieMsgWrapper | |
###Cookie-Consent | |
###utilisation-des-cookies | |
###cookie_policy_banner_wrapper | |
##.cookie-slide-down:not(body):not(html) | |
##.cookie-guard-msg:not(body):not(html) | |
###privacy-policy-banner | |
##.text-cookies-notification | |
##.bottom--cookie-bar-overlay | |
~mediamarkt.ch##.cookie-info-modal:not(body):not(html) | |
###EU_cookie | |
##.cookieadv:not(body):not(html) | |
##.rts-cookies-warning-pannel | |
###cookie-display | |
##.cookieMSG:not(body):not(html) | |
##.cookieNotificationWidget | |
###alert-cookies-toast | |
##.cbb-cookie-info:not(body):not(html) | |
##.cookies__banner:not(body):not(html) | |
###block-notifications-cookie | |
##.popup-overlay-cookies | |
##.popup.cookiesPopUp:not(body):not(html) | |
###boxcookie | |
##.cookies-row:not(body):not(html) | |
##.cookie-announcement:not(body):not(html) | |
###is-cookie-warning | |
###cookiesSouhlasimBlok | |
###WeUseCookiesDesktop | |
###cookie-band | |
###pm-cookie-banner | |
##.euCookiePolicy:not(body):not(html) | |
##.message--cookie:not(body):not(html) | |
##.cp-curtain-container | |
###enableCookie-cont | |
##.cookie-cnil:not(body):not(html) | |
###cookie-pup | |
###legal_cookie_holder | |
##.eu-law-container:not(body):not(html) | |
##.header-notice-cookies | |
###cookie_controller | |
##.biebwidget-content .backgroundoverlay | |
##.biebwidget-content .backgroundoverlay ~ .modalwindow-container | |
###cookie-mess | |
##.cookies-bloc:not(body):not(html) | |
##.s-10-cookie-consent:not(body):not(html) | |
###privacyHint | |
###CenturiaCookieMonster | |
##.js-cookieNote:not(body):not(html) | |
###cookie-confirm-box | |
###cookieNotifierWrapper | |
##.cookie-hinweis:not(body):not(html) | |
###cdf_annonceCookie | |
##.eu-cookie-wrapper:not(body):not(html) | |
##.eu-cookie-warning:not(body):not(html) | |
###ContentPlaceHolder1_wifiheader_divCookieRichtlinien | |
###miseucookielaw | |
##.CookieApprove:not(body):not(html) | |
###js-cookiebar | |
##.notification-bar--cookie | |
##.notification--cookie | |
###cookie_header_top | |
###footer-cookie | |
###popupcookies | |
###fdCookieLawBanner | |
###confermaCookie | |
###Notifica_cookie | |
##.cookieleiste:not(body):not(html) | |
##.ui-cookies-notice-overlay | |
###cookie_jar_container | |
###cookiesInfoBar | |
##.notification-layout[ng-class="cookie-bar"] | |
##.adk-cookie-wrapper | |
###Footer1_cCookiePopUp1_pnlDisclaimerPopup | |
###cookie-bar-module | |
###cookie-privacy-banner | |
##.cnilCookies:not(body):not(html) | |
###avvisocuchi | |
###bts-cookie-disclaimer | |
~jostchemical.com##.privacy-banner:not(body):not(html) | |
###ctl00_ctl00_MainPane_Content_MainContent_PopupControlCookies_PW-1 | |
###cn-cookie | |
##.gb-cookie-consent:not(body):not(html) | |
~saxion.edu##.js-cookie-wall:not(body):not(html) | |
###boxCookie | |
##.sky-component-cookie-notice | |
##.cookie-policy-statement | |
##.banniere_cookie:not(body):not(html) | |
###CookiesUsageCont | |
###BsCookie | |
##.cookieModalBox:not(body):not(html) | |
###bottom_cookie | |
###cherry-cookie-banner | |
##.cookie-law-alert:not(body):not(html) | |
###cookiepolicy_area | |
##.consentBarWrapper | |
###legalplus-cookies-banner | |
###Managebase_CookieBar_Container | |
##.disclaimerbanner:not(body):not(html) | |
###tt-cookie-overlay | |
###tt-cookie-window | |
###tt-cookie-badge | |
###user_cookies | |
###pbb-cookielaw | |
##.notification > li[data-notification-id="cookiewarning"] | |
###bandeau_cookies_online | |
##.panel-cookie:not(body):not(html) | |
###nafets_imprint-cookie | |
##.js-cookie-consent-module | |
##.cookielaw-wrapper:not(body):not(html) | |
##.cookielaw-bar:not(body):not(html) | |
##.cookies_full:not(body):not(html) | |
##.cookie-outer-container | |
##.bandeau-accept-cookie | |
##.wami_cookie_div:not(body):not(html) | |
###enable-cookie-bar | |
##.mod-cookie:not(body):not(html) | |
##.terms-policy-bar:not(body):not(html) | |
##.outerCookieBar:not(body):not(html) | |
##.notif_cookie_panel:not(body):not(html) | |
###cookieAllowWrap | |
##.requestCookies:not(body):not(html) | |
##.cookies_policy_alert | |
###cookie-container2 | |
##.wolford-allow-cookies | |
###gdprCookieNotice | |
##.cookieconsent-container | |
###cookieMessageDiv | |
##.CookieMessageDiv:not(body):not(html) | |
###Cookie_inform | |
###cookieShortAlert | |
###CookieNotifiering | |
##.core-CookiesPolicy:not(body):not(html) | |
###global_default_cookie_policy | |
###privacy_cookiepolicy | |
###cookie-bar-warning | |
##.x-cookie-consent:not(body):not(html) | |
###firstLogNanobar | |
###eupolicy | |
###m31CookieInfo | |
##.site_header_cookie:not(body):not(html) | |
###cookie-backdrop | |
##.sb-ncookies-alert:not(body):not(html) | |
###wpUsingCookies | |
~pagetiger.com##.cookie-section:not(body):not(html) | |
##.tws-accept-cookies--wrapper | |
##.tplis-cl-cookies:not(body):not(html) | |
###id_avviso_cookies | |
###cookie_control_popup | |
##.bms-cookie-container | |
###LSCookiePolicyPopup | |
###cookies_lista | |
##.js-terms-of-use-disclaimer | |
###acceptCookies ~ .disable-bg | |
##.dmg-cookie-info:not(body):not(html) | |
###parent_SiteCookieMessageContainer | |
###eu-cookie-message | |
##.cookies-allow:not(body):not(html) | |
###cnil_optout | |
##.smoothie-consent:not(body):not(html) | |
##.cookielaw-banner | |
###ctl00_CookieWarning1 | |
###cookie_exit_form | |
##.privatePolicy:not(body):not(html) | |
##.cookie__policy:not(body):not(html) | |
###cookies_rep | |
##.approveCookiesBar:not(body):not(html) | |
##.cmp_cookies_usage_wr | |
##.gk-cookie-policy:not(body):not(html) | |
##.cookie_alert_message | |
###szCookiePolicy | |
###ita-cookies-policy | |
##.cookieUserAgreement:not(body):not(html) | |
##.cookiehinweis:not(body):not(html) | |
###cookieArea | |
##.bs-cookie-notice:not(body):not(html) | |
##.ccCookiesAllowed > #cc | |
##.i-am-ok-with-cookies | |
##.adv-cookie:not(body):not(html) | |
##.cookierinfor:not(body):not(html) | |
##.cookie-disclamer:not(body):not(html) | |
##.box-cookie-notice:not(body):not(html) | |
###acceptCookiesContainer | |
###pb-cookies-policy-banner | |
##.euCookieLaw:not(body):not(html) | |
###gbcookie | |
###cookies-policy-bar | |
###ctl00_panCookieAbfrage | |
##.cookiesite_mainpopup | |
###section-cookie | |
###cookieToaster | |
###cookie__wrapper | |
###cookie-bar-prompt | |
##.uc-cookie:not(body):not(html) | |
###cookies_wrapper | |
##.infobanner[data-cookie] | |
##.b-cookie-warning:not(body):not(html) | |
###jwsdw-cookieHint | |
###cookiesRequest | |
###policyBannerWrapper | |
###s-avviso-cookie | |
###cookies-allowed | |
###cookiePrivacyPopup | |
##.cookiePrivacyInfoDiv | |
##.cookie-policy-form:not(body):not(html) | |
##.container-cookies:not(body):not(html) | |
##.jnc-cookie:not(body):not(html) | |
##.cookies-alert-bar:not(body):not(html) | |
##.cookie-line__layer:not(body):not(html) | |
##.privacy-cookies:not(body):not(html) | |
###cookies-policy-container | |
###cookieJSdiv | |
##.cp-cookie-wrap:not(body):not(html) | |
###cookie_law_box | |
###agrio_cookie_notification | |
##.cookies-inner:not(body):not(html) | |
##.cookies_privacy_wrapper | |
##.cookie_informatie:not(body):not(html) | |
###cookie_tajekoztato | |
##.narizeni-eu-cookies:not(body):not(html) | |
###cookies_cont | |
###cookie-button-banner | |
###warning_cookies | |
###cookie-zone | |
##.public_legal_cookies | |
###lay-cookielaw | |
###layerAcceptCookie | |
##.cookie_info_wrap:not(body):not(html) | |
###usocookies | |
###cookielaw_banner | |
###alma-cookie-consent | |
##.cookie-ban:not(body):not(html) | |
##.ucgCookieBar:not(body):not(html) | |
###z7cookienote | |
##.cookie-infobox-wrp | |
##.pg-cookie:not(body):not(html) | |
###ctl08_Cookies | |
##.CookiesBanner:not(body):not(html) | |
###cookiePolicyAlertBox | |
###cookie_check | |
##accept-cookie-box | |
##.alerte-cookie:not(body):not(html) | |
##.stn_cookieoptin:not(body):not(html) | |
##.js-cookie-notification | |
##.zone-cookies:not(body):not(html) | |
###cookieAssistant | |
##.c09--cookie:not(body):not(html) | |
###js_cookie-banner-ask | |
###modalsource_privacy_widget | |
###icookies | |
##.loving-eu-cookies:not(body):not(html) | |
###cookie_bnr | |
###cookies-upozorneni | |
###bv_cookie-law-info-bar | |
###cookiecrap | |
###cc_banner-wrapper | |
##.ccc_banner-wrapper:not(body):not(html) | |
###cooky-policy | |
##.cookie-notice-dialog | |
###cookie_section | |
##.divCookieBar:not(body):not(html) | |
##.general-cookie-notification | |
###donut-law | |
###footer-cookie-notice | |
##.footer-cookie-notice | |
##.template-cookie-consent | |
###acceptCookiesPanel | |
###CookieLawChoice | |
##.cook_plcy:not(body):not(html) | |
##.pnl-cookie:not(body):not(html) | |
##.block_cookie.block_cookie--show | |
##.blk_coockies:not(body):not(html) | |
##.cookiebanner-warning | |
###popup-cookies-police | |
##.jsCookiesPopUp:not(body):not(html) | |
###avency-neos-cookieenabler | |
###cookies_conditions | |
###sysCookieMessage | |
##.am-cookiebar:not(body):not(html) | |
###hh_cookiewarning | |
~boehringer.net,~zwijsen.nl##.cookie-consent-wrapper | |
##.cookies-policy-banner | |
##.tp_cookie:not(body):not(html) | |
##.toolbar-cookies:not(body):not(html) | |
##.privacy-infos:not(body):not(html) | |
###divmensagemcookie1 | |
###cookieConsentNotice | |
##.cookie-consent-notice | |
###cookieAlert_popper | |
###cookieinfotext | |
##.component-cookie-notification | |
###footer-cookie-itlaw | |
###messageCookiePolicy | |
###popincookie | |
###info_cookie_wrapper | |
###cookiehinw | |
###cookie-policy-layer | |
##.cookie-policy-layer:not(body):not(html) | |
###cookieshoyer | |
##.cookieshoyer:not(body):not(html) | |
##.coo_banner-notice:not(body):not(html) | |
##.cookiesAcceptation:not(body):not(html) | |
##.cookiePolicyCustom:not(body):not(html) | |
###cnt_cookies | |
##.ml-cookie-wrap:not(body):not(html) | |
##.gt-ui-cookie-bar:not(body):not(html) | |
###ui_cookieblk | |
###info-bar-cookies | |
###hinweis_cookies | |
###messagecookies | |
##.s-cookiebar:not(body):not(html) | |
###cookieTooltip | |
###informativaCookie | |
###pamCookieLayer | |
###cookiesPopin | |
###r42CookieBar | |
###r42CookieBar ~ #r42CookieBg | |
##.cookie-module:not(body):not(html) | |
##.pws_cookie_bar:not(body):not(html) | |
###cookie-accept-container | |
##.wrapper_cookies:not(body):not(html) | |
###cookie_headertop | |
##.cookieMessageContainer | |
##.cookie_rf_type_panel | |
###globalCookieBar | |
###mentions-cookies | |
##.cookies-stripe:not(body):not(html) | |
###js-cookies-stripe | |
###ok_cookie | |
###cookiesNote | |
##.qp-cookies-alert:not(body):not(html) | |
###euCookieRequester | |
##.cookie_accept_notebox | |
###cookie-msg-bar | |
###ep-cookiesPopup_wrapper | |
###SiteInfoBanner[data-cookie-checker] | |
##.cookieDisclaimerWrapper | |
###DigitalPrint-cookie-alert | |
##.flash--cookie:not(body):not(html) | |
##.cookie-guideline:not(body):not(html) | |
##.cookies-hinweis:not(body):not(html) | |
###capa_acepta_cookies | |
###cookiedirectiveButtonContainer | |
##.cookies_noties:not(body):not(html) | |
~svenskakyrkan.se##.c-cookies:not(body):not(html) | |
##.cookie_warn:not(body):not(html) | |
###footmesscookie | |
##.bar-cookie:not(body):not(html) | |
##.cookiebar-tpl:not(body):not(html) | |
##.region-cookie-ban:not(body):not(html) | |
##.cookie_usage_notifier | |
##.fc-cookies:not(body):not(html) | |
##.cookies__info:not(body):not(html) | |
###cookie-consent-bar-outer | |
##.cookiesBannerBlock:not(body):not(html) | |
###cookieDialogCtnr | |
##.js-cookiehint:not(body):not(html) | |
##.box-cookies:not(body):not(html) | |
###barraaceptacio | |
###PrivacyWarning | |
##.w-notifications__noty_cookie | |
##.coockieBar:not(body):not(html) | |
##.panel_cookie:not(body):not(html) | |
##.wecookiepop-container | |
##.cookieline:not(body):not(html) | |
##.c-consent:not(body):not(html) | |
##.cookies-mod-bar:not(body):not(html) | |
##.cookiePush:not(body):not(html) | |
##.js--cookiecontrol:not(body):not(html) | |
###eps_cookie_info | |
###cookie-consent-warning | |
##.CookieAcceptImageDivClass | |
###cookie-police | |
##.cookieOverlayBox:not(body):not(html) | |
###cookies-komunikat | |
##.tpl-cookies:not(body):not(html) | |
##.widget-cookie:not(body):not(html) | |
##.usecookies:not(body):not(html) | |
###CookiesWindow | |
###cookieLine | |
###cooklaw | |
##.banner_cokie:not(body):not(html) | |
###infoCookieCNIL | |
##.cookieDiscl:not(body):not(html) | |
##.cond_utilis_cookie:not(body):not(html) | |
###block-asn-privacy-cookie-privacy | |
###cookie_warning_notification_NOTIFICATION | |
###cookie-bar-message | |
##.cookie-ui-dialog:not(body):not(html) | |
##.cookie-ui-dialog + .ui-widget-overlay | |
###ctl00_PanelCookie | |
~eboo.lu,~developer.ing.com###cookiesDialog | |
###cssFConsentCookie | |
##.ribbon-_cookie:not(body):not(html) | |
###un_cookie_message | |
###cookies_warn | |
##.cookies-wrap:not(body):not(html) | |
###_cookies_info | |
###cookieOuterContainer | |
##.cookie_wrap_bottom:not(body):not(html) | |
~pickup.de##.cookieCompliance:not(body):not(html) | |
###notification-allowCookies | |
##.cookie-alert-holder:not(body):not(html) | |
##.cookie-acceptance-banner | |
###GCUCookiePolicyWarning | |
##.m-cookie-disclaimer:not(body):not(html) | |
###cookie-policy-alert | |
##.cookie-message-block | |
##.ns-cookies-accept:not(body):not(html) | |
###cookie-policy-accept-bar | |
###altea-cookiebox-wrapper | |
###cookieEU | |
###tx_cpscookieinfobox_pi1 | |
##.cookie-message__wrapper | |
###sgCookiesPolicyBar | |
###cookieabfrage | |
###StCookieStyle-bar | |
##.x-cookie-disclaimer:not(body):not(html) | |
###js-cookielaw-alert | |
###consenso_cookie | |
##.dialog-cookie-settings | |
###cookieticker | |
###WpaCookiePrivacyPolicy | |
###BodyContent_usrAcceptCookies_pnlAcceptCookies | |
##.st-cookie-notice:not(body):not(html) | |
##.cookie-policy-belt:not(body):not(html) | |
###acceptCookiesForm | |
##.cookieconsentbar:not(body):not(html) | |
###popup-accept-cookies | |
###eucookielawbox | |
###topcookie | |
###cookiespace | |
###bw_cookieoverlay | |
##.rltcp_information_cookie | |
~gongfm.de##.radioplayer-cookie-consent | |
##.wrapper-cookie-bar:not(body):not(html) | |
##.cookies-banner-component | |
##.cookieNotificationBanner | |
##.cookiesFooter:not(body):not(html) | |
##.CookieChecker:not(body):not(html) | |
###adviceCookies | |
##.j-cookieDisclaimer:not(body):not(html) | |
###notificationBoxCookiesUsage | |
###eu_law_cookie_ext_wrapper | |
##.infoCookie:not(body):not(html) | |
###cookie_law_mobile | |
###cookie_monster | |
##.overlay-message--cookies | |
###notifyCookieBot | |
###cookie_caution | |
###CookieConsentement | |
##.cookie24_banner-wrapper | |
###eu-cookie-notify | |
###allowCookiesPopup | |
##.un_cookie_policy:not(body):not(html) | |
##.cookie-inform:not(body):not(html) | |
###divInformacionCookies | |
###cookie-accept-modal-div | |
###cookie-accept-div | |
##.cookieFooterbg:not(body):not(html) | |
##.cookie_agreement:not(body):not(html) | |
##.mod-cookiewarning:not(body):not(html) | |
##.caja_cookies:not(body):not(html) | |
###cookie_inject | |
###js-band-cookies | |
##.CTcookie-container:not(body):not(html) | |
###cookie-popin-wrapper | |
##.cms-cookielaw:not(body):not(html) | |
###cm-cookiebar | |
###CookieUseApproval | |
##.ixi_accept_cookies:not(body):not(html) | |
###cookies-management-bar-cointainer | |
##.wp_privacy_cookie_wall-prompt-dialog-box | |
##.cookie-info-block-section | |
##.per-cookies-and-terms | |
###capaAceptaCookies | |
###head_cookie | |
###LleiCookies | |
###acookiesRoot | |
###intercept-cookies | |
##.dhl-cgk | |
###cookie_management_header | |
##.bdcookies:not(body):not(html) | |
##.cookie-warning-message | |
###bk_cookies_alert | |
###divPiskot | |
###footer_cook | |
###content-ucoc-cookies | |
~verpackungsregister.org,~leoprinting.fr,~bosch-climate.be,~argenta.be,~essent.nl,~energiewonen.nl###cookieConsentModal | |
###cookieConsentModal ~ .lean-overlay | |
###cookie-law-uw | |
~compravo.de,~perpedale.de###cookie-jar | |
###cookies-policy-info | |
##.stupidCookieConsent:not(body):not(html) | |
###ctl00_theseusCookiePolicy_cookiePol | |
###cookie-norm | |
###cookielaw-view-holder | |
##.cookie-mask:not(body):not(html) | |
##.agree-cookie-wrap:not(body):not(html) | |
##.cookie_meldung:not(body):not(html) | |
###notice-cookies | |
###header-cookie-notice | |
##.header-cookie-notice | |
##.oo-cookie-notice:not(body):not(html) | |
###cookieconsent-implicit-popup | |
##cookie-law-banner | |
###cookieChoiceNote | |
###eed-cookie-banner | |
###pasek_komunikat_cookie | |
###ckch.ckch | |
###eu_cookies | |
##.afm-Cookies:not(body):not(html) | |
###ppCookies | |
###snippet--cookies | |
##.cfrcookiebar:not(body):not(html) | |
###mainTrackingOptinBox | |
##.johnnys-cookie-warning | |
###cookie-consent-check | |
###cookie-consent-check ~ .screen-overlay | |
##.riscms_cookieleiste:not(body):not(html) | |
###accept_cookies_div | |
###the_cookies3 | |
##.jumbotron--cookielayer | |
###cabcookies | |
##.blockcookies:not(body):not(html) | |
###cchinweis | |
###cookie-prevent | |
###acceptCookiesDiv | |
###mktzr_cookie_policy | |
##.global-cookie-notice | |
###cookie_msg_2 | |
###eu_cookie_banner | |
##.cookie-popup-wrapper | |
###cookie_con | |
###cookie_acception | |
###cookies_confirm_box | |
##.v-app-PortletCookiesLaw | |
###NetsNOCookie | |
##.x-cookies.b-system-dialog | |
###bigcookies | |
##.wrap-cookies-desktop | |
###WeUseCookies | |
###accepte_cookies | |
##.CookieInformation:not(body):not(html) | |
##.apptiker-cookie-bar:not(body):not(html) | |
###ao-CookiePolicy | |
##.cookieMessageBox:not(body):not(html) | |
###banrv_cookiecookie | |
##.cookie-barre:not(body):not(html) | |
###cookie-popover | |
###cookie_info_wrapper | |
###cookie_choices | |
###el-cookie-consent | |
##.layer--fixed-bottom[cookiebar] | |
##.container-cookie-policy | |
##.cookie-disclaimer-box | |
###js-mbCookieNoticeContainer | |
##.cookies-top:not(body):not(html) | |
###cookiebar_content | |
##.EUCookieNotice:not(body):not(html) | |
###divCookiesAlert | |
###eu_cookies_disclaimer | |
##.cookie-usage-msg:not(body):not(html) | |
##.gp-plugin-cookie-consent | |
##.alert-cookie-banner:not(body):not(html) | |
###pecr-compliance-banner | |
##.cookieDrawer:not(body):not(html) | |
##.cookievarning-wrap:not(body):not(html) | |
##.koning-cookie-control | |
###coockiewrap | |
###cookie-open img[src*="coockie"] | |
###module-cookies | |
##.cookie_tajekoztato:not(body):not(html) | |
##.modal-strip[data-cookie] | |
###cookieDropDown | |
###ens_pr_mini.ens_pr_mini | |
###ob-cookies | |
###cookieWarningWrapper | |
##.contenedor-cookies:not(body):not(html) | |
###dm_show_cookies | |
###CookieInfoContainer | |
###HolderForCookieInfo | |
###cookie_policy_pu | |
##.digimadi-cc-wrapper:not(body):not(html) | |
##.agreecookie:not(body):not(html) | |
##.show-eu-cookie:not(body):not(html) | |
###cookiesnotify | |
###block-mnc-cnil-mnc-cnil-info-cookies | |
###permiso_cookies | |
###euCookieNotify | |
###snippet-cookieAllow-cookieAllow | |
###cookie-tajekoztatas | |
###cookiefloat | |
###cookiesInfoBlock | |
##.jsEUCookieInfobarDisplay | |
##.modules--cookiebar:not(body):not(html) | |
###xcookies | |
##.cookies_accept:not(body):not(html):not([class*="btn"]) | |
###cookies-information-popup | |
##.dvcookies-banner-container | |
###divCookies_pnlCookies | |
###CookiePane | |
##.cookie-consent-dialogue | |
###BandeauCookie | |
###dismiss-cookie-message | |
###acceptCookiePolicyPopup | |
###capaAvisoCookie | |
###cookiesCheck | |
##.cookie-law-banner:not(body):not(html) | |
~cexpr.es,~correosexpress.com,~correosexpress.pt##.message-cookie:not(body):not(html) | |
##.tm-cookie-container:not(body):not(html) | |
###cookieallowbar | |
###footerCookieaccept | |
###cookieWarning-Pop | |
###amp-user-notification-privacy | |
##.privacyLawAlert:not(body):not(html) | |
###cookie_block | |
###vc-bar-cookie | |
###cookie_law_dialog2 | |
###edp_Cookies_Disclaimer_Banner | |
###react-cookie-warning | |
###cookies-acceptance-box | |
##.cookie-policy-note:not(body):not(html) | |
###cookieUsageMessage | |
###cookies-erlauben | |
##.cookiedialog:not(body):not(html) | |
##.eula-cookie-banner:not(body):not(html) | |
##.cookiePolicyNotice:not(body):not(html) | |
###fdih_cookiebadge_wrapper | |
##.cookieAccepted:not(body):not(html) | |
##.cookie_info_container | |
##.cookiespop-conainer:not(body):not(html) | |
##.mod-cookie-layer:not(body):not(html) | |
##.lam-cookie-container | |
##.cookieAlertWrapper:not(body):not(html) | |
###messaggio_cookie | |
###itc_cookieinfo | |
##.tsl-cookiebanner:not(body):not(html) | |
###cookiemessagebar | |
###suti_kezeles | |
##.pxl_cookie_bar:not(body):not(html) | |
###box_info_cookie | |
##.cookiesMsg_wrap:not(body):not(html) | |
###cookies_notif | |
###cookies_eu | |
###_cookiealert | |
##.pre-head__cookie-info | |
##.footer__cookies:not(body):not(html) | |
###cookielaura | |
~newpharma.be,~filmboxlive.com,~codepromo.lexpress.fr,~gutscheine.spiegel.de,~gutscheine.focus.de##.cookie-policy-popup:not(body):not(html) | |
###cookieNoteBox | |
##.cookiePolicyBnr:not(body):not(html) | |
###cookie-jar-policy-banner | |
##.bannerPrivacyAcceptance | |
###privacy_policy_bar | |
###bandeauAcceptationCookies | |
###cookiesPolicyInfo | |
###polCockie | |
##.cookie-cnt:not(body):not(html) | |
###topbar-cookies | |
##.popin-cookies-modal:not(body):not(html) | |
###cookie-notice-wrap | |
###aida-cookies-bar | |
##.cookiemessageblock:not(body):not(html) | |
##.infobar.allowed-cookies | |
###cookPolicy-wrapper | |
##.cookie_ramka:not(body):not(html) | |
##xk-cookie-policy-warning | |
##.cookie-alert-panel:not(body):not(html) | |
###overtopcookies | |
##.pasw2015cookies-cookie-pop | |
###cookie_advice | |
###exologCookieLawBarContainer | |
###cookies_confirm | |
###bgon-cookie-bar | |
###panCookieRequest | |
###cookiesenabled | |
##.framework_cookies:not(body):not(html) | |
##.js-cookie-overlay:not(body):not(html) | |
##.cookie-popin:not(body):not(html) | |
~wesendit.com,~dkms.pl,~jobware.de,~cyberforum.de,~grander.com,~eileensemporium.com,~membersuite.com##.cc-window[aria-label*="consent"] | |
###cookie-nag | |
###mbientCookieNotice | |
###cookie-legal-info | |
##div[data-cookie-warning] | |
###gadget-cookies | |
##.afe-cookie-banner:not(body):not(html) | |
###divInfoCookie | |
###cookieSupport.alert-info | |
##div[data-is-cookieinfo] | |
##b2c-cookies-notification | |
##.Page-cookies:not(body):not(html) | |
##.dialogBanner__inner[data-qa="cookie-banner"] | |
###cookiemodalbarplaceholder | |
###EUCookiesWarning | |
###barritacookie | |
##.toaster--cookie-policy | |
##.vw_js_cookie_eu_policy | |
###headerCookieArea | |
##.cookies-disclosure-overlay | |
###ez-cookies-wrap | |
~bosch-home.com,~bosch-home.fr,~bosch-home.se,~bosch-home.nl,~bosch-home.fi,~bosch-home.at,~bosch-home.ro,~bosch-home.lu,~bosch-home.es,~bosch-home.be,~bosch-home.dk,~bosch-home.no,~bosch-home.lt,~balay.es,~constructa.com,~home-connect.com##.o-cookielaw:not(body):not(html):not([data-show-cookie-law]) | |
##.cc_banner-wrapper_FB | |
##.SP-CookieUsageNotification | |
##.cookies-tip:not(body):not(html) | |
##.dbk-cookiebar:not(body):not(html) | |
###ECScookiepanel | |
###cookienotification-bar | |
###cookieChecker | |
##.styleCookies:not(body):not(html) | |
###cookie-alert-msg | |
###cookies-conditions | |
##.debat-cookies:not(body):not(html) | |
###warp_cookie_warning_mobile | |
###disableCookieBanner ~ .cc_banner | |
###cookie-choice-info | |
###AvisoCookies | |
##.zgoda_na_cookie:not(body):not(html) | |
###rsseo-cookie-accept | |
~gg.pl,~gadu-gadu.pl##.pum[data-popmake*="cookie-policy"] | |
###w3s-cookies | |
###digischool_cookie_push | |
###snippet-cookiesAgreementControl-bar | |
###vive-cookie-notice | |
##.header__cookies:not(body):not(html) | |
###rw_alert_cookies | |
###cookies_Info | |
##.bnt_cookieBar:not(body):not(html) | |
##.cookie-mention:not(body):not(html) | |
##.cookieBoxWrap:not(body):not(html) | |
##.eu_cookie_wrapper_2 | |
##.philoro_cookies--popover | |
##cookie-policy | |
###cookies-top-bloc | |
##.cookies-consent-wrapper | |
##.cp1CookieBanner:not(body):not(html) | |
##.eprivacy-banner--displayed | |
###cookieDisclaimerNotif | |
##.cookie-eu-msg:not(body):not(html) | |
##.js-acceptCookieDiv:not(body):not(html) | |
###wrapperCookieBar | |
###block-btm_blocks-cookie_notice | |
###MsjCookies | |
##cookie-agreement-block | |
##.jsCookieWarning:not(body):not(html) | |
##.mcd-cookie-manager-layer | |
###ctl00_CookieArea | |
~realm667.com###redim-cookiehint | |
##.j-cookie-disclaimer:not(body):not(html) | |
###capa_lopd_cookies | |
###cookie-layer-container | |
##.cookies-nofication:not(body):not(html) | |
###cookie-banner-container | |
##div[ng-show="hasCookieAlert"] .cookies__container | |
##.notify--cookie:not(body):not(html) | |
##.cookiesInfoBox:not(body):not(html) | |
##.cookieInfoWrapper:not(body):not(html) | |
##.flash--cookie-banner | |
~taxfix.de,~danskebank.dk,~danskebank.se,~danskebank.no,~danskebank.fi,~danskebank.co.uk,~danskeci.com,~danicapension.dk,~danica.no,~vivawest.de,~blitzhangar.com,~solcom.de##.cookie-consent-banner:not(body) | |
##cookie-drawer-policy | |
##.o-cookie-message:not(body):not(html) | |
###gabarit_cnilcookie | |
###SRP_Cookie_Barre | |
###cookie_alert_content | |
##.js-cookies-consent:not(body):not(html) | |
##.cookieRichtline_container | |
##cookies-hint | |
##.eu-cookie-info:not(body):not(html) | |
###cookies-button-container | |
###cookieAcceptation | |
###cookiesOptInMessageWrapper | |
##.message-panel[data-notice-id="cookieNotice"] | |
###cookies-warning-message | |
##.ont-cookies:not(body):not(html) | |
##.md-cookie[data-component-name="cookiesoptinout"] | |
###szkCookieInfoBox | |
###smartcookies_frame | |
###cookie_opt_in | |
###ui-allow-cookies | |
##.cookieNoticeType1 | |
##.eupopup-container-bottomright | |
~wwz.ch##.cookie__footer:not(body):not(html) | |
##.js-CookieCompliance:not(body):not(html) | |
###cookieBarContainer | |
###COMUN-Cookie | |
###cadre_cookie | |
##.animate-cookie-message | |
##.cookieConcent:not(body):not(html) | |
##.cookie-policy-alert:not(body):not(html) | |
##.cookie-warning__wrapper | |
##.top-wrapper-cookieinfo | |
###js_cookie_msg | |
##.nitea-cookie-info-container | |
##.m-cookies-bar:not(body):not(html) | |
##.cookielaw-panel:not(body):not(html) | |
##.c-footer__cookies:not(body):not(html) | |
##.cookies-alert__wrapper | |
###divccncookieprivacy | |
##.alf_cookieLaw:not(body):not(html) | |
##.ph-cookie-info:not(body):not(html) | |
###EUCOOK | |
##.tt-bsh-cookiebar:not(body):not(html) | |
##.cookie-policy-window | |
##.mod-cookiebar:not(body):not(html) | |
##.cookie-policy-consent | |
##.extra-cookies-popup:not(body):not(html) | |
###cookieAcceptOverlay | |
##.doyoulikecookies:not(body):not(html) | |
##.cookie-agreed:not(body):not(html) | |
##.cookie-legal-box:not(body):not(html) | |
##.must_show_cookie:not(body):not(html) | |
##.alertbar[data-alert="cookie"] | |
##.zk-cookies-container | |
##.cookieInfoBox:not(body):not(html) | |
###cookieSliderDiv | |
###barritacookies | |
###kg-cookie-popup | |
~readly.com,~zwijsen.nl##.cookie-consent-content | |
##.MB-108-cookie-hinweis | |
###accept_cookie_box | |
###cookiemelder | |
###aforecl .aforecl | |
###keksleiste | |
###cookies-disclaimer-block | |
##div[data-container-acceptcookies] | |
###cookie_privacy | |
###cookie_ask | |
##.sticky-cookie-information | |
##.mtvcookienotificationscontainer | |
##.blocCookies:not(body):not(html) | |
###ctl00_header1_CookieHeader | |
##.myshp_cookies_warning | |
###eu_cookie_alert | |
###nq_cookie_notice | |
###gs-cookies-review | |
##.s1-cookie-banner:not(body):not(html) | |
###CookieNotificationContainer | |
##.cookie-use:not(body):not(html) | |
###bc_cookiecontrol | |
~iberdrola.pt,~curenergia.es##.contenedor-ley-cookies | |
##.cc-banner-wrapper:not(body):not(html) | |
###cookie-ribbon | |
###tiFy_CookieLaw | |
###HFS_CookieHint | |
###boite_dialog_cookie | |
##.dk-cookies-bar:not(body):not(html) | |
~yello.de##.js-cookie-consent:not(body):not(html):not(.in):not(.btn) | |
###dm_cookiela_bar | |
###cookie_notif | |
###cp-cookie-banner | |
###clr-cookie-bar-container | |
##.footer_cookie_bar:not(body):not(html) | |
##.sdc-site-cookie-notice | |
##.imPolicycookiemessage | |
##.notificacion-cookies | |
##.cp-cookies.alert-dismissible | |
##.m-cookie-bar:not(body):not(html) | |
###cookies-disclaimer-bar | |
##.SLNotificationBar:not(body):not(html) | |
##.banner-eu-cookie:not(body):not(html) | |
###d-cookiesWarning | |
###cookie-warning-bar | |
##.dl_cookies_policy_advert | |
###all4gn-cookie-policy-notification | |
###cookies-imm-wraper | |
###informacja_o_cookies | |
###cookiemelding_popup | |
###bar-cookie-consent | |
##.divCookiePolicyPopoutOuter | |
###brandfour-cookie-block | |
##.container-cookie-bar | |
###vsebinaOpozorilaCookie | |
##.footer-cookie:not(body):not(html) | |
##.zenario_cookie_consent | |
##.CookieUseApproval:not(body):not(html) | |
###pd_cookielaw | |
###euCookieLawInfo | |
###cookieCheck-app | |
##.sys_cc-cookies:not(body):not(html) | |
###cookieAnnoyer | |
###cookiewarn-panel | |
##.SiteUseCookies:not(body):not(html) | |
##.coockie_popup:not(body):not(html) | |
##.c_cookiePolicy:not(body):not(html) | |
##.cookieBox-wrapper:not(body):not(html) | |
##.cookieAcceptanceBox:not(body):not(html) | |
###adv_cookie | |
###cms-cookie-wrapper | |
##.cookie-policy-agreement | |
###cookies-monster | |
##.cnil_cookie:not(body):not(html) | |
###cookieTeaser | |
###cookies_erlauben | |
###wrap_alert_message_cookie | |
###wrap_alert_message_cookie2 | |
##.notification[data-notification="accept-cookies"] | |
###disclaimer-cookie | |
###bcookiewidget | |
##.popin-cookies:not(body):not(html) | |
###coockiepopup | |
##.notification[data-cookie-name*="AcceptCookies"] | |
##.box-txt-cookies:not(body):not(html) | |
##.flash[data-cookie="eu_cookie"] | |
###cookie_assistant_wrapper | |
##.cookie_monster_box:not(body):not(html) | |
###cookies-advice | |
##.msg_cookies:not(body):not(html) | |
##.sitesmart-cookies:not(body):not(html) | |
###cookientf_div | |
##.footprint_cookie:not(body):not(html) | |
###cookiepolicy-container | |
###flashmessage-cookies | |
##.CookiePolicyManager-Banner | |
###cookie-notice-section | |
##.notice--cookies-policy | |
###cookieQuestion | |
##.cookie-policy-block:not(body):not(html) | |
###cookie-monster-san | |
###cookies_notify_cont_all | |
##.cookies-hint:not(body):not(html) | |
##.bar-eu-cookies:not(body):not(html) | |
##.pre-header-cookie-notice | |
##.cookies_allowed:not(body):not(html) | |
###EUCookieMessage | |
##.cookieinfobannerWrapper | |
###attention_cookies | |
##.debilni-eu-susenky:not(body):not(html) | |
###js-cookie-msg | |
##cookie-bar | |
###Footer1_CookiePopup1_pnlDisclaimerPopup | |
###z-cookie-note | |
##.module-cookie-note:not(body):not(html) | |
###zadir-cookie-policy | |
##.cookieDisclaimerBox:not(body):not(html) | |
###WTCookieDiv | |
##.cookieDialog:not(body):not(html) | |
##.CookieConsentArea:not(body):not(html) | |
###CookieAcknowledgeInfo | |
###bsCookiesBanner | |
##.mk_cookie_policy:not(body):not(html) | |
~geleidehond.nl##.js-cookie-alert:not(body):not(html) | |
~qinetiq.com,~postnl.nl,~vandebron.nl##.cookiebar-container | |
###sticky-cookies | |
###eu-cookie-directive | |
###bcb-cookies-notice | |
###bytesize_cookie_explainer | |
###komunikat_ciasteczka | |
###site_msg_cookie | |
###block-lhg-cookie-usage | |
##.top_message_cookies_message | |
###cookiesConfirm | |
##.cookieswrapper:not(body):not(html) | |
##.cookie-acceptance-wrapper | |
###cookieMsgWrapper2 | |
###FooterCookie | |
###fucking-eu-cookie | |
###cookie_acceptation | |
##.message-bar[data-js-m-message-bar*="CookiePolicy"] | |
###cookiePopUpId | |
###cookies-navbar | |
##.cookieoverlay:not(body):not(html) | |
##.footer-cookies:not(body):not(html) | |
###cookie-strip | |
###cookie_directive_container | |
###cookie-compliance-wrap | |
##.cookie_statement:not(body):not(html) | |
##.cookie_statement_spacer | |
##.cookie-giodo:not(body):not(html) | |
###cookieMessageDisplayDIV | |
##cookie-popup | |
~engelvoelkers.com###cookieConsentDialog | |
##.hfs_pageCookieHint:not(body):not(html) | |
###cookie-banner2 | |
###gant-cookie-law-modal | |
##.header__cookie:not(body):not(html) | |
###divcookies | |
###baracookies | |
###stickycookiePolicy | |
##.cookieAlertBarContainer | |
###cookies-eu-banner | |
###whitbread_cookie_wrapper | |
##.v-A_-cookie__monster | |
###divCookieConsentMessageContainer | |
###wnd_cookie_bar | |
##.message-euwarning:not(body):not(html) | |
##.cookie-prompt-wrap:not(body):not(html) | |
###content-alert-cookie | |
##.content-alert-cookie | |
##.cookie-agree:not(body):not(html) | |
##.wrapper-notify-cookies | |
###euCookieInfoOuter | |
###cookie_policy_message | |
##.s-cookie-notification-bar | |
###cookieContener | |
###privacy_cookies | |
##.accept-cookie-warning-box | |
###useCookiesCont | |
###next_accept_cookie | |
###cmanager-container | |
###cookie-policy-agreement | |
###wrapper-cookies | |
###js-cookie-dialog-box | |
##.js-cookie-statement:not(body):not(html) | |
###cookies_policy_bar | |
###dealersEPrivacyDisclaimer | |
##.banner--cookie-policy | |
###cookie-permission-bar | |
###cookieAlertContainer | |
###panelCookie | |
###note_cookie | |
###cookieMessageModul | |
##.cookieAcceptWrapper:not(body):not(html) | |
###eu-cookies-notification | |
##.cookie-privacy-popup | |
###cookiesdisplay | |
###boxcookielaw | |
###bib_CookieBox | |
###cookieAlarm | |
###cookie-legal-notice | |
###divCookieEgate | |
##.jsCookiesMessage:not(body):not(html) | |
###cookie_warning_outer_wrapper | |
##.ccbar.ccpane:not(body):not(html) | |
##.cclist.ccpane:not(body):not(html) | |
###avertissementCookies | |
###slide_header_cookies | |
##.ap-cookiesalert-container | |
##.pi-cookie-message:not(body):not(html) | |
###block-db-cookie-compliance-cookie-compliance-block | |
###fb-pixel-consent | |
###gc_web_user_allow_cookie_box | |
###deset-cookie-bar | |
###cookieInfoNew | |
##.alertacookies:not(body):not(html) | |
##.message[ng-if*="cookiesAccepted"] | |
##.w-cookie-notice:not(body):not(html) | |
##.lp-cookie-consent:not(body):not(html) | |
###cookie-policy-consent | |
###cookiewarnung | |
###contenedor-politica-cookies | |
###arkoCnilTracking-conteneur | |
##.info-content-cookies | |
###frosmo-cookie-notif-container | |
###ctl00_informacjaCookiesLayout4 | |
~timeout.com,~timeout.fr,~timeout.cat##.xs-fixed[data-module="cookie_banner"] | |
###nordic-footer__cookies | |
##.cookieopt-holder:not(body):not(html) | |
###cookie_upper_div | |
###cookies_consent_container | |
##.cookie-msg-bar:not(body):not(html) | |
##.namespace-cookie-policy | |
##.cookie-info-strip:not(body):not(html) | |
##.cookiesAlertBox:not(body):not(html) | |
###ddneu | |
##.cookieQuery:not(body):not(html) | |
###ukCookiePopUp | |
###moomoocookiealert | |
##.cookies_aff:not(body):not(html) | |
###Cookie-Banner | |
##.cookie-consent-alert | |
##.notification-cookie__wrapper | |
###divCookieCompliance | |
###garnier-cookie-info | |
##body.loaded-cookie-notification #notification | |
##.notifica_cookiebar:not(body):not(html) | |
###ics-pp-cookies-accept | |
###ensNotifyBanner | |
##.mod_cookie-bar:not(body):not(html) | |
###ctl00_CookieConfirmPanel | |
###sd-eu-cookies | |
##.abstractCmpDisclaimer | |
##.cookie-script-content | |
###cookieOuter | |
##.ac-cookie-wrap:not(body):not(html) | |
##.mw_cookie_info_bar:not(body):not(html) | |
##.vk_cookie_compliance | |
##.cookies-block:not(body):not(html) | |
##.CookieOptIn:not(body):not(html) | |
##.cp-CookiesDisclaimer | |
##.cookiesContent:not(body):not(html) | |
##.footer-new__cookie-notice | |
###js_toprow_cookie | |
##.z-cookieBar:not(body):not(html) | |
##.alertCookies:not(body):not(html) | |
##.js-cookiebar:not(body):not(html) | |
##lnb-cookie-policy-overlay | |
###js-message[data-qa="cookie-message"] | |
##.cookie-policy__container | |
##.Modal--cookie-message | |
###tpl-cookie-policy | |
###caja_cookies | |
###simpleCookieDialog | |
##.euCookieNotice:not(body):not(html) | |
###cookiePolicyPopUp | |
##.cookienote:not(body):not(html) | |
###cu-cookie-alert | |
##.cookies_regulation__container | |
##div[data-widget="cookie-bar"] | |
##.js_cookie_message_container | |
##.GDPR.component.active | |
###cookie-message-area | |
##.cookies-consent-panel | |
###ep_cookies_overlay | |
###cookie-accept-box | |
###cookieConsentMsg | |
###cookieNotifaction | |
###cookies_ec_notice | |
##.cookiesy:not(body):not(html) | |
##.msg-tray--cookie:not(body):not(html) | |
##.hp-cookiebar:not(body):not(html) | |
##.cookieHinweis:not(body):not(html) | |
###metro_cookie_choice_info | |
###ql-cookie-consent-box | |
###js-message[data-id="cookie-policy"] | |
###uhfCookieAlert | |
##.js-bottom-notif-msg-cookie | |
##.notification-cookie-policy | |
~tele2.nl,~t-mobile.nl##.cookie-footer-container | |
##.LooprCookieConsent:not(body):not(html) | |
##.Cookie__banner:not(body):not(html) | |
##.SitecookiemessageContainer | |
###cookie-fixed-layer | |
##cookie-permission | |
##.sulco-cookies:not(body):not(html) | |
###cookies-use-alert | |
##.next-cookie-banner:not(body):not(html) | |
###apache-cookie-bar | |
##cookies-popup | |
###cookieUseInformation | |
##.Navbar-cookieCompliance | |
###accept-cookie-permission | |
##.banner--cookie:not(body):not(html) | |
##.ng-cookie-footer:not(body):not(html) | |
##.global-level-alert[data-global-level-alert-id="acceptCookie"] | |
###cookieWarningR | |
##.ObsCnilWarning | |
###eu-cookies-consent | |
##.g-cookie.js-g-cookie | |
###cookie-consent-overlay | |
##.jsbd-Cookie:not(body):not(html) | |
##.c-cookie-message:not(body):not(html) | |
###footerCookieDirective | |
##.ppr_priv_document_cookie_banner | |
~takarekbank.hu##.js-cookie-container:not(body):not(html) | |
##ytd-consent-bump-renderer | |
##.ud-component--eu-cookie-message--app | |
###weusecookies | |
##.c-cookie-warning:not(body):not(html) | |
~rocrivor.nl,~deondernemer.nl,~asatalent.nl###cookiewall | |
##.alert-cookie-notice-container | |
##.cookie-pop-up-component | |
###q8-cookie-compliance | |
##.ncgWeAreUsingCookies | |
##.ng-scope[ng-if*="isCookiesAccepted"] | |
###cookie_permission_banner | |
##.header-cookies-alert | |
##.nts-notification-cookie | |
##.rdm-daac-notice-template | |
##.gp-modal__cookies:not(body):not(html) | |
~veiligverkeer.be###cookieconsent-banner | |
##.template-footer__cookies | |
###cookie-popup-bar | |
##.mj-box-cookie-alert:not(body):not(html) | |
##md-toast.cookies-toast | |
##.bh-layerCookieLaw:not(body):not(html) | |
##cn-cookie-agreement | |
###slcookieconsent | |
###js-cookie-container | |
##ytg-notification-footer | |
###CookieMsgBox | |
##.CookiesPolicyBanner:not(body):not(html) | |
###cookie_ribbon | |
###hinweiscookieid | |
##.fr_showCookieLegalInfo | |
###idUserConsentPolicyWarning | |
##.cookie-notice-bottom | |
##.ja-cookie-consent:not(body):not(html) | |
###sl_cookie_info | |
##.mk-cookie-notification | |
##.alert[ng-if="cookieAlert"] | |
##.cookiesInfoBlock:not(body):not(html) | |
###cookies_policies_alert | |
##.popup-cookie-banner:not(body):not(html) | |
##.sp-m-cookies-container | |
~we-worldwide.com##.c-cookie-notification | |
##.js-id--cookieconsent | |
###footerCookieNotice | |
##o-cookie-law | |
~campagne.krant.nl###CookieWall | |
###notificationCookies | |
###cookie-dialogue | |
##.js-cookie-law:not(body):not(html) | |
##._cookie-banner:not(body):not(html) | |
##.cookiesbottom:not(body):not(html) | |
###custom-header-cookie | |
##.ui-cookieAgree:not(body):not(html) | |
###headerCookie | |
###js-cookie-consent-container | |
###cookieLawPanel | |
###cookie-law-wrap | |
###eucookiebox | |
###DFLCookieConsent | |
###CookiesBox | |
##.cookieuse-open:not(body):not(html) | |
##g-cookie-policy | |
###notifyCookies | |
##.sem-cookie-notice:not(body):not(html) | |
###cookinfoDIV | |
###wiAcceptcookiesBlock | |
##div[element-structure-cookiemonster] | |
###cookies_accept_container | |
##.jsCookieContainer:not(body):not(html) | |
###cookiewarnbar | |
##.rlx-cookie-bar:not(body):not(html) | |
##.o-cookielayer:not(body):not(html) | |
##.containerOuterCookie | |
###cookies-policy-warning | |
##.rd__cookie-bar:not(body):not(html) | |
##.mt-cookie-consent-bar | |
###cp_cookie_bar | |
##.cookies-back-body:not(body):not(html) | |
###cookies-privacy-advice | |
###COOKPM-BANNER | |
##.cookie_advice:not(body):not(html) | |
###bandeauAccepterCookie | |
##.alert[data-behaviour="cookie-banner"] | |
###datenschutzhinweis | |
##shb-cookie-accept | |
###js-user-cookie-jar | |
###ukoocookielaw | |
##.ng-scope[ng-controller="CookiesAcceptCtrl"] | |
##.cookie-alert-wrapper | |
###cookies-info-bar | |
###cookies-permission | |
##.MessageBlockCookie:not(body):not(html) | |
##.cookieBox__wrapper:not(body):not(html) | |
##.cookie-banner-container | |
##.ABTastyPluginCookieConsentBanner | |
##.legal-cookie-wrapper | |
###EUCookieContainer | |
##.cookies-privacy:not(body):not(html) | |
##.F6-cookies_w_js-entrypoint | |
###bwCookieConsent | |
###informativa-breve-cookie_wrap:not(html):not(body) | |
###idCookieMsg | |
##.js-cookieHeader:not(body):not(html) | |
###askToAcceptCookies | |
###cookie-idna | |
##.tmb-cookie-choice:not(body):not(html) | |
###cookie-hint-layer | |
##.ux-accept-cookies:not(body):not(html) | |
##.__cookieNotice:not(body):not(html) | |
##.izee-cookie-alert:not(body):not(html) | |
##.legal-message-wrapper | |
##.cookie_banner-handled | |
##.privacy-hint:not(body):not(html) | |
##.bdu-cookie-consent-bar | |
##.cookiebadge:not(body):not(html) | |
###okno_cookie | |
##eo-cookie-bar | |
##.eu-compliance-message | |
###Klick-cookie-consent-div | |
###eu-susenka | |
##.acceptCookieButton:not(body):not(html) | |
###qubit-eu-cookie | |
~dish.co###euCookieBanner | |
###bloquecookies | |
###allow-cookie-message | |
##.cookie-notice-bar:not(body):not(html) | |
##.common-cookieNotice:not(body):not(html) | |
##.ng-scope[ng-if="showCookieInfo"] | |
###cookieAdvise | |
##.js-accept-cookies-banner | |
##.Cookies-notification | |
##.vf-CookieBar:not(body):not(html) | |
##.js-cookiesAdv:not(body):not(html) | |
###box_cookie_acceptance | |
###cookieBlocker | |
##.c-cookie-block:not(body):not(html) | |
##.biscuit-message:not(body):not(html) | |
##.cookies-footer:not(body):not(html) | |
##.mdstrCookieLocation:not(body):not(html) | |
###cookieDisplayForm | |
###cookies-consent-popup | |
##.bloque-cookies:not(body):not(html) | |
###bottomCookieUsage | |
###cookie-hint-wrapper | |
##.taxcodeandprivacy-cookienotice-bar | |
###footercookie-container | |
##.cpolicy-warning:not(body):not(html) | |
##.cookie-mes:not(body):not(html) | |
###fxCookieInfoLayer | |
##.cookie-teade:not(body):not(html) | |
##.cookie-notification-wrap | |
##.header-cookie-policy | |
###cookieDeclarationWrapper | |
###cookies-alert-dialog | |
###avertissement-cookies | |
###coupling-media-hinweis-cookie-richtlinie | |
##.cookiesLegalRules:not(body):not(html) | |
##.cookies-sticker:not(body):not(html) | |
##.mainCookiesPopUp:not(body):not(html) | |
##.cornerPolicyTab:not(body):not(html) | |
###cookieMessagesContainer | |
##.cookie-agree-with-use | |
###eu-cookie-banner | |
###notAgreedForCookies | |
###widget-cookiebar | |
##.div_alert.cookie:not(body):not(html) | |
###easycookieinfo | |
###theeclbox | |
##.cookie-legal-notice:not(body):not(html) | |
##.cookiesplash:not(body):not(html) | |
##.tk-cookie-container:not(body):not(html) | |
##.cookie--wrap.cookie--wrap__on | |
###cookie_eu_bar | |
##.cookie_eu_bar:not(body):not(html) | |
###cookies_bottom | |
###mcd_cookie_popup | |
~vectorizer.io###cookiesmsg | |
###sc-cookie-notification | |
##.adeo-cookie-disclaimer | |
##.cookie-banner-section | |
###cookieToolbar | |
###fascia-ue-popup | |
##.cookiesusage:not(body):not(html) | |
###app-cookie-policy | |
~duvel.com,~freo.nl##.cookie__wrapper:not(body):not(html) | |
##.biebwidget.overflowing .modalwindow-container | |
##.biebwidget.overflowing .backgroundoverlay | |
##.sco-cookie-confirm:not(body):not(html) | |
###cokPyt | |
###eu-banner | |
##.js-cookie-confirmation | |
##.m-cookie-info:not(body):not(html) | |
##.cookiepolicyclass:not(body):not(html) | |
##.cookiepolicyclass ~ .ui-widget-overlay | |
##.ng-scope[ng-if*="hasAcceptedCookies"] | |
##.mod-cookie-warning:not(body):not(html) | |
##.header-declaration[data-customer-popup="cookie"] | |
###CookiePubSet | |
##.cookie-block-visible | |
###aeg-cookie-banner | |
###cookieInformativaBreve | |
##.cockie-popup:not(body):not(html) | |
##.fixedCookiePolicy:not(body):not(html) | |
##.fixedCookieOverlay:not(body):not(html) | |
###syl-cookie-monster | |
##.js-cookies_notice:not(body):not(html) | |
##.notifyjs-notify-cookies-info | |
##.cookies_wrap:not(body):not(html) | |
##.cookwarningcz:not(body):not(html) | |
##.module-notification--cookies | |
###cookies-footer | |
##.kontener_cookie:not(body):not(html) | |
###cookie-screen | |
###cookieUsagePopIn | |
##.cookies-usage-content | |
##.we-use-cookie:not(body):not(html) | |
##.cookie-notice-wrap:not(body):not(html) | |
##.accessibility-bar-cookies | |
###acceptedCookies | |
###barraCOOKIE | |
##.cookiestatement:not(body):not(html) | |
##.personal-data-protection-bar | |
###cookie__monster | |
##.m-cookie-notification | |
##.topComponent__cookieBanner | |
###bigf-cookie-bar | |
##.cookie-information-container | |
###cookie-notice-platform | |
##.cookies-line:not(body):not(html) | |
##.site-module--site-cookie | |
##.site-message.cookie:not(body):not(html) | |
###contenedorCookie | |
##.CookieLayer:not(body):not(html) | |
###nocookieaktiv | |
##.cookies_agree:not(body):not(html) | |
##.CnilCookiesConfirmation | |
##.pageCookies:not(body):not(html) | |
###dv_cookies_alert | |
##.eu-cookie-law:not(body):not(html) | |
##.espcookie:not(body):not(html) | |
##.ed-cookies-bar:not(body):not(html) | |
##.crash-message-container.cookies-type | |
##.block__content-cookies | |
###gw_cookieDirective | |
###cmp-cookie-notification | |
##.com-cookie-policy:not(body):not(html) | |
##.eu_coookie_toolbar:not(body):not(html) | |
##.cookies-communicate.alert | |
##.cookie-widget-v2:not(body):not(html) | |
##.cookies-lista:not(body):not(html) | |
###eu-cookie-stuff | |
##.notification_box.cookie | |
###igoweb_cookiepolicy_optout_info | |
##.header__cookiespolicy | |
##cookiless-div | |
###js-cookie-box | |
###eclcookie | |
###allow-cookies | |
~tu-darmstadt.de,~nmhh.hu,~keltican-forte.de###cookie-form | |
###cookie_baner | |
##.cookie-law__container | |
###mod-svmb-cookie-layer-1 | |
###PL_container_cookies | |
##.eu-cookie-policy:not(body):not(html) | |
##.koekiemelding:not(body):not(html) | |
###cookieConsentPanel | |
###bd-cookie | |
##.sutiwarning:not(body):not(html) | |
##.wl_cookie:not(body):not(html) | |
##.ev-cookie-banner:not(body):not(html) | |
##.agg-warning-banner-cookie-policy | |
###bandacookie | |
##.devsite-notification-eu-cookie | |
###ukCookieHeader | |
###alerte_cookies | |
##.cookie-messaging-component | |
##.neCookiesMessage:not(body):not(html) | |
##.cooki_baner_wrp:not(body):not(html) | |
##.gsk-cookieconsent-outer | |
###cookiewet-balk | |
###cookie-popup-content | |
###cookie-consent-actions | |
###avis_cookies | |
##.affenkekse:not(body):not(html) | |
###expresso-cookies | |
###cookie-disclaimer-region | |
###cookie_note_div | |
###cookiespopup | |
##.cookie.cookie-fullfat | |
##.cookie.cookie-lowfat | |
##.section--bannerCookie | |
###ICUserCookie_block | |
###mms-cookie-disclaimer | |
##.cookie-alert-wrap:not(body):not(html) | |
##.acceptmycookie-bar:not(body):not(html) | |
##.cookies__overlay:not(body):not(html) | |
###nfcCookieNote | |
##.cooco-window[aria-label="cookieconsent"] | |
##.z16_cookies_banner-wrapper | |
###cookies-legislation-box | |
##.cookie-disclaimer-container | |
###machete_cookie_container | |
###Evaste_bottom | |
##.js-cookiebanner:not(body):not(html) | |
##.cookie-warning-panel | |
###CookieEnableBox | |
###cca-cookies-holder | |
##.js_cookie-manager:not(body):not(html) | |
###h24-CookieBar | |
###notify_cookie | |
##.cookie-law-box:not(body):not(html) | |
###cookieConsentBanner | |
###dvSiteCookies | |
###easy-cookies-policy-main-wrapper | |
##.jb.cookie:not(body):not(html) | |
###cookies.alert-box | |
##.notification-widget.cookie | |
##.ns-type-cookies:not(body):not(html) | |
###eupopup | |
###_EAPM.TC | |
##.section__cookies:not(body):not(html) | |
##.pane-cookie-disclaimer | |
##.rmgCookieAlert:not(body):not(html) | |
###blockCookieInfo | |
##.cookies_eu_sa:not(body):not(html) | |
~fello.se,~telia.se##cookie-consent | |
###cbcookies-bottom | |
###lapiech_cookies_field | |
##.vp-cookie-consent:not(body):not(html) | |
###allow_cookie_holder | |
###cookieLawAlert | |
##.js-cookie-iframe:not(body):not(html) | |
###CookiesDiv | |
###CookieMonsterNAIH | |
##.cookie-policy-durex:not(body):not(html) | |
##.popup-message.cookie | |
~idoc.eu,~adler-farbenmeister.com,~springlane.de##.page-wrap--cookie-permission | |
###cookies-div | |
###cookiesesante | |
###datenschutz-banner | |
###euLaw-alert | |
###kaio-cookie-ban | |
###cookies_check | |
##.components-cookie-law-basic | |
###wpf_cookie-alert | |
##.notifyjs-cookiebar-base | |
###cookietoestemmingbalk | |
##.basel-cookies-popup:not(body):not(html) | |
###cookie_eu_recht | |
##.web-cookies-inline:not(body):not(html) | |
###CookisWarning | |
###barre_cookies | |
###cookiecontent | |
###cookieNotificationBootstrap | |
###hide_cookie | |
###my-cookies-alert | |
###js-cookieWarning | |
###COOKIEALERT | |
###cookieWarnBox | |
###tx_wwcookie_message | |
##.cookiePolicyWrapper:not(body):not(html) | |
###pop-cookies | |
##app-cookie-warning | |
##.popinCookies:not(body):not(html) | |
##.TxHfCookieHint:not(body):not(html) | |
###messengerSpecialCookie | |
###textInfoCookies | |
##.rxtcookiedisclaimer__container | |
##.tt_cookie_banner:not(body):not(html) | |
##.hidden-xs.eu-policy:not(body):not(html) | |
###cookie-message-box | |
###CookieAkkoord | |
###cookiesToast | |
##.header__accept-cookies-bar | |
###cookieacceptance | |
##.UECookie.container:not(body):not(html) | |
###cookieConsens | |
##.cookiepermissionprompt | |
##.global-message_cookie | |
##.the-cookiejar:not(body):not(html) | |
###dgp_cookies | |
##.Cookie_bar:not(body):not(html) | |
##.mod-cookie-notice:not(body):not(html) | |
##.aceptar_cookies:not(body):not(html) | |
###cookieswrap | |
##.content--cookie-js:not(body):not(html) | |
##.cookie.jquery-notify-bar | |
##.cookie-acceptance-message | |
###cookie-hint-box | |
##.cookieAllert:not(body):not(html) | |
##.cookie_note:not(body):not(html) | |
###cookie_consent_header | |
##.alert-site-cookie:not(body):not(html) | |
##.fixed-msg--cookies:not(body):not(html) | |
##.js-cookie-msg:not(body):not(html) | |
###BarTab_divInformativaCookie | |
##.ga-ui-cookiebar:not(body):not(html) | |
##.nkmcookiealert:not(body):not(html) | |
##.cookacceptor:not(body):not(html) | |
###cookie_consent_box | |
##.cookie_footer:not(body):not(html) | |
##.avertissement-cookies | |
##.c-cookieconsent:not(body):not(html) | |
##.cookie.opt-in:not(body):not(html) | |
###cookie-tooltip | |
###cookie-info-wrapper | |
##.agreement-eu-cookies | |
##.cookies-1.hint:not(body):not(html) | |
##.ob-public-widget-cookies | |
###cookie-info-panel | |
##.nvt_cookienotice:not(body):not(html) | |
###Cookiezustimmung | |
##.message--cookie-warning | |
##.ui-cookie-notice:not(body):not(html) | |
###cookieToast | |
###BandeauCookies | |
##.js-cookie-panel:not(body):not(html) | |
###buzzblog-cookie-banner | |
###utilisationCookies | |
###kbCookiePolicy | |
##.js-allow-cookies:not(body):not(html) | |
###layer-politique-gestion-cookies | |
###contentInfoCookie | |
##.pb-cookie-container:not(body):not(html) | |
###do-cookiepopup-container | |
###cookieShortInfoFooter | |
##.cookie-footer-msg:not(body):not(html) | |
##.cookieHeaderContainer | |
###easyCookie | |
###digo_cookies | |
##.mgv-cookies-banner:not(body):not(html) | |
##.cookie_privacy_line:not(body):not(html) | |
##.cookieDialogue:not(body):not(html) | |
###kolacici-div | |
###cookie_check_wrapper | |
###cookiefenster | |
##.top-row[data-container="cookiebox"] | |
##.cookie-information-cont | |
###cuConsent | |
##.global-cookie-msg:not(body):not(html) | |
##.n--help_cookie-banner | |
##acidjs-xcookie-consent | |
##.coooooookie:not(body):not(html) | |
##.cookielaw-alert:not(body):not(html) | |
###accept-cookie-message | |
##.site-cookie-warning:not(body):not(html) | |
###eu_cookie_warning_banner | |
##.cookinfo.cookinfo_top | |
##.cookinfo.cookinfo_bottom | |
##.eu-cookies-message:not(body):not(html) | |
###stripe-cookie | |
###divCookieNotification | |
##.ps-Cookies.js-Cookies | |
##.footer-cookie-wrapper | |
##body.showCookieBanner .statisticsOptBox | |
##.region-disclaimer[data-cookie_name="cookiedisclaimer"] | |
##.nbsCookieNotice:not(body):not(html) | |
##.cookie.top-info:not(body):not(html) | |
###cookiesInfoBox | |
##.bayer-cookie-disclaimer | |
##.cookie.notification:not(body):not(html) | |
###cookie-sliding-popup | |
##.o-core-cookie-notification | |
##.agree-cookies:not(body):not(html) | |
##.top-alert--cookie-message | |
##.hpm-alert-cookies:not(body):not(html) | |
##.sticky-cookie-footer | |
##.EUCookieInfo:not(body):not(html) | |
##.alerte_cookie:not(body):not(html) | |
##.eyg-cookie-policy-msg | |
###cookie-bar__wrapper | |
###info_cookies_block | |
###sutik_hasznalata_figyelmeztetes | |
##.cn-banner:not(body):not(html) | |
##.fp-cookie-consent:not(body):not(html) | |
###moon-cookies | |
###addCookieBarInfo | |
###cookie_it_bar_wrapper | |
###facebook-tracking-notice | |
##.alert-message.cookie | |
##.use-cookie-container | |
###cookie_wrapper2 | |
###message_cookies | |
##.footer__cookiebar:not(body):not(html) | |
###cookieConsentWrapper | |
###browser-cookie-warning | |
###AcceptCookiesBannerTemplate | |
##.cookie_evil_over:not(body):not(html) | |
###hso-cookies-message | |
###cookiespolicydiv | |
###adcookies | |
##.NotificationCookies:not(body):not(html) | |
###mab-cookie-notice-wrap | |
###cookies.notifyBar | |
##.cookies-usage-info:not(body):not(html) | |
##form[name="FormLeggeCookies"] | |
###cookieIdioticPolicyInfo | |
##.js-cookie-consent-block | |
###cookie_accept_section | |
~rituals.com##.cookie-bar-wrapper:not(body):not(html) | |
##.header-cookie:not(body):not(html) | |
##.rvl-Banner-cookieBanner | |
###aceptarcookies_fondo | |
###block-bean-cookie-popup | |
###content-pol-cookies | |
##.clm-cookie-banner:not(body):not(html) | |
##.js-notify-cookie:not(body):not(html) | |
###euCookieDiv | |
###EPDirectiveInfo | |
##.cookieOptOutBoxWrapper | |
##.header__rdc-cookie-disclaimer | |
###rabCookieSlider | |
###ajaxCookiesMessage | |
##.cookie.change-message--on-click | |
###fc-cookies-notification | |
###cookies.alert-dismissible | |
##.shared-alert__cookie | |
##.PartialCookieCompliance-hp | |
###tt-cookiebar-frame | |
##.cookie-eu:not(body):not(html) | |
###cookienoticediv | |
##.smcc_bottom_cookieaccept_container | |
##.politica_cookies:not(body):not(html) | |
###cookies_inform | |
###disclaimerCookie | |
##.cookie[ng-hide="cookiesAccepted"] | |
##.cookie-consent-bar:not(body):not(html) | |
##.nnp-app-cookie-info:not(body):not(html) | |
##.nrg-cookie-popup:not(body):not(html) | |
##.nk-cookie-alert:not(body):not(html) | |
###wmh-cookie-eu-alert | |
##.mrtn-cookie-policy-noty | |
##.cookie-announce:not(body):not(html) | |
##.gh-banner.gh-banner-active | |
###cookiesNoticeId | |
##.dt-cookie-dialog:not(body):not(html) | |
##.fi-cookie-banner:not(body):not(html) | |
###gServiceCookie | |
##.vf-privacy-policy-popup | |
##div[data-pov-accept-cookies-message] | |
##.naf-cookies-popup:not(body):not(html) | |
##.cczcook_banner-wrapper | |
###ud_shop_start #bottom_dialog | |
###ud_shop_cat #bottom_dialog | |
###ud_cms_start #bottom_dialog | |
###ud_shop_art #bottom_dialog | |
##.cookiesPolicy:not(body):not(html):not([data-nocookies]) | |
##._cookies_policy_popup | |
##div[data-component="cookie-policy"] | |
###eut_cookie_notice | |
##.z-banner-cookie:not(body):not(html) | |
##.cookieBarX:not(body):not(html) | |
##.cookie-banner-msg:not(body):not(html) | |
###stripe_hammon | |
##ods-accept-cookies-message | |
##.pj-ui-cookie-banner:not(body):not(html) | |
###x-core-toast-message-cookies-div | |
##.bycookies-container:not(body):not(html) | |
##.the-cookie-banner:not(body):not(html) | |
###js-cookies-notification | |
##.cookies-statement:not(body):not(html) | |
###koekiemonster | |
###cookies-policy-popup | |
##.c-cookiesPanel:not(body):not(html) | |
###ac.ac-open #ac-details | |
###ac.ac-open #ac-details + #ac-button | |
##.lag-cookie-policy-wrapper | |
##div[data-testid="cookie-disclaimer"] | |
##.lpsCookieInfo:not(body):not(html) | |
##div[data-automation="cookies-banner"] | |
##.m-smartbar[id^="legal"] | |
##.dvscookies-banner-container | |
###cookies-message-main | |
##.home-footer__cookies | |
##.cookies_agreement:not(body):not(html) | |
###wCookieNotice | |
##.alert[ng-show*="cookiePopup"] | |
##.cnil.active:not(body):not(html) | |
###cnil.alert | |
###cnil.show | |
###cookielaw-popup-wrapper | |
##.eu-cookie-wrap:not(body):not(html) | |
##div[class*="cookieBarContainer"] | |
##.cookie-message-box:not(body):not(html) | |
###cookieNotice_other | |
###cookiesconsent | |
~fortune.com,~formula1.com###truste-consent-track | |
###messages > #cookies | |
##.coockieWindow:not(body):not(html) | |
##.cookies-policy-message | |
##.box-accept-cookies:not(body):not(html) | |
##.bottom-page-notification[ng-show*="cookiePolicy"] | |
###ecl-notice | |
###ecl_notification | |
###EUCookie-Banner | |
##.accetta_cookie:not(body):not(html) | |
##.info-banner__cookie-policy | |
##.cooky-policiy:not(body):not(html) | |
###alert_cookie_optin | |
###contenedor_cookies | |
###cookies.alert | |
###widget-cookies | |
###f-cookie-policy | |
###cookie-warning-app | |
###cookie-notification-section | |
##.banda-cookie:not(body):not(html) | |
###cookie-law-enforcer | |
##.tibrr-cookie-consent-container | |
###cookie_alert_desktop | |
###cookie_alert_mobile | |
###cookie_eu | |
##.cookieMessagePanel:not(body):not(html) | |
###cookiePolicy_cookie_advice | |
###ui-id-cookies | |
##.Cookie__Banner | |
##.CookieInfoPanel:not(body):not(html) | |
###cookie-acceptance-wrapper | |
##.cookie_note_bkg:not(body):not(html) | |
###ciar_cookie-accept-cookies | |
###cookies_eu_acceptance | |
##.cookies--agree:not(body):not(html) | |
###tlscookieseu-bar | |
##.cookieNotice2:not(body):not(html) | |
##.hl-cookies-header:not(body):not(html) | |
~myrobotcenter.de##.ec-gtm-cookie-directive | |
##.notification-bar[data-id="cookiedisclaimer"] | |
##.cookie-law-bar:not(body):not(html) | |
###cookieBannerContent_new | |
##body.cookieBanner #bodyMask | |
###divInformativaCookies | |
##form[action*="EuCookieLaw"] | |
###CookieInfoDesktop | |
###js-cookie-consent-bar | |
##div[data-wzb="CookieNotification"] | |
##.cookie-messaging:not(body):not(html) | |
##.ng-scope[ng-include*="cookie-notice"] | |
###tvp-cookie | |
##.b-cookiehint:not(body):not(html) | |
###KBBCookieNotifier | |
##.notification-modal__cookies | |
##.s-cookie-disclaimer:not(body):not(html) | |
##.uxc-m-closable-box[data-cookie*="cookie.disclaimer"] | |
##.ModuleTemplateCookieIndicator | |
##.csn-cookiebar:not(body):not(html) | |
##.js--cookiebar:not(body):not(html) | |
###cookieacceptdiv | |
###elGuestTerms | |
##.mm-cookie-bar:not(body):not(html) | |
##.notification-bar[uib-collapse*="showCookieBar"] | |
##.z-navicat-header-cookieBar | |
##.gdpr-information-dialog__container | |
##.q-legal-notification.q-silent-consent | |
##.show-cookie-tooltip:not(body):not(html) | |
###cookie-banner-cta | |
##.cc-window.messages--cookie | |
###CookiePolicyDiv | |
###popup_web_cookie | |
###cookienotification-block | |
##.cookeis-popup:not(body):not(html) | |
##.cookies-politics:not(body):not(html) | |
##.datenschutzHinweis:not(body):not(html) | |
##ir-cookie-consent | |
###griphocookies | |
###PopupCookies | |
###cookies[role="cookie-notice"] | |
##.js-cookieLayer:not(body):not(html) | |
###bc-cookie-banner | |
###CookieAkzeptInfo | |
###headercookieinfobox | |
##.i-layout__cookie-notification | |
##.dialog-cookies:not(body):not(html) | |
##.alert-dismissable.cook_info | |
##.szc_info.szc_switch_table | |
###eu-cookie-warning-banner | |
###alma-data-policy-banner | |
###BAPFAtNotificationbox + .bapf-note-window | |
###hidecookieinfoObject | |
##.cookie.is-shown:not(body):not(html) | |
##.ng-scope[data-js*="cookiePolicy"] | |
###siee-cookie-bar | |
###consent.alert-dismissible | |
###google_analytics_warning | |
###header_tc_privacy | |
###cookie-bars | |
##.widget_pages_cookiewarning | |
##.cookie-policymsg:not(body):not(html) | |
##.CookieConsentWrap:not(body):not(html) | |
###cookies-notify | |
~tele2.nl,~t-mobile.nl##.cookie.show:not(body):not(html) | |
###cnil-privacy-policy | |
###__InternalGUIcookieChoiceInfo | |
###cookie_policy + #cookie_contant | |
###cookieNotificationBannerWrapper | |
##.b-agreement-cookie:not(body):not(html) | |
##.cc-policy:not(body):not(html) | |
###cookies[data-kpi*="dialog_cookies"] | |
##.voc-cookie-message:not(body):not(html) | |
##.cookie-container_:not(body):not(html) | |
###cookieInfos | |
###alert-cookie-consent | |
##.sqrcookie:not(body):not(html) | |
###cookie-usage-notify | |
###bandeau-cnil | |
##.b-cookie-information | |
###cookie-banner-root | |
##.o--cookies--container | |
###portal-cookieinfo | |
##.cookie-message-container | |
###dsg-hinweisbox | |
##.default[data-use-minified] #site > .popup[data-required] | |
##.component-cookiebanner | |
##.c-cookie-box:not(body):not(html) | |
###FortyFingersCookieLaw | |
###toolbar-cookie | |
###cookies_layer | |
###myMsgUseCookies | |
###mmCookieOverlay | |
##.nux-signup-cookie-notice | |
##cookie-approval-directive | |
##cookie-disclaimer-directive | |
##.cookiesAcceptWrapper | |
##.cms_clsStopkaCookies | |
###cookie-strip-component | |
###cookiemaster | |
###suti_figyelmeztetes_ablak_fix | |
##cookies-warning | |
###cookies.capaCookies | |
##.test--cookie-bar:not(body):not(html) | |
###comavoo-ga-cookie-banner | |
##.cookies-notice-bar:not(body):not(html) | |
###cookies-info-div | |
###cookies-law-wrapper | |
###headerCookiesEuLaw | |
###coockies-bar | |
##.cookie-warning-box:not(body):not(html) | |
##.cookie-noticer:not(body):not(html) | |
###CookiesMessage | |
###cookiepolicypanel | |
##.ng-scope[ng-show="showCookie"] | |
##.cookie-acceptor:not(body):not(html) | |
##.barre_cook:not(body):not(html) | |
###caffeine-cookies-container | |
##.privacyCookieBanner:not(body):not(html) | |
###cookie_avviso | |
##.o-cookie-consent:not(body):not(html) | |
###LayoutControl_PageMessages_CookieNotification | |
###eucookie-notication | |
##.eucookie_notication:not(body):not(html) | |
##.ukCookiePolicy:not(body):not(html) | |
###hal-cookieconsent | |
###CGS-cookiesagreement | |
###akceptacja_cookies | |
###tiwp-cookie-bar | |
###o_message_cookies | |
##.cookies-policy-new:not(body):not(html) | |
##.InfoCookie:not(body):not(html) | |
###cookie-privacy-info | |
##.cookie-accept-kj:not(body):not(html) | |
###eval_cookieChoiceInfo | |
##.cookies-agreement-coach-mark-container | |
###eucookiewarn | |
##.js-infobar-cookies:not(body):not(html) | |
###uk_cookie_law | |
###cookie-footer-box | |
##.moc-cookiecheck-enabler | |
###sd-cookie-law | |
##.cookie.bar:not(body):not(html) | |
##.cookieBoxText:not(body):not(html) | |
##.bw-cookie-information | |
##.action-bar--cookie-warning | |
###cookie-autorisation | |
###ws-cookie-alert | |
##.js-consent-banner:not(body):not(html) | |
###wck-cookie-popup-infobox | |
###cookies-iraiser | |
###plikicooki | |
##.koekjes-wrapper:not(body):not(html) | |
##.O-CookieLaw--expanded | |
###cookieFooterBG | |
###cookieFooterWrapper | |
###pt-euc_wrapper | |
###pt-euc_sticky | |
###Cookie_Policy | |
##.AlertCookies:not(body):not(html) | |
###enableCookieDiv | |
###PopUpCookie | |
###page-cookies-bar | |
##.cn-CookieNotice:not(body):not(html) | |
##.global-message-cookies | |
##.pc_scsmod-cookie_alert | |
###confirm-cookie | |
###__cqBannerOverlay | |
###cookienotice-main | |
##.handling-eu-cookies:not(body):not(html) | |
##.showCookieInformation | |
###comm_info | |
##.CSSBannerCookie:not(body):not(html) | |
##.om-cookie-bar:not(body):not(html) | |
##.__cookieInfoBox:not(body):not(html) | |
##.notification[data-notification-id*="cookie-popup"] | |
##.cookie-law-wrapper:not(body):not(html) | |
##.swag-cookie-permission | |
##.cookie-msg-info-container | |
###cookieAgreementDiv | |
###ameos_cookieavert | |
##.csokissuti:not(body):not(html) | |
###cookies.avisoContenedor | |
##.alert[data-ng-if="cookiesNotAccepted"] | |
###cookiesTextNew | |
##.sw-popin-cookies:not(body):not(html) | |
##.b-footer-cookie:not(body):not(html) | |
##.ui-cookie[data-agree] | |
##.cookiePolicyMessage:not(body):not(html) | |
###dhcookiesdiv | |
##.ccs-cookies--notify:not(body):not(html) | |
##.fixednote-cookie:not(body):not(html) | |
##.alert-bar--cookie:not(body):not(html) | |
###COOKIEN.alert-warning | |
##.eu-dp.eudp-show:not(body):not(html) | |
##.cookie-policy-accept | |
###panelcookie | |
##.navbar-fixed-bottom[ng-show*="cookieAccepted"] | |
##.jsCookieBar:not(body):not(html) | |
##.legal-info-banner:not(body):not(html) | |
##.cookies-message-box:not(body):not(html) | |
###pnlCookie | |
##.app-cookie-line:not(body):not(html) | |
##.accept-cookies-notification | |
##.cookies-infos-wrapper | |
###bannerCookiePol | |
##.ib-m-cookie-banner:not(body):not(html) | |
##.cookie-info-widget:not(body):not(html) | |
###info_c_box.info_c_box | |
###politicadecookies | |
###cookPol[style*="fixed"] | |
##.cookieDOM:not(body):not(html) | |
###bloc-bandeau-cnil | |
###cookie-warning-container | |
##.bh-cookies-warning:not(body):not(html) | |
###targetCookieInfo | |
###box-privacy-cookie | |
##.cookie_info_popup:not(body):not(html) | |
##.cookiee-dialog:not(body):not(html) | |
###barCookie | |
###cookie-notification-content | |
##.cookiesUp:not(body):not(html) | |
###we_cookie-overlay-id | |
###sincookieconsent | |
##.top-en_cookies-popup | |
###cookieinfowrapper | |
##.dm_cookie_policy:not(body):not(html) | |
###jsInformativaCookieAlert | |
###box-alert-cookie | |
##.ng-scope[data-ng-show*="showCookieMessage"] | |
##.cookieWarn:not(body):not(html) | |
###content > .boxHeadline + .userNotice .info | |
###content.content > .userNotice .info | |
###cookiescnillaw | |
###cookieConsentMessage | |
###NOTIFY_COOKIE | |
##.SiteMessage--cookie:not(body):not(html) | |
##.navbar-fixed-bottom.cookie | |
###FormLogin_LabelCookies | |
##.ccbanner-container:not(body):not(html) | |
###cookieRemark | |
##.js__cookies-alert:not(body):not(html) | |
##.cookieFlyout.cookie_flyout | |
##.session-text[data-widget="cookies"] | |
###cookie_manifest | |
##.legal-cookie-disclaimer | |
###avisCookies | |
###rd-notice-cookie-block | |
##.smrt-ncookies-alert:not(body):not(html) | |
###smxcookienote | |
##.cookie-notifier-container | |
##.cookie_banner_consent | |
###div_cookie_alert | |
###nutzung_cookie | |
###footer_fixed_cookie_law | |
##.warning-eu-cookies:not(body):not(html) | |
###policyCookieFrame | |
###cookies-teaser | |
###MP_Informativa_Cookie | |
###imAlertBox.alertBox | |
##.cookieNotes:not(body):not(html) | |
###global-message-cookie | |
##.cookie-pop-up:not(body):not(html) | |
##.cookiesConsent:not(body):not(html) | |
##.woahbar.wbUKCookies:not(body):not(html) | |
##.notifications-area[data-role="cookies-bar"] | |
##.desktopcookiearea:not(body):not(html) | |
##a#cookies[href*="zamknij"] | |
###cookies-policy-sticky | |
##.c-cookie-consent:not(body):not(html) | |
###jsCookieBlock | |
###banner_politica_cookies | |
###showcookies | |
##.cookie-eu-bar-container | |
###alertaCookies | |
###ruleCookies | |
###zfx-cnil | |
##.seat-statisticsOptBox | |
###CookiePolicyNAIH | |
##.m_cookie-disclaimer:not(body):not(html) | |
###block-cookieblock | |
##.eucookielaw:not(body):not(html) | |
###cookieinformation | |
###gtmCookieDisclaimer | |
##.cookie-consent-message | |
##.message--cookie-policy | |
###textBoxCookieWarning | |
###sla-cookie-alert | |
###cookies-information-bar | |
###cookielegislation.topnotice_wrapper | |
###cookie-wrapper-js | |
###COOKIES.container.collapse | |
###accept-cookies-question | |
###toucanCookieMessage | |
##.sitebanner-cookie:not(body):not(html) | |
##.cookie_adv2:not(body):not(html) | |
###cookie_acc_div | |
##._cookie_disclaimer:not(body):not(html) | |
###atrium_network_cookies_banner_cover_wrapper | |
###atrium_network_cookies_cover_wrapper | |
##.js-cookie-warning:not(body):not(html) | |
##.md-cookiesoptinout:not(body):not(html) | |
###js-cookie-notification | |
##.cookie-consent-comp:not(body):not(html) | |
##.ck-message-wrap:not(body):not(html) | |
###modal_cookies | |
###cookies-confirmation | |
###box-accettazione-cookie | |
###cnil_requirements | |
###eualert | |
###CookieNoticeContainer | |
###cook_infobar | |
###CookiesNotice | |
##.stickyCookie:not(body):not(html) | |
##.cn-first-time-seen:not(body):not(html) | |
##.cookie-banner-component-container | |
##.boxCookieContainer:not(body):not(html) | |
###kp-cookie-bar | |
###cookies_full_container | |
###accepterCookie | |
##.messagecookies:not(body):not(html) | |
###contentRecommendationWidget_PS_COOKIES_BANNER_ESPOT | |
###capacookies | |
###cookies-policy-advice | |
###wrap.ciacho-wrap-container | |
##.all-cookie-warning:not(body):not(html) | |
###ban_cookies | |
##.fil--cookie-acceptance | |
##.m-cookiebar:not(body):not(html) | |
###lsp_cookie_bar | |
##.comp-modal-cookie:not(body):not(html) | |
##.eu_cookies:not(body):not(html) | |
###cookie__cookie | |
##.cookie__overlay:not(body):not(html) | |
##.cookie-law-uniqey:not(body):not(html) | |
###cookie-perm-bar | |
##.cookie_statement_group | |
###banner-cnil | |
##.footer-cookiehinweis | |
##.Cookies-information__banner | |
###cookieConfirmation | |
##.cp-banner:not(body):not(html) | |
###js-cookie-disclaimer | |
##.footer-cookie-info:not(body):not(html) | |
###euro-cookie-popup | |
##.hidden-print[data-test-id*="cookie-alert"] | |
###cookie-p[ng-controller="cookiePolicyController"] | |
###exp_cookie_compliance-wrap | |
##div[data-cookie-banner] | |
###cookie-tajekoztato | |
##cookie-law-el | |
###c-hinweis-cookie | |
##.cookiesnotice:not(body):not(html) | |
###cookie-info-banner | |
###headerbar-cned-alerte-cookies | |
###cc.cc-fixed-bottom | |
###wiki_ga_banner | |
###cookie-agreement-container | |
##.box-info-cookie-agreement | |
###block-cookies-disclaimer | |
##.cookie-notification-message | |
###swe-eucookie | |
##.js--cookie-warning:not(body):not(html) | |
##.ce-cookie-controls:not(body):not(html) | |
##.cc_cookie_message:not(body):not(html) | |
##.header-notice[id^="journal-header-notice"] | |
###ad-cookie-wrap | |
##.js-cookieDisclaimer:not(body):not(html) | |
##.cookienotice-box:not(body):not(html) | |
###fr_cookie_alert | |
##.js-site-cookie:not(body):not(html) | |
##.drawer-cookie.active | |
###pao_warning_cookie | |
##.cmswidget-wcookiewidget | |
##.js-CookieInfoAlert:not(body):not(html) | |
##.alert.bloc_cnil:not(body):not(html) | |
###d_Cookies_Warning | |
##.ta-cookie-hint:not(body):not(html) | |
###cookies_acceptance_bar | |
###cookieLawContainer | |
###dl_cookie_footer | |
###cookies_policy_wrap | |
###cookie-policy-pop-in | |
##.eu-compliance-mobile | |
##.cookie-compliance-bar | |
##.pui-alert-cookies | |
##.c-cookiesBox:not(body):not(html) | |
###cookiesAccepted:not(button) | |
###Datenschutzhinweis:not(input) | |
###alerta_cookie | |
##.linkincookielaw:not(body):not(html) | |
###divCookieUsageMessage | |
##.portal-msg.__cookies | |
~medicijnnodig.nu##.cw_message_box_main:not(body):not(html) | |
##.cookieChoice:not(body):not(html) | |
##.butterBar--privacy | |
###cookiekezeles | |
###BannerCookies | |
##.header__row--cookie:not(body):not(html) | |
##.cookie_policy_notification | |
##.wcms-cookie-alert:not(body):not(html) | |
###cookie-notice-top | |
##.cookie-notification-holder | |
###letscookies.viewcookies | |
##.cookie-notice-holder | |
##cookies-requirement | |
###indication_cookie | |
##.cookies-note-block:not(body):not(html) | |
##.js-cookies-note-block | |
###cookie_warning_dropdown | |
###hb-cc-wrap | |
###privacy.navbar-fixed-bottom | |
###bannerCnil.alert-footer | |
###__ic-notice-container | |
###cookie_fascia | |
###we_use_cookie_container | |
###informativa_cookie_box | |
##.sh-page-notice:not(body):not(html) | |
###modalCookie.bottom | |
###cookie-law-consent | |
###warning-cookies | |
###bp-cookie-bar | |
##.cookieguideline:not(body):not(html) | |
###cookie_warning_container | |
##cg-cookies-banner | |
###ssgCookieInfo | |
##.we-are-using-cookies | |
##.cookie.warning:not(body):not(html) | |
###cookies_footer_sec | |
##.tos-banner | |
##.cookiebar-wrapper:not(body):not(html) | |
##.component-cookie-consent-bar | |
###az-cookie-notice | |
###box_alert_tracking | |
##.ee-privacy-banner:not(body):not(html) | |
###cookieshow.cookieshow | |
##div[data-test="cookie-banner"] | |
##.pwcookielaw--fixed:not(body):not(html) | |
##.woodmart-cookies-popup | |
##.top-info-bar-cookie:not(body):not(html) | |
##.cookie.cookie--active | |
###CookiePrivacy | |
##.cookie-bar__container | |
###cl_banner | |
##.analyticsCookiePolicyAgreement | |
###cookie_alert_container | |
###cookie_rules .alert | |
###zone-bandeau-cookies | |
###cookie-notification-banner | |
##._puzpiop:not(body):not(html) | |
##.usecookie-container:not(body):not(html) | |
##div[data-banner-name="eucookielaw"] | |
###cookie-bar1 | |
##.notification .cookie | |
##.dialog[data-dialog-id*="accept-cookies"] | |
###CookieMessageDiv | |
###cookie_olivegreen_policy | |
##.alert[data-block-track*="CookieNotice"] | |
##.sol-cookie-message:not(body):not(html) | |
###cookies-law-alert | |
###site-footer-cookie | |
##.cp-CookiesDisclaimerBottom | |
##.ecmt-notification-cookies | |
###js-cookies.module-cookies | |
##nrg-cookies | |
###mc_cookies_baner | |
##.d-cookie-bar:not(body):not(html) | |
~dpam.com,~sergent-major.com,~etos.nl##.tracking-consent:not(body):not(html) | |
###cookie-stripe | |
##.js__cookie-information_banner | |
##.flash-message[tag="Cookie Policy"] | |
###barraaceptacion2 | |
###we-use-cookies | |
##.cookie-lasche-hp | |
##.cCookieMessage:not(body):not(html) | |
##.cnil_cookies:not(body):not(html) | |
###privacy-window.show | |
##.rstboxCookieBar:not(body):not(html) | |
##.rstbox[data-title*="cookie"] | |
##.rstbox[data-title*="Cookie"] | |
##.rstbox[data-title*="Kolačić"] | |
##div[id*="upCookiesLaw"] | |
###ctl00_Divcookie | |
##.ci-privacyhint:not(body):not(html) | |
###cookiePolicyDialog | |
###euCookieBlock | |
###cookiesFuera | |
##.gdpr_gdpr-composer-panel__toolbar | |
##.mu-cookie-box:not(body):not(html) | |
###gdprpopup | |
##sm-cookies-bar | |
###psCookieSliderConTop | |
##.sidebar_privacy_policy_container | |
###veriUyari | |
###CookieAcceptanceInformationPanel | |
###cookiesPolicyAgreement | |
##.navbar-cookie:not(body):not(html) | |
##.noty_cookie:not(body):not(html) | |
###obCookieAlertContainer | |
###analytics-opt-in | |
###cookiebar-wrapper | |
###cookies.message | |
##.cookieReminderWrapper | |
###__EUNotice | |
##.bloc-pol-cookie:not(body):not(html) | |
##.notice-cookies:not(body):not(html) | |
##.ui-cookie[data-component="cookie"] | |
###cookiesquestion | |
##.pum[data-popmake*="cookies-kakor"] | |
##.nmg-alert--cookie:not(body):not(html) | |
##div[data-component-cookie-notification] | |
###js-policy-eucookie | |
##.cookiewarningblock:not(body):not(html) | |
###cookiechoices | |
###bandeaucookie | |
##.ng-scope[ng-if*="showCookieWarning"] | |
###ckPolWrapper[data-module="cookiePolicy"] | |
##.cookie-acceptancebox | |
###mycookietip | |
###cookiesUsageInfo | |
##.gdpr-privacy-bar | |
###cookieDisclaimerContainer | |
###CNIL[ng-if*="acceptCookies"] | |
###iframesouhlas | |
###cw_statusbar | |
##.inb-cookies-banner:not(body):not(html) | |
###calibr8-cookie-compliance | |
##.cookies-footer-o:not(body):not(html) | |
###komunikat_o_cookies | |
##.gdpr-cookie-wrapper:not(body):not(html) | |
##.gdpr-cookies-line:not(body):not(html) | |
##.icck-notice:not(body):not(html) | |
###cnil_box | |
##.notice--cookies:not(body):not(html) | |
###this-site-uses-cookies | |
##cookies-banner-component | |
##.GeneralInfos_CookieLegalInfo | |
##.gdprPopup:not(body):not(html) | |
##.notification-bar--cookie-message | |
###moove_gdpr_cookie_info_bar | |
##.UPM__PrivacyRibbon:not(body):not(html) | |
##.main-cookie-bar-container | |
##.cookies-aviso:not(body):not(html) | |
##.popup--cookies | |
###CookiPopin | |
##.rp-cookie-banner:not(body):not(html) | |
###cookieNoticeContent | |
###bottom-notification_accept-cookie-guidelines | |
##.alert-message--cookie | |
##.ng-scope[ng-controller="CookiesConscentCtrl"] | |
##.cookie.alert-box:not(body):not(html) | |
##.ng-scope[ng-if="showCookieBar"] | |
###cookies-auth #cookies-auth-text | |
##.notification[data-cookie="eu_cookies_message_dismissed"] | |
##.cookiesLawBox:not(body):not(html) | |
###cookieLaw_notification | |
##.eu-cookies-kalisek:not(body):not(html) | |
###cookie_law-banner | |
##.c-cookie-banner--default | |
##.us-eu-cookie-notification-banner | |
##.cookies-advert:not(body):not(html) | |
##.gdpr-cookie-banner | |
###accetta-cookies | |
###paquet_telecom_bandeau | |
###accept-cookie-line-maincont | |
##.container-cookie-advicer | |
##.cp-popup-content:not(body):not(html):not(.cpro-active-step):not(.cp-target):not(.ty-wysiwyg-content) | |
###cookie-toolbar | |
##.ngs-cookie-bar:not(body):not(html) | |
###cookies-notification-panel | |
##.component-cookie-law-default | |
##body > .using-cookie | |
###neo-cookie-accept-outer | |
###js-gdpr-consent-banner | |
###gdprCookieBanner | |
##.gdpr-modal-dialog:not(body):not(html) | |
##.gdpr_banner:not(body):not(html) | |
##.io-cookie.io-cookie--active | |
###complCookie | |
##.gdpr-disclaimer:not(body):not(html) | |
##.uninav-cookie-law-container | |
##.RokoteCookies:not(body):not(html) | |
###privacyOptionsCookieOptIn-bottom | |
###euConsent | |
~mmafighting.com,~theverge.com##.m-privacy-consent:not(body):not(html) | |
###ckmeldung.navbar-fixed-bottom | |
##.jnews-cookie-law-policy | |
##.penci-wrap-gprd-law:not(body):not(html) | |
##asw-cookie-banner | |
###CMSGTCBar | |
###ckeu.ckcon | |
###gdpr-cookieNotice | |
##.gdpr-cookieNotice:not(body):not(html) | |
##.dtn-banner:not(body):not(html) | |
##.widget-cookies:not(body):not(html) | |
###cookie_modal_div | |
###cookieHinweisInfo | |
###prism-modal[data-template="banner"] | |
###js-cookie-overlay | |
##.gdpr-cookie:not(body):not(html) | |
##.nyh_cookie-message | |
###gdpr_info | |
###cookie_info2 | |
##.trackingCookiesContainer | |
##.captify-widget:not(body):not(html) | |
##.mod-cookielayer:not(body):not(html) | |
###cookieconsent_dialog | |
###widget-alert-using-cookie | |
##.privacy-prompt-wrapper | |
##.hc-cookie-consent-bar | |
###cookInf | |
###idCokWrap.cokWrap | |
###kb-container.kb-container | |
###cookies_popup_container | |
##.gdpr-banner:not(body):not(html) | |
##.cookie-consent-banner__wrapper | |
##.CookiesAlert:not(body):not(html) | |
###GRU-cookies-alert-iframe | |
~leroymerlin.fr###privacy_bandeau | |
##.gdpr-bar:not(body):not(html) | |
##.ir_cookiehint:not(body):not(html) | |
##.pw-cookie-window:not(body):not(html) | |
###pecr-cookie-warning | |
##.banner--gdpr:not(body):not(html) | |
##.cookie-banner-outer:not(body):not(html) | |
###ub24-cookie-container | |
##.J_agreeCookieModal:not(body):not(html) | |
##.m-cookie-alert:not(body):not(html) | |
##.jsCookiesAlert:not(body):not(html) | |
##.gdpr-message:not(body):not(html) | |
###a8c-cookie-banner | |
###Cookiebar | |
###ez-cookie-dialog-wrapper | |
##body > .guj-cb | |
##.cookie-alert-2018-c:not(body):not(html) | |
###bCookieSlide | |
##.cookie-policy-gdpr:not(body):not(html) | |
~shinden.pl,~a10.com,~gry.pl##body > div[class^="app_gdpr"] | |
##.cookieLawPro.clp-fixed | |
###annoyingeucookiemsg | |
##.cf-annoying-eu-cookie-message | |
##.js-cookie-policy-banner | |
###etd_cookie_alert | |
###cookieCta | |
##.sncmp-app_gdpr:not(body):not(html) | |
##div[data-role="cookie-policy-banner"] | |
~games.softgames.com,~tv2.dk,~dailybuzz.nl##.as-oil[data-qa="oil-Layer"] | |
###cnil_alert_top | |
##.cpnb[data-cookie-name*="cookiesDirective"] | |
###___gatsby div[class*="CookieWarn"] | |
###cookie2.askcook | |
##.alert-box-cookies:not(body):not(html) | |
##.rs-cookie-consent:not(body):not(html) | |
##.bx-info-cookie | |
~dubplate.be###gdpr-banner | |
###gdpr-is-fun | |
###gdpr-box | |
##privacy-policy-toast | |
##.site-message--first-pv-consent | |
##.cookie.cookie--visible | |
##.important-banner--cookies | |
##.cookie-notification-banner | |
##.gdpr-notification-banner | |
##.ck_banner.js_ck_container | |
##.grdp-popup:not(body):not(html) | |
###gdprMessage | |
###brCookieBanner | |
###accept_cookie_div | |
###dt_2018_tos_pp_update | |
##.gdpr-privacy-banner:not(body):not(html) | |
###pbAcceptCookies | |
###rodoNotificationWrapper | |
##.cookie-lasche | |
##.pi-cookie-notice:not(body):not(html) | |
###cookieCompliancePolicyBox | |
###rodoCookie | |
###cd-cookie-bar | |
###cd-cookie-bar-settings | |
###js_consent_bar | |
##.cookie_policy_container | |
###ckieconsent | |
##.cookie-manager.bottom-panel | |
##.gdpr-notification:not(body):not(html) | |
###non-blocking-consent-notification | |
##.site-cookies-info:not(body):not(html) | |
##.gdpr-ask-modal:not(body):not(html) | |
###inforCookieWallPopup | |
##ts-cookie-msg | |
##.hz-visitor-consents:not(body):not(html) | |
##.cookieMeldung:not(body):not(html) | |
###box-gdpr | |
##.cms_dp_bar_fixed:not(body):not(html) | |
~deezer.com,~17track.net###modal-gdpr:not(.idcac) | |
##.qc-cmp-persistent-link | |
##.ue-c-site-message--cookies | |
###cookiereminder.cookie | |
##.GDPRPanel--visible:not(body):not(html) | |
##.gdpr-cookie-notice:not(body):not(html) | |
##.wrap-cookie-placeholder | |
##.wrap-cookie-placeholder + .wrap-cookie | |
##.cc-cookie-consent-banner-modal | |
###gdprbar | |
###gdprbar + #gdprbarfiller | |
###nyh_cookie-message | |
###mod-privacy-policy-banner-1 | |
##.cooki-container:not(body):not(html) | |
##.tos-Banner-dismissable | |
##.footer-privacy-banner | |
###gdprNotice:not(.box) | |
###popupgdpr | |
##div[data-gdpr-consent-prompt] | |
##.gdpr_popup_wrap | |
###babaorum-bar | |
##.ppms_cm_consent_bar | |
##.site-notification.cookie_usage | |
###gdprBox | |
##.cookie_msg_blk | |
##.privacyCookie.top | |
###gdpr-consent-banner | |
##.apa-consent-wrapper | |
##.avia-cookie-consent | |
###gdpr_banner | |
~ostrzegamy.online,~sklep-domwhisky.pl,~fabrykacukiernika.pl##.rodo-popup:not(body):not(html) | |
###cookie_warnung | |
##.we-cookie-banner | |
##.privacy_policy-info:not(body):not(html) | |
###os_app_cookiewarn | |
###mobiUsingCookies | |
##.dsgvo-cookie_consent | |
##.pp-cookie-warning:not(body):not(html) | |
###gdpr_box | |
###cookieAcceptBanner | |
~n26.com###gdpr-notice | |
###cookie-compliance-popup | |
~intersport.hr,~intersport.si,~intersport.rs###gdpr_modal | |
###gsoi-consent | |
##.b-dsgvo-banner:not(body):not(html) | |
##.index_cookieNotification__1-VLN | |
###PlayCookieInformationRoot | |
###gdpr-cookie-notif | |
##div[data-box-name="cookie policy"] | |
###cpolicy-bar | |
###gdpr_user_consent_banner | |
###didomi-notice.shape-banner | |
###jsUseCookieTips | |
##.js-cookie-notify:not(body):not(html) | |
##.waGDPR_consentButton | |
##.waGDPR_modalFrameBackground | |
###gdprAgree | |
###cookieGdpr | |
##.cookie-footer-bar:not(body):not(html) | |
##.site-popup.consent:not(body):not(html) | |
##.m-tracking-banner:not(body):not(html) | |
##.cookie_mess:not(body):not(html) | |
##.custom-cookie-banner | |
##.duc-base_cookie-consent | |
##.gdpr-notice:not(body):not(html) | |
##.GDPR-tools-consent:not(body):not(html) | |
##.main-footer-cookie-info | |
##.header-privacy-policy | |
###PrivacyInformationConsent | |
##.notification-box[data-toggler*="cookie-policy"] | |
##.cookie-notf:not(body):not(html) | |
###cookies-gdpr-host | |
###dataPrivacyDialog | |
##.cookieInfoWindow:not(body):not(html) | |
##.gdpr-popup-border:not(body):not(html) | |
###cookie-info-rodo | |
##html#min-width table.bodylinewidth ~ div | |
##.o-cookie-layer:not(body):not(html) | |
###nd-cookie-alert | |
###mtbn-privacy-banner | |
##.gdprMessage:not(body):not(html) | |
##.cookies.is-visible:not(body):not(html) | |
##onl-cookie | |
~quora.com##div[class*="CookieBanner"]:not(.app):not(.page) | |
~check24.de##div[class*="cookieBanner"]:not([id*="main"]):not(.cookieBannerDisabled) | |
###smart-cmp-host | |
###gdprsticky | |
##.gdpr-optin-view:not(body):not(html) | |
##.cookies-notification-bar | |
###purch-gdpr-banner | |
###cWarn.cookies | |
###cSpace.cookieSpacer | |
###CookieInformationRoot | |
##.notice--cookie:not(body):not(html) | |
##.neo-footer__cookieBar | |
##.cookies-disclaimer__wrapper | |
###cookieChoiceInfo_general | |
###react-cookie-bar | |
##.capaCookiesNew:not(body):not(html) | |
##.cookiebanner--js:not(body):not(html) | |
##.c-cookie-disclaimer:not(body):not(html) | |
##.privacypolicy-accept.opened | |
###ei_cookie.ei_cookie | |
##.bottomFixer > .PanelScrollerOff.Notices | |
##.pageContent > .PanelScroller.Notices | |
##.pageContent > .FloatingContainer.Notices | |
##.mainContent > .FloatingContainer.Notices | |
##.mainContent > .PanelScroller.Notices | |
##.pageContent > #Notices.PanelScroller | |
###cookieConsentBlock | |
##.sticker-gdpr:not(body):not(html) | |
##.js-gdpr-banner:not(body):not(html) | |
###privacyNotePopupContainer | |
##.dj-cookie--visible:not(body):not(html) | |
###tealium-cookies | |
###cookieChoiceModalOverlay | |
##.js-cookie-consent-overlay | |
###blockAcceptCookie | |
###cookie-info-hermer | |
##.c-cookie-notice:not(body):not(html) | |
##.CInfo[data-cookie-info] | |
##.bloc_cookie:not(body):not(html) | |
###gdpr-cookie-banner | |
~danskemedier.dk###gdpr-cookie-message | |
##.box-cookie-consent:not(body):not(html) | |
###notice-cookie-block-info | |
~cottonon.com##.gdpr-sticky-container | |
##.gl-cookie-banner-wrapper | |
###mrvCookieBanner | |
##.gdpr-msg.alert:not(body):not(html) | |
###gdpr_notice | |
##.new-cookies-info:not(body):not(html) | |
##.msgCookie:not(body):not(html) | |
##consent-notification | |
##.cod-cookie-container | |
###jacksonville-optin | |
##.gdpr-cookie-consent-banner | |
###COOKIEEXPERTINFO | |
###cookieconsentbox | |
###cookie_info_agree | |
~tikkio.com,~pekao.com.pl###gdpr-popup | |
###pfwCookiePreferences | |
##.qni-cookmsg:not(body):not(html) | |
###cookieNoticeMessage | |
###js-cookie-notes | |
##.dot-cc-wrapper:not(body):not(html) | |
##.dot-cc-wrapper + body > .dot-body-overlay | |
##.GdprBanner__bg:not(body):not(html) | |
##.datenschutzcookie:not(body):not(html) | |
###cookies_box_disclaimer | |
##.cookie-information-banner-wrapper | |
##.js-global-privacy-messages | |
##.stripe[class*="cookieBanner"] | |
###cookieInfoOutline | |
###element_cookie_banner | |
##.pure-cookies-notice-wrapper | |
~gov.lv,~riga.lv##.cookieBackground:not(body):not(html) | |
###ccm_notification | |
##.consentbarcontainer:not(body):not(html) | |
###cookie-usage-notice | |
###js-cookieBanner | |
##.cookiePoliceBlock:not(body):not(html) | |
###cookieContraption | |
###gdprc_bar | |
##.announcement.cookies | |
##.cookies_management-overlay | |
##.cookies_management-overlay + .mode--popup | |
##.hbcom-cookiepanel:not(body):not(html) | |
##.cookie-privacy:not(#app) | |
##.cookieConsentShort:not(body):not(html) | |
##.boxContentCookie:not(body):not(html) | |
##.ag_cookie_banner:not(body):not(html) | |
##.cookies.alert-dismissible | |
##.cookie-consent-panel-message | |
##.cookieContainerV2:not(body):not(html) | |
##.ui.cookie.nag | |
##.cookie-tip-bg:not(body):not(html) | |
##.module-cookies-wrapper | |
##.gdp_cookie_widget:not(body):not(html) | |
###abe-gdpr | |
##.rts-cookie-warning:not(body):not(html) | |
##.rodo-accept[style*="bottom"] | |
###ucn-gdpr-banner | |
##.js-global-top-message-cookies | |
###__next > section[class*="cookies__Wrapper"] | |
###cookieInfobox | |
##.gdpr_note:not(body):not(html) | |
###ct-ultimate-gdpr-cookie-popup | |
###GDPRCookieBox | |
##.cookinfo .cookinfo__wrapper | |
##.gdpr-consent-banner:not(body):not(html) | |
###cmp-container-id | |
###inforcwp | |
##div[class*="popup_cmpPopupPopup"] | |
###stm_gdpr_popup-main | |
###euCookie ~ .lb_overlay | |
###eStore_gdpr | |
###cnilBanner | |
###AiraGdprDialog | |
###gujems-cookie-banner | |
###cookies.overlay-cookies | |
###gdpr-alert | |
##.cookies-wrp__cookies | |
##.cookies-acceptance-wrapper-common | |
###js-cookie-approval | |
##cookie > .siteCookie | |
##.gp-cookie-banner:not(body):not(html) | |
##.cookie_consent_holder | |
##.gpn-gdpr-container:not(body):not(html) | |
###cookieConsentApp | |
###dsgvo-cookie-configurator | |
##.cookie_tip:not(body):not(html) | |
###authPopupPolicyBanner | |
##.ak-cookies-banner:not(body):not(html) | |
##.dsgvo-banner:not(body):not(html) | |
##.consent-wrapper.consent-wrapper-active | |
##.banner.dsgvo:not(body):not(html) | |
##amp-consent | |
##.basic_features-cookiemessage | |
##.divCookiesWarning:not(body):not(html) | |
###cookiefrage | |
##.l-gdpr-banner:not(body):not(html) | |
###diffuse-cookie-notice | |
##.avg-cookiebar:not(body):not(html) | |
###popupdescookies | |
~stadtwerke-quickborn.de,~sparkassen-direkt.de##.consent-banner:not(body):not(html) | |
###cookies[ng-init*="initPopinCookie"] | |
###cookieDirWrap | |
###mbmcookie | |
###ee-cookies-message | |
##body.cookie > #cookies | |
###cookiesLayoutModule | |
##.biscotto.sc-slide | |
###cookie_confirm_dv | |
###__usrplcy | |
##.cookie-popup-container | |
##.js-cookie-popup-app:not(body):not(html) | |
##.ort-cookie-banner:not(body):not(html) | |
##.mj-gdpr-consent-banner | |
##.cookie-advert:not(body):not(html) | |
##.eu-cookie-panel:not(body):not(html) | |
##.wrapper-banner-rgpd:not(body):not(html) | |
##.gdpr-bar-wrapper:not(body):not(html) | |
###ukCookie.cookieFooter | |
###modalAceptCookies | |
##.cm-cookie-geo:not(body):not(html) | |
##.c-cookiepopup:not(body):not(html) | |
##.c-cookie-notification-bar | |
##.jsGdprBar:not(body):not(html) | |
##.gdprbar:not(body):not(html) | |
##.js-cookie-notification-banner | |
###js_gdprTopBar | |
###lst-cookie-banner | |
##.policy-message.cookie | |
##.gdpr-terms-banner:not(body):not(html) | |
###GdprCookieBanner | |
##.popup-cookie-2018:not(body):not(html) | |
##.cookie-banner-overlay | |
###cookie_terms_div | |
##.cookies[data-cookie="banner"] | |
##.wordpress-gdpr-popup | |
##.CookiesConsent_root | |
##.js-cookie_policy:not(body):not(html) | |
##.PrivacySettingsBanner | |
###alert-eu-cookies | |
##suchen-cookie-privacy-toast | |
##.dn-cookie-container:not(body):not(html) | |
###xte__cookie-disclaimer | |
##.cookie-consent-pnl:not(body):not(html) | |
###ctl00_Cookies_pnlCookies | |
##.cp-cookie-banner:not(body):not(html) | |
###gdpr_basic.modal.bottom | |
###myCustomCookieLayer | |
##.cookie-info-slider:not(body):not(html) | |
##.gdpr_msg:not(body):not(html) | |
##.noat-cookie-consent__banner | |
###gdprAlert | |
###bipo_avisocookies | |
##.cookiePolicy-popup:not(body):not(html) | |
##.cin_cookie_notification | |
##.bring-cookie-container | |
##.block-info-cookie:not(body):not(html) | |
###rvdwCookiePolicy | |
##div[data-borlabs-cookie-wrap] | |
###accept-cookies-bar | |
##.module__cookiebanner | |
###tracking-consent-dialog | |
~daf.com##.js-cookiemodal:not(body):not(html) | |
##body.cookie-choice > #consent.visible | |
###mss-legal-banner | |
##.connect-cookie-bar:not(body):not(html) | |
###ocw_conteneur | |
##.cookie_ban:not(body):not(html) | |
###hncookiegdpr | |
##.bst-panel.bst-panel-fixed | |
##.bst-panel.bst-panel-fixed-top | |
##.notification__message.cookies | |
###EncurioGdprSecurityBar | |
##.CookieDisclosure:not(body):not(html) | |
###cookiesCapa | |
###CookiePolicyHeader | |
###inpsyde_cookie_bar_container | |
###content > .boxHeadline + .userNotice .noticeDismissible | |
##body > #cookie-settings.visible | |
##.js-gdpr-header:not(body):not(html) | |
###cookieBannerBG | |
##.globalPrivacyBar:not(body):not(html) | |
###ctl00_cookies.cookies | |
##.c-message--cookie-alert | |
##.gdpr-consent--hidden | |
##.cnil-banner-v2:not(body):not(html) | |
##body > .privacy-disclaimer | |
###cookies-acceptance-ack | |
##body > #privacynotice | |
##.cookie-popover--active | |
##.promo-bar.site__wrapper--padding.active | |
###bica.bica.bica-inline | |
###ownCookieLayer | |
###optin-optout[data-key="cookieconsent"] | |
##div[class*="CookieConsent_cookie-consent"] | |
##.gdpr-alert:not(body):not(html) | |
###gdpr-policy-navbar | |
###cookie-monster-root | |
###eu_cookies_spacer | |
###eu_cookies_box | |
###cookies_policy_container | |
###js_cookie_window | |
##.cookies[role="alert"] | |
##.cookies.cookies--visible | |
##.PartialCookieCompliance | |
##._gdpr-notify-header:not(body):not(html) | |
##.min-cookiebanner:not(body):not(html) | |
##.mmcookiepref-plugin:not(body):not(html) | |
##.so-cookie-wrapper:not(body):not(html) | |
###gdpr_cookie_line | |
##.rw-cookie-notification | |
###gdprBanner | |
##.bcpNotificationBar:not(body):not(html) | |
###cookiesInfoDiv | |
###wt-confirm-layer | |
##.block--cookie-notification | |
##.l-cookieNotification | |
##.sovrn-gdpr:not(body):not(html) | |
###hv-gdpr | |
###bzCookieConsent | |
###mCCForm[action*="cookies"] | |
##.cookies-obligation-clause | |
###pnl-cookies-warning | |
###pm-privacy-banner | |
##.cookie-privacy-message | |
###site-notification-cookie-consent | |
###site-notification-policy-change | |
###consent_visitor | |
###rodoAlert | |
##.banner[data-cookie-notice] | |
##.CookieOverlay:not(body):not(html) | |
###sr-cookie-policy | |
##.ConsentPanel:not(body):not(html) | |
##.gdprBannerWrapper:not(body):not(html) | |
##.js-gdpr-info:not(body):not(html) | |
##.js-page__gdpr:not(body):not(html) | |
##.legal-cookiebar:not(body):not(html) | |
###Cookie-Popup | |
##.sv-cookie-notification | |
###gdpr-overlay | |
###gdpr-consent-form-wrapper | |
##.gdpr-consent-backdrop | |
###cookie-policy-overlay-block-container | |
###cookietoestemmingvlak | |
###privacy-notice-box | |
##.privacy-bar-container | |
##.cookie-notice-fixed:not(body):not(html) | |
###cookieb-banner | |
##.cpb-privacy-policy-widget | |
###dfc-cookie-concern-container | |
###appx_cookie_banner_eu | |
###pregdpr.lightbox | |
###pregdpr.lightbox ~ .lb_overlay | |
##.cookies[ng-controller="cookiesCtrl"] | |
##.gdpr_banner_top | |
###__cookie-consent-wrapper | |
###js-gdprForm | |
##.tealium-cookie-banner | |
##.cookie-warn-modal:not(body):not(html) | |
##.cookie-warn-modal ~ #modal-bg | |
##.gdpr-banner-content-wrapper | |
###cookie-inform | |
##.coucou.cookie_slide:not(body):not(html) | |
##.c-dialog--cookie:not(body):not(html) | |
##.gtec-popup-datenschutz | |
##.TOSBanner:not(body):not(html) | |
##.notification[data-nots-uid*="gdpr"] | |
###MensajeCompruebaCookieSiteTealium | |
###rodo[style*="fixed"] | |
###gdpr-warning | |
##.gdpr-warning:not(body):not(html) | |
###block-cookies-police | |
###gdprCookieBanner--custom | |
###gdpr_consent_banner | |
##.hof-CookieBar:not(body):not(html) | |
##body > #CookieOk[style*="fixed"] | |
##div[data-qa="txtGdprCookiePopup"] | |
##.rgpd-popup:not(body):not(html) | |
###tui_widget_CookieNotifier_0 | |
###notificare-cookies | |
##gfp-cookie-policy-notice | |
###aio-gdpr-cookie-notice | |
##div[data-test-id="cookie-consent-banner"] | |
###startsiden-gdpr-disclaimer | |
##body > .cc-popup[style*="block"] | |
##.ec-cookie-bar:not(body):not(html) | |
##m-cookies-notice | |
##.alertaModal .msg.cookies | |
~kombi.de##.fusion-privacy-bar:not(body):not(html) | |
###consentBanner | |
##.v2-cookie-disclaimer | |
##.cookieBar-filler:not(body):not(html) | |
##.cookie-bar-mask:not(body):not(html) | |
##.lg-cookie:not(body):not(html) | |
###coiConsentBanner | |
###cookie-notice-box | |
###ccc > #ccc-icon | |
###iubenda-cs-banner-new | |
###wrap-cookies-gdpr | |
##.c_cookie-notice:not(body):not(html) | |
##.information-banner[data-name*="cookie"] | |
##.cookieaccept > .cookieaccept_wrapper | |
##.cookiesNotification_v1 | |
###gdpr-bar | |
###acceptCookiePG | |
###cookie_guidline_box | |
##iframe[src^="https://dam.bbcchannels.com/m/2czok/"] | |
##.cookies-module.show:not(body):not(html) | |
##.cookies_management-topbar | |
##.cookie-message__bar:not(body):not(html) | |
###js-cookie-alert | |
##.legal-info__alert-cookie | |
##.calibr8-cookie-compliance | |
##gdpr-policies | |
##gdpr-cookies | |
##.cookie-hint-wrapper:not(body):not(html) | |
###ctl00_ctl00_CookiePolicyMessage | |
##.site-header-react__cookies-notice-desktop | |
##.gdpr__cookie_consent | |
##.dnt_banner-wrapper:not(body):not(html) | |
##.pum[data-popmake*="pravila-privatnosti"] | |
##.page-banner__cookie:not(body):not(html) | |
##.gdpr-cookie-disclaimer | |
##.cp-slider-popup:not(body):not(html) | |
###tracker-banner | |
##.module-cookieinfo:not(body):not(html) | |
##.cookieNotifierWrapper | |
###adsimple-cookie-notice | |
###cookiedings | |
###eu-cookie-policy-popop | |
##.c-cookie-notice__popup | |
##.cookie-bar ~ #cb.show | |
##.modal-content-cookie-message | |
##.vibrant-app_gdpr:not(body):not(html) | |
###tcn_notice | |
###vd-cookie-alert | |
###accept-cookie-container | |
###Banner_cookie_0 | |
###btz-cookie-popup | |
###datenschutzlayer | |
##.navbar-gdpr:not(body):not(html) | |
###tv2-cookie-alert | |
##.cookiesmanager.top:not(body):not(html) | |
##.gdpr.consent:not(body):not(html) | |
###ntcc[data-cookie-bar] | |
##.cookies--notification | |
###eocookie.eocookie | |
###divCookieAgreement | |
##.dbi__cookiebanner:not(body):not(html) | |
###AF_GDPR | |
##.exponea-banner.exponea-leaderboard | |
###cb.cb.show | |
###gdpr-wrp | |
##.box-policy.box-policy--visible | |
###cookie_gdpr | |
###lycok[style*="fixed"] | |
~istore.com.hr,~spielzeug-paradies.de###cookiesplus-basic | |
##.cookiewarning-container | |
###arkCookiesPrivacyPolicy | |
##.fs-cookie-bar:not(body):not(html) | |
###data-protection-banner | |
##.cc-window.cookie:not(body):not(html) | |
###eu_cookiebox | |
###pjAcceptCookieBar | |
##.js-page-cookies:not(body):not(html) | |
##.banner[data-controller="CookieOptInController"] | |
##.bvCookiesBar:not(body):not(html) | |
##.cookiecrap:not(body):not(html) | |
##.___eucookiePopup:not(body):not(html) | |
##.privacy_protection_cookie_banner | |
##script#sol-cookie-js + #solbox | |
##.bottom__cookie-block | |
###js_cnil-bar | |
##.js-opt-in-modal.opt-in-modal--visible | |
###please-approve-cookies | |
###cookie_approval | |
###cookies_entry | |
##.dataPrivacyOverlay:not(body):not(html) | |
##.pum[data-popmake*="gdpr"] | |
##body[class*="showCookieBanner"] div[class*="statisticsOptBox"] | |
##.cookies.ng-scope[ng-if*="hideNotification"] | |
###slide-in-cookie | |
###data-store-permission-popup | |
##.dsgvo-container:not(body):not(html) | |
##.gdpr-onboarding-container | |
##.gdpr[data-gdpr-popup] | |
~maisons-phenix.com##.cc_banner.cc_container--open | |
##.cookie-overlay + .cp-wrap | |
###p_lt_ctl00_CookieNotice_pnlCookieNotice | |
##.__gdprConfirmOverlay | |
##.privacy-note:not(body):not(html) | |
##.bdf-cookie-policy-popup | |
##.acceptCookieNotice:not(body):not(html) | |
##.anonymousToSConsent_mask | |
##devsite-snackbar[type="cookie-notification"] | |
##.c-app-cookies | |
##.dft-cookies.open:not(body):not(html) | |
###allowCookieTypes | |
##.avg-cookies__toggle:not(body):not(html) | |
###cookieAlert ~ .reveal-modal-bg | |
##.gdpr-banner-processed | |
##.cookies.mb-content-cookie | |
##div[data-cookie-policy-modal] | |
###wycookieContainer | |
###DIVcookieswelcome | |
##.cookies[ng-if*="useOfCookies"] | |
##.banner-cookie-wrapper | |
##gdprpopupmod | |
##.welcome-privacy.j-welcome-privacy | |
###cookies_allowed_box | |
##.cookie_hinweis:not(body):not(html) | |
###iimGdprRoot | |
###x13pmcookiebar | |
##.cookie-wrap-tip:not(body):not(html) | |
###announcement-eucookielaw | |
##.cookies-agreement:not(body):not(html) | |
##.mo-wp > .mo-sitePriv | |
###cookie-info-open | |
##.GDPR-cookies:not(body):not(html) | |
##tui-cookie-bar | |
###cookies.cookiesShow | |
##.wrap_cookie_site | |
##.cookie--overlay:not(body):not(html) | |
###lemmCookieJsDivContainer | |
###cookiespopup-layer | |
##div[data-notificationid="cookie"] | |
###gdpr-notification | |
###ajaxStyleJamCookiesMessage | |
###datenschutz-layer | |
##.gdpr-stickybar:not(body):not(html) | |
###raster ~ .optin[style*="flex"] | |
##.cookie-bar-notification | |
###block-oyster-gdpr-cookie-policy | |
##.mp-cookie-banner:not(body):not(html) | |
##.mp-cookie-placeholder | |
###tesco_policy_widget1 | |
##.hello-rodo--show:not(body):not(html) | |
##.nf-js-cookiebox:not(body):not(html) | |
###dsvgo_cookie | |
###adsimple-cookie-notice + #adsimple-readmore-tab | |
###dsgvo_v2 | |
###privacy_policy_banner | |
###dsgvo-consent-layer | |
##.nb--cookiepopup:not(body):not(html) | |
##.gdpr-consent-form:not(body):not(html) | |
###gdpr_area .gdpr_area_inner | |
##.tx-we-dsgvo-cookie:not(body):not(html) | |
##.cookies-info-container | |
##.responsive-app__cookies | |
###ci-info-box | |
###user-message-container[data-require*="cookie-message"] | |
##.rgpd-banner | |
###eubanner | |
###zigcookie | |
###dbk-cookie-overlay | |
##.container.UseCookie:not(body):not(html) | |
##.widget_text.cookie:not(body):not(html) | |
##.wpgdprc-consent-bar:not(body):not(html) | |
##.BAPFNoteWindow:not(body):not(html) | |
##.ba-banner-disclaimer | |
###cookieConsent-container | |
###ap-cookiesConfirm | |
##cookie-message | |
##.warningCookieRgpd:not(body):not(html) | |
##.js-warningCookie:not(body):not(html) | |
###egmont-cookie-alert | |
##.block-content.cookie | |
##.conteneur_minwidth_IE ~ style:not([type]) + div[id] | |
###rodo-popup-step-1 | |
###gdprId.c-notifier | |
###d-cookiesWarningAdsLayout | |
##.component-cookiealert | |
##.cookie-notice-banner | |
##div[class*="GDPRBanner"] | |
###consent-footer.consentFooter | |
##.m-cookiepopup:not(body):not(html) | |
###cookies_footer_info | |
###cookieBox_bg | |
###AcceptCookiesUsage | |
##.dialog.dialog--cookie | |
##amedia-privacybox | |
##.cookie-policy-notification | |
##.x-cookie-acceptance:not(body):not(html) | |
##.md-modal.cookie-popup ~ .md-overlay | |
##.rgpd-cookies-banner:not(body):not(html) | |
##.usernotice_pop:not(body):not(html) | |
##.koektrommel:not(body):not(html) | |
###ptEshopProCookieManager | |
##.cookiesOnSite:not(body):not(html) | |
##.gdpr_cookie_bar:not(body):not(html) | |
##.gdpr-preface:not(body):not(html) | |
###consent-slide.consent-slide | |
###cookcont[style*="block"] | |
##.cookie_alert_overlay | |
###policyBannerModal | |
##.cookie_policy_component | |
##cookie-layout | |
###slickModalCookie | |
##.btx-cookie-notification | |
###data-policy-dialog | |
##.cookieConsentHinweis | |
##.info-box.cookies:not(body):not(html) | |
##cookieconsent | |
##.c-notification-wrapper | |
###bandeauCookiesCnil | |
##.gdpr-bottom-banner-container | |
###gdpr-sticky-banner | |
##.privacy-notification.cookie-data-helper | |
##.cookie_eu_container:not(body):not(html) | |
##.cookieConfirmWrap:not(body):not(html) | |
##.cookie-notice-box:not(body):not(html) | |
##.cookies-note-container | |
###js-ac-cookie-banner | |
###cookie-alert-outer-wrapper | |
###eu-notice | |
##.eu-notice:not(body):not(html) | |
##.opt-in-message-bar:not(body):not(html) | |
##.new_cookie_wpr:not(body):not(html) | |
##.cookies[ng-if*="gdpr"] | |
##.bs-wrap-gdpr-law:not(body):not(html) | |
###privacybar | |
###welcomebar-wrapper > #welcomebar-container | |
##.privacyCookie.bottom | |
##.privacydetectionbar:not(body):not(html) | |
##.cookieBandWrapper:not(body):not(html) | |
##div[cnn-cookie-policy] | |
##.cookieOptInFooter:not(body):not(html) | |
###PPolicyDisclaimer | |
##.PPolicyDisclaimer:not(body):not(html) | |
###cookies .alert-dismissible | |
###perpetuum-gdpr-fixed | |
###stOverlay | |
###stOverlayB | |
##.misc-CookiesWarning:not(body):not(html) | |
###cookieSettingWrapper | |
###cookieBannerContent | |
###mcDsgvo | |
###barraCookie | |
###cookie-usage-hint | |
###UsrConsent | |
###sdg-cookie-warning | |
###overbox3 > #infobox3 | |
###privacy_terms_cookies | |
##.site-message.has-cookie-message | |
##.cookies.mostrar:not(body):not(html) | |
###er-cookie-banner-overlay | |
###er-cookie-banner | |
##.al-cookie-disclaimer | |
###cookies-rodo | |
###ptCookieBarWrap | |
###wfgcmp-consent | |
###js-gdpr-optin | |
###js-banner-cookies | |
##.banner-cookies__wrapper | |
##.wndev-cookie-hints:not(body):not(html) | |
##.wndev-tracking-extended | |
##.block-typify-cookie:not(body):not(html) | |
##.zeroIDConsentModal:not(body):not(html) | |
##div[data-cookietoast] | |
###avt-cookie-popup | |
##dorel-cookie-notification | |
###module-cookie-banner | |
##.module-cookie-banner | |
##.js-modul-cookie-banner | |
###iqitcookielaw | |
##.cookie-privacy-banner-container | |
###gdpr-cookie-policy | |
##.msgbox-CookieConsent | |
###put-that-cookie-down | |
##div[data-react-class*="CookiePolicy"] | |
##.truste_cm_outerdiv:not(body):not(html) | |
###cookie-main-bar | |
##.o-cookie-disclaimer:not(body):not(html) | |
##.cookiebanner-grid:not(body):not(html) | |
##.js-cc-announcement.cc-announcement | |
###first-login-nanobar-button | |
##.cookie-tracking-banner | |
##cookies-gdpr | |
##dsgvo | |
##.cnil-warning:not(body):not(html) | |
###bottombar #cookies | |
##.gdprcookie:not(body):not(html) | |
##.naylor-privacy-banner | |
##.js-gdpr-message:not(body):not(html) | |
##.js-cookieMessage:not(body):not(html) | |
##.c-page__message-bar--cookie-message | |
##.gdpr_popup:not(body):not(html) | |
###consent-popup.shown | |
###ac-cookie-compliance | |
##.bandeaucookie-wrapper | |
###containerCookieBanner | |
##body.cookies-on .b-cookies | |
##.cookie-law-notice-container | |
###cookiealertbox | |
##.mt-SharedCookieLayer | |
##.lnk-c-banner.is-active | |
##.c4-cookie-message:not(body):not(html) | |
###portal-footer-cookie | |
##.m6Cookies_bar:not(body):not(html) | |
###consent-snackbar | |
###cookie-banner_container | |
##.cd-cookieDisclaimer:not(body):not(html) | |
##.js-cd-cookieDisclaimer | |
##.cookie__consent.cookie__reveal | |
##.dsa-cookie-notice:not(body):not(html) | |
##fb-pixel-opt-out | |
##.messenger--cookie[role="alert"] | |
##.c-tracking-consent:not(body):not(html) | |
###cookiesAcceptanceWidget | |
##.cookiePolicyGomag:not(body):not(html) | |
##.eubanner:not(body):not(html) | |
##.jg-chrome-cookie-consent | |
##.cc-pop.active:not(body):not(html) | |
##.lia-cookie-banner-alert | |
###allow-cookie-bar | |
###cookieconfirmDialog | |
###notification__consent.js-notification-consent | |
~ugenr.dk###gdpr-consent | |
###coockies-form | |
###cookie_warnung + .ui-dialog-buttonpane | |
###cookie-layer[src*="cookie-instellingen"] | |
##.cookie.offcanvas-main-panel-fixed | |
##.GRU_BiscuitsAlert-layer | |
###gpdr-oberlay.overlay | |
##.pp-cookie-banner | |
##.cookies.ng-star-inserted | |
##.gdService-cookieNotice | |
##.cookie-notif-panel:not(body):not(html) | |
##goldengate-use-of-cookies | |
~lifepointspanel.com##.region-cookie-banner | |
##.container-cookiepolicy | |
##.tsccb-banner:not(body):not(html) | |
###mycmpAlertBig | |
###consent-gdpr.modal-gdpr | |
##.AVG_CookieMelding:not(body):not(html) | |
##.consent_cookies:not(body):not(html) | |
###tgbgdpr-overlay | |
###agree_cookie_div | |
##._pm-banner:not(body):not(html) | |
##.b-policy-info.b-policy-info_status_visible | |
###cookie_info_startpage ~ #white_layer | |
###cookies-message-containerEN | |
###ibu-online-use-cookie-container | |
##.bose-infoBar2016--cookie | |
##.CookiesMessage:not(body):not(html) | |
##.CtnCookies:not(body):not(html) | |
###ckbr_banner | |
###gdpr-message | |
###gdpr_container | |
###js-stormcc-banner | |
###cookies.cookies[style*="block"] | |
###shorthand-gdpr-container | |
##.container-fluid.cookies | |
##.cookie-snippet:not(body):not(html) | |
###t_cookieInfo | |
##.jcookie-navbar:not(body):not(html) | |
##.cookieAlertDesktop:not(body):not(html) | |
###ma-cmp-container | |
##.ppa-notice:not(body):not(html) | |
###modalbakgdpr | |
###gdprBnnr | |
##.gdprBnnr:not(body):not(html) | |
##.obfx-cookie-bar-container | |
##.bsd-contribForm-gdpr-modal | |
##.cookie--bar:not(body):not(html) | |
##.notification.cookies:not(html) | |
##.cp-info-bar-container | |
##.cnwrap > .cntext:not(body):not(html) | |
##.gb-gnb__notice-bar:not(body):not(html) | |
##.cookie--desktop:not(body):not(html) | |
##.gdpr_cookie:not(body):not(html) | |
###cookie-layer-protector | |
##.banner--cookies-eu:not(body):not(html) | |
###zid_banner | |
###privacyCookieLayer | |
##.gdpr-agree.fucking-priority | |
###mymodal_cookie | |
##oct-cookie-consent | |
##policy-consent | |
##.cookie-info__panel:not(body):not(html) | |
##.js-cookie-info__panel | |
##.cookie-info__panel--show | |
###cookiesInformation | |
##.cookie-policy-cont:not(body):not(html) | |
###cookieid.cookies | |
###cookienutzung | |
###cookie-law-infos | |
##.gpm-cookie-accepted:not(body):not(html) | |
###uc-privacy-chip | |
###uc-privacy-chip ~ #uc-center-modal | |
###uc-privacy-chip ~ #uc-privacy-button | |
###uc-privacy-chip ~ #uc-corner-modal | |
###uc-privacy-chip ~ #uc-banner-modal | |
###uc-privacy-chip ~ #uc-consents-info-modal | |
~haix.de###uc-privacy-chip ~ #uc-central-banner-modal | |
##.app_cookie_alert:not(body):not(html) | |
##.ReactModal__Overlay.cookies-modal__overlay | |
###vue_cookielaw | |
###cookie_consent_wall | |
##.CookieConsentContainer | |
##div[data-veloute="cookie-disclaimer"] | |
##.m-basic-cookie-refresh | |
###cookie-notice-data-privacy-selector | |
###cookie_stuff | |
##.cookie-consent-block | |
###interMsgsW > #interMsgsPar | |
##.ucn-block.is-active:not(body):not(html) | |
##.cookies-consent-banner-component | |
###lm-cookie-policy | |
###cookie_consent_banner | |
##.upsell-gdpr-banner-container | |
###CookieLayer | |
###cookieAlertBanner | |
##.sentence--cookie--container | |
###ewcm2_container | |
##.thcookie-overlay | |
###banner_cookiebar | |
##.cookies__banner__wrapper | |
##.cookiemanager_banner--container | |
##.avCookieLaw:not(body):not(html) | |
##.lp-widget-cookie-banner | |
##.popup_cookie_position_left | |
###popup_cookie_law | |
##consent-panel.ng-isolate-scope | |
###js-SIEWS1lib-header | |
##.fixed.js_cookie:not(body):not(html) | |
##div[data-test-id="GDPRNotification"] | |
###js-c-cookie-consent-banner | |
##.c-cookie-consent-banner | |
###tt_cookies > iframe | |
###cookieUsageNotification | |
###GDPRPopupContainer | |
###footerCookiePolicy | |
##.footer-cookie-policy | |
###cookies-approval | |
###cookieacceptlayer | |
##.privacy-popup-container | |
##.cookiepol:not(body):not(html) | |
###cookies_cnil_banner | |
###dsgvo-cookie-dnt-layer | |
###allrecords > div > [data-storage-item*="cookiename"] | |
###tfm_dsgvo_disclaimer | |
##.googleadwordsconversiontracking-cookie | |
##.cookieconsent-simple | |
###cookie-notice-blocker | |
###cookies-are-evil.show | |
###site_footer__cookie_consent | |
##.popup[data-popup="popup-cookie"] | |
###bottomStickyCookiesBox | |
##.terms-of-use.show-for-large-up | |
##.gdpr.geo-controlled:not(body):not(html) | |
##.new-cookie-wrapper:not(body):not(html) | |
##.cookielaw-info:not(body):not(html) | |
##.sticky-wrapper[id*="cookie-stick"] | |
##.cookie-lb-bottom:not(body):not(html) | |
###infobar[data-settings="bottom"] | |
###privacy-consent-overlay | |
###dsgvo.dsgvo-wrapper | |
##.zenconsent-popup:not(body):not(html) | |
##.widget_eu_cookie_law_widget | |
##.dmc-window[aria-label="cookieconsent"] | |
###cookies.cookies.info | |
###gdprHeader | |
##.ajs-message.ajs-cookies | |
###cookielaw_msg | |
###js-cookie-hint | |
###wn_cookiebar | |
###ccc > #ccc-overlay | |
###ccc > #ccc-overlay ~ div[id^="ccc"] | |
###dvt_cookiechoiceinfo | |
##.privacyPolicyBanner:not(body):not(html) | |
##.par-privacy-policy-info | |
###results-cookies-alert | |
###cookieState.notifyView | |
##.agreeSocialTrackingBox | |
##.js-gdpr-cookie-box:not(body):not(html) | |
###cookieconsent-frame | |
##.cookieStatement-block | |
###se-cookies-message-container | |
###consent-modal-first | |
##.consent-modal-first:not(body):not(html) | |
###rgpd_backdrop | |
##.rgpd_backdrop:not(body):not(html) | |
##.footer-prompt.gdpr:not(body):not(html) | |
###tracking-consent | |
##.d-cookieBannerView:not(body):not(html) | |
##.eu-cookie-law-wrapper | |
###div_COOKIERICHTLINIE | |
###cookiePopupBar | |
##.gdpr-pn-container:not(body):not(html) | |
###divCookiesMsg | |
###gdpr_float | |
##.cookies[ng-hide*="isCookies"] | |
##.rodoaccept[style*="fixed"] | |
###kqs-cookie | |
##div[data-react-class="CookieNotice"] | |
###BWeuCookie | |
###gdpr-cover | |
##.banner[data-banner="cookies"] | |
###mcc-cookie-overlay | |
##.gdpr-cookie-modal:not(body):not(html) | |
###cookie_consent_cookiebar | |
##.symposia-cookie-accept | |
###__cookiemsg | |
##.pps-privacy-policy-strip | |
##.wpcn_banner-wrapper:not(body):not(html) | |
##.js-cookieSticky:not(body):not(html) | |
###cookie-consent-boxes | |
##.cookie.anchored-toast | |
###gdpr-container | |
##.ns-cookie-consent:not(body):not(html) | |
###ns-cookie-button | |
###cookie_access_message_holder | |
##.scw-cookie:not(body):not(html) | |
~ebonline.be##body > #cookies[style*="display"] | |
##body > #cookies[style*="position"] | |
##body > #cookies[style*="bottom"] | |
##body > .cookies[style*="display"] | |
##body > .cookies[style*="position"] | |
##body > .cookies[style*="bottom"] | |
~vandalism-sounds.com,~rku-it.de,~danbolig.dk##body > .cookie[style*="block"] | |
##.cc-revoke:not(body):not(html) | |
###alerteCookie | |
##wc-cookies | |
##.eu-container[ng-show*="isgdprCookieSet"] | |
###app div[data-photon="cookie_banner"] | |
##.privacy-policy-message | |
###ico_banner | |
##.allow-cookies-info:not(body):not(html) | |
##.accept-cookies-policy | |
###cookiePolicyNote | |
###Cookies_upCookies | |
##.cookies.print-hidden | |
##.cookiepolicyBanner:not(body):not(html) | |
~vom-achterhof.de,~motorsportmarkt.de,~espadrij.com##.cookie--popup:not(body):not(html) | |
##.cookies-message-window | |
##.notification.show-cookie | |
##.popup-rodo:not(body):not(html) | |
##.gdpr-policy-bar:not(body):not(html) | |
##.aa_optoutmulti-cookie-policy | |
##.cookies[data-plugin-acceptcookies] | |
###coo-banner | |
###v-cookiemessage | |
###moscacookie | |
##.footer__gdrp:not(body):not(html) | |
##.note_cookie:not(body):not(html) | |
##.sqs-cookie-banner-v2 | |
~music.yandex.ru,~music.yandex.com,~totalcasino.pl##.gdpr-popup:not(body):not(html) | |
##.gdpr-compliance-wrapper | |
~naekranie.pl###modal-rodo-info | |
###modal-rodo-info ~ .reveal-modal-bg | |
##.evt-cookie-element:not(body):not(html) | |
###ShowCookie.show | |
##.hc-privacydisclaimer | |
##.oh_cookie_notice_wrapper | |
##.simple-cookie-bar:not(body):not(html) | |
###datenschutz_hinweis | |
##.cookie_usage_notify:not(body):not(html) | |
##.cookie-usage-notify:not(body):not(html) | |
###gdpr_barretta | |
##.cookie-alert-outer:not(body):not(html) | |
###cookie-law-dialog | |
##.cookie-bar-con:not(body):not(html) | |
##.sys_header_toolbar_cookie_text | |
###usermsgCookie | |
###rodo-block | |
##.m-message-banner[show-on-gdpr-applicable] | |
###cookie-placeholder > #cookie-wall | |
##.apa-consent-banner:not(body):not(html) | |
###cookie-compliance-block | |
###blockuecookielaw | |
###popup-cookie-policy | |
###cookieDlg[aria-label="cookieconsent"] | |
~dhbbank.nl###cookieModalCenter | |
##.minwidth_IE ~ style:not([type]) + div[id] | |
##.privacy-popup-overlay | |
##.privacy-popup-overlay + .privacy-popup-content | |
##app-cookies-policy-updated | |
###gdpr.navbar-fixed-bottom | |
##.dsgvowpplugin-globaloptin | |
##.dsgvowpplugin-globaloptin + .dsgvo-layer | |
##.c-block-cookie-disclaimer | |
###gdpr-cookie-footer | |
##.global-alert[data-message-id*="cookie"] | |
###cookie-rodo | |
##.austria_cookie_law:not(body):not(html) | |
###site-footer__cookies | |
##.c-headband-cookies:not(body):not(html) | |
###cookie_policy_accept | |
###datenschutzinfo_spacer | |
###datenschutzinfo | |
###CookiesCompliance | |
###cookie-diss | |
##.bb-cookie-notice:not(body):not(html) | |
###cookie_.panel-bar | |
###cookie_ilmoitus | |
###gdpr_header_wrapper | |
##.cookie-consent-wall-overlay | |
##.kb-ck-bar-notify-block | |
##.cookienote__overlay:not(body):not(html) | |
##.cookieacceptance__base | |
###nov_popup_cookie_warning | |
##.general_data_protection_regulation | |
###acceptance-cookie-modal | |
###gdpr_compliance_wrapper | |
##.alert.gdpr_compliance | |
##.bandeau-cookie-wrapper | |
##.floating-alert[ng-if*="CookieDisclaimer"] | |
###arm_user_cookie_consent_popup | |
##.dgpr-drop-down:not(body):not(html) | |
###acceptCookieMeg | |
##.cookie-gdpr-popup-ovelayer | |
##.tietosuojabox:not(body):not(html) | |
###CookieConsentMessage | |
###gcms_cookie_manager | |
##.cookies-analytics-info | |
##.gdpr_cookie_banner:not(body):not(html) | |
##.js_gdpr_cookie_banner | |
###gdprprompt | |
##.gdpr-prompt:not(body):not(html) | |
##.cookie-privacy-notice | |
##app-cookies.page-component--sticky-down | |
###cookies-header-warning | |
##body.no-agree .compliance | |
##.consent.cookies:not(body):not(html) | |
###gdprwarning | |
###cookieInfo ~ .modal-backdrop | |
###CookiesModal ~ .modal-backdrop | |
###cookieModal ~ .modal-backdrop | |
###cookieform ~ .modal-backdrop | |
###cookies-info-modal ~ .modal-backdrop | |
###cookieNotificationDialog ~ .modal-backdrop | |
~shoppable.com###cookiesModal ~ .modal-backdrop | |
###cookiemessage ~ .modal-backdrop | |
###cookie-popup ~ .modal-backdrop | |
##.modal-cookie ~ .modal-backdrop | |
###cookieModalCenter ~ .modal-backdrop | |
###cookieWarningModal.modal-backdrop | |
###sp-cookie-consent | |
##.cookie-on-top:not(body):not(html) | |
##.c-info-bar.-cookies:not(body):not(html) | |
##.cookiemeldung:not(body):not(html) | |
##.pc-cookie-bar:not(body):not(html) | |
##.cookie-message-blocking-background | |
###cc-box.hidden-print | |
##.cookie-bar2:not(body):not(html) | |
##.fixed-note[class*="ce_rsce_"] | |
###soi-global-privacy-info | |
##.gatewayContainer .gatewayBar[style*="block"] | |
###rgpdModal | |
##.b-cookieConsent:not(body):not(html) | |
##.cookie-set-pop-up:not(body):not(html) | |
##.preview[data-widget-host="gdpr-consent"] | |
###piskotki_div | |
##.privacypolicystripe:not(body):not(html) | |
###cookie_approve.cookie_approve | |
###ctl00_CookieInfo | |
###consent_cookies_popup | |
###PrivacyPopup | |
###cookies-modal-wrapper[data-section-type="cookies-modal"] | |
##.dsgvo-cookiebanner:not(body):not(html) | |
###info-cookies-top | |
###cookie_warning_area | |
##.messages_message.is-cookie-banner | |
###dk_gdpr.dk_only | |
###mb_gdpr.mobile_only | |
###cookiePopupContent | |
##.welcome-cookies:not(body):not(html) | |
###cookiesStatement | |
##body.cookies-not-accepted > #cookies | |
###notify-bar[data-cookie-name="notify-cookies"] | |
##.alert[ng-hide*="ShowCookieInfo"] | |
##message-box[storage-key*="cookies-accepted"] | |
##.komunikat-panel[data-tytul*="cookies"] | |
###rodo-modal.rodo-modal[role="dialog"] | |
##._floating-banner[floating-banner-id="cookies"] | |
###cookiesPolicyModal | |
###cookie-law-fix | |
##.cookies-alert-box-wrapper | |
###bbh_gdpr_cookie_info_bar | |
###cookiePolicyId.alert | |
###uf-privacy-banner | |
###eu_cookie_message_hide | |
##.data-privacy-banner:not(body):not(html) | |
###sutiTajekoztato | |
##.rb-cookingalert:not(body):not(html) | |
###lytic_askbox.cookie | |
##.moto-cookie-notification | |
##.p-gdpr-modal:not(body):not(html) | |
###consentlyr | |
##.js-tracking-popup:not(body):not(html) | |
###fp-cookie-notice | |
##.gdpr-cookie-layer--active | |
###website-cookies-prompt | |
##.gdpr_accept_cookie:not(body):not(html) | |
##.cookielawHinttop:not(body):not(html) | |
##.phs-cookie-popup-area | |
##.c-privacy-notification.js-privacy-notification | |
###accept-cookie-wrapper | |
###JS_cookiesLawAcceptation | |
##.cookiesLawAcceptation | |
###cookieLawInfo | |
###hydra-fb-notice | |
##kuma-cookie-bar | |
###rgpd.without-overlay | |
##.box-cookie-info--overlay | |
##.component_eu_eprivacy_option | |
###popup--cookies | |
###ckinfo > .alert-dismissible | |
###shaim_cks | |
###GibsonPrivacy | |
###privacy-policy-link-wrapper | |
##.CookieNoticeBanner:not(body):not(html) | |
###iframe-wrap-netinfo-consent | |
###cookieconsent_toast | |
###cookiepolicy-main-outer | |
##.c_i_container > .container | |
##.cookieInfoBar:not(body):not(html) | |
###ckC.cookieHandler | |
##.coologo7[style*="fixed"] | |
###usingCookiesBanner | |
###cInfo.cInfo[style*="block"] | |
##.rodo-popup_popup:not(body):not(html) | |
###topInfoContainer0Mask | |
~motocombo.pl###topInfoContainer0:not(.idcac) | |
###topInfoContainer1Mask | |
###topInfoContainer1 | |
##.wp-statistics-opt-out | |
###ttg-accept-cookie | |
##.cookies-allowed[role="dialog"] | |
##.eds-notification-bar | |
###cop_confirm_cookie | |
###cookies[data-region-id="cookies"] | |
###cnil.cnil | |
###use_cookies | |
##div[class*="CookiesBanner"]:not(.BlogHeader):not(.BlogPageLayout--content) | |
##.prompt-cookielaw:not(body):not(html) | |
###cookieuse | |
###cookie-banner-panel | |
##.mbt-cookie__notice:not(body):not(html) | |
##.datenschutzbanner:not(body):not(html) | |
##.topslidein.cookies:not(body):not(html) | |
##.cc__bg:not(body):not(html) | |
##.cc__bg + .cc__wrapper | |
##section[role="alert"][class*="cookieAlert"] | |
###barre_flottante_cookie | |
##.Component[data-component="CookieFooter"] | |
###GDPRCookieDisplay | |
##.gdpr_theme_anonymous | |
##.cookie-info-box-overlay | |
##body > #valid_cookies | |
##.thb-cookie-bar:not(body):not(html) | |
##.cookie_consent_dialog | |
###js-message-bar-cookie-authorization | |
###gdpr-footer | |
##.bwp-cookie-bar:not(body):not(html) | |
##.ui-cookie-policy:not(body):not(html) | |
###cookiefy_bar | |
###fb-cookie-law | |
##.fb-cookie-law:not(body):not(html) | |
##.cookiemessageplaceholder | |
##.cookiemessageplaceholder + .demobg | |
##.cookie-bar-alert:not(body):not(html) | |
###appify-cookie-bar | |
##.cookie-tip-wrap:not(body):not(html) | |
##.emg-cookie-bar:not(body):not(html) | |
##.gdpr-disclaimer__overlay | |
###triad_gdpr_consent | |
##.cookieHeaderCenter:not(body):not(html) | |
###data_protection_comment | |
###data_protection_comment_mobile | |
##.bandeau-sellsecure:not(body):not(html) | |
###cookies.hide-print | |
###cookieDlg.in | |
###cookieDlg.in ~ .modal-backdrop | |
~fimfiction.net##.cookie-consent-popup | |
##.c-cookie-popup:not(body):not(html) | |
##.eupopup-background:not(body):not(html) | |
##.gdpr-wrapper:not(body):not(html) | |
##.cookie-disclaimer-wrapper | |
##body > .xcb[style*="fixed"] | |
###accepterCookies | |
##.mms-cookielayer | |
##.module-cookie-layer:not(body):not(html) | |
##.lbBgScreen.lb-eucl:not(body):not(html) | |
##.lbBgScreen.lb-eucl + .lb-eucl | |
##.cnil[role="warningcnil"] | |
##.home_main + footer + .cnil | |
##.user-alerts__cookies | |
###disney-cookie-policy-banner | |
##.cnilinfo.alert:not(body):not(html) | |
##.alert-message.is-cookie-message | |
##.pum[data-popmake*="privacy"] | |
##.cookies-bandeau:not(body):not(html) | |
##.c-notification[id*="alert-cookie-usage"] | |
###init-popup-cookie | |
##.vm_cookieBarWrapper:not(body):not(html) | |
##.g-cookies.is-visible | |
##.cookies > form[action*="cookielaw_change"] | |
###cookies-message-div | |
##.Cookie-Consent:not(body):not(html) | |
##.Cookie-Consent--show | |
###oe-cookie-consent-dialogue | |
##cookies.ng-scope | |
###SCK > .SCK_Banner | |
###cookies_info_header | |
###keksbar | |
##.keksbar:not(body):not(html) | |
##.optOutBox[style*="block"] | |
##.cookies-acceptance-overlay | |
###docookiecookie | |
###cookieConsentPanelUp | |
###tosbanner | |
###hvcookieeuDialog | |
##div[data-section-type="CookiesBanner"] | |
##.mdx-std-cookie-popup | |
##.personalizationMessageWrapper[ng-show="showCookieWarning"] | |
##.m-bar--cookie:not(body):not(html) | |
###GDPRCookieDisclaimer | |
##.position-fixed.cookie.visible | |
##.EnablingCookies:not(body):not(html) | |
###erw-privacy-info | |
##.modal-box-cookie-policy-message | |
###st_gdpr_iframe | |
###flash-cookie.flash-info | |
###m-cookie-info | |
###ecl-notification | |
###lmf_privacy_cookiebar | |
###dsgvo-cookie-container | |
##.gdpr-notice-policy-container | |
##.GDPRPanel-root:not(body):not(html) | |
###cookie-control-master | |
###cookieWallModal | |
###cookieWallModal ~ .modal-backdrop | |
##.ciyashop-cookies-info | |
##.privacy-bar:not(body):not(html) | |
###dsgvo-bottom | |
##.cookies_strip-wrapper | |
###ShowCookie.show ~ .modal-backdrop | |
##div[data-test-id="unauthPinPage"] ~ .noButtonStyles.active | |
###HeaderContent[data-test-id="unauthHeader"] ~ .noButtonStyles.active | |
##body > #cookies.visible | |
##body > #cookies.display | |
##body > #cookies.is-visible | |
###cookieOverlayNotify | |
###cookies.hidden-print | |
###gdpr-privacy-strip | |
###cookieSoftOptIn | |
##.section--cookie-policy | |
###tx_fe_cookies-banner | |
##.cookies-politic:not(body):not(html) | |
##.stlCookieToast:not(body):not(html) | |
##.cookie-consent-header | |
##.cookie-consent-header-wrapper | |
##.notification__box--persistentcookie | |
##.typify-cookie-popup:not(body):not(html) | |
###cu-privacy-notice | |
###modal_cookie ~ .modal-backdrop | |
###emnprivacyservice_ui | |
##.modCookiesConsent:not(body):not(html) | |
##.cookieabfrage:not(body):not(html) | |
##.cookie-demo.cookie-demo-on | |
###disclaimerGDPR | |
##body > .cookies.show | |
###cookiebar-wrap | |
###cookiePolicyw | |
##.cookie-warning-popup | |
###twcCookieDiv | |
###message_rgpd | |
###clearfy-cookie | |
###site_cookie_warning | |
##body > #cp-overlay | |
##.confirm_cookies_box:not(body):not(html) | |
###banner-gdpr-palazzina-container | |
##.cookie__accept:not(body):not(html):not(button) | |
##.wpgdpr-modal-dialogg | |
##.flash.cookies .alert | |
##.flc-cookie-notice:not(body):not(html) | |
###cookies-bar-en | |
###cookies-bar-pl | |
###desktop-banner-stripe.celwidget[class*="csm-placement-id"] | |
##awsui-alert[dismiss*="CookieBanner"] | |
##.mast-c-banners-cookie | |
###analytics-consent.analytics-consent | |
###cookiesPolicyDisclaimer | |
##.cookies-policy-disclaimer | |
##.page__cookie > .cookies | |
##.privacy_settings_interface.popup | |
##.__cookie_policy:not(body):not(html) | |
##.datenschutzhinweis:not(body):not(html) | |
###user-cookie-confirm | |
###cookieinfo_xcookie | |
###GFSticky[ng-controller="PrivacyPolicyController"] | |
##.cookie-acceptation-module | |
##body > .tracking-bar | |
###confirmedCookieNoteId | |
###cookiebanner_wrapper | |
##.ensureCookie[style*="fixed"] | |
##.eg-cc-banner[aria-label="cookieconsent"] | |
###cookie-topsticky | |
##.cookieAgree:not(body):not(html) | |
##.cc[data-notice="cookies"] | |
##.abnormMediaCookieConsent | |
###cookie-policy-modal ~ .modal-backdrop | |
##.bipPasekCookie:not(body):not(html) | |
###cookiesManagerFrameBox | |
###div_akceptacja | |
##body[style*="getdigital"] > .privacy-wrapper | |
###cookiesPolicyNotice | |
###CookieBox.hidden-print | |
###icookie[name="icookie"][src*="cookies"] | |
###sutidoboz[style*="fixed"] | |
###rm-cookies-wrapper | |
##.rm-cookies-ol:not(body):not(html) | |
###divValidationCookieCharte | |
##.srf-cookie-notice:not(body):not(html) | |
##cookie-info | |
###eu-cookies2 | |
##.eu-banner:not(body):not(html) | |
##.userTipBanner--agreed_to_terms | |
###__agreementBar | |
###inventise_cookie_policy | |
###gdpr-warden-banner | |
###idai-cookie-notice | |
##.kue-cookie-notification | |
###cmFluxMessageCookies | |
##.js-tracking-consent-container | |
##.cookie-to-top:not(body):not(html) | |
##.CoChOutBox:not(body):not(html) | |
##.sf_widget_permission | |
##.cc-dialog[aria-label="cookie-consent"] | |
##.floating-bar[data-cookie-name="cookie_notice"] | |
##.j-gdpr-message:not(body):not(html) | |
##.jq_cookiePolicy:not(body):not(html) | |
###gdprRibbon | |
##.dfc-cookie-info-bar-container | |
###hbCookieConsentDialog | |
##.cookiesTipIframe:not(body):not(html) | |
###suti.suti | |
###gdpr_consent:not(input) | |
###gdprLegalNotification | |
##.gdprLegalNotification | |
###rodo-overlay | |
##.ap-c-message-wrap[data-controller="cmessage"] | |
##body > .cookie.isVisible | |
##.moove_gdpr_cookie_modal_open | |
##.cookieModal.slide-down | |
##.popup_policies:not(body):not(html) | |
###cookieNotificationMain | |
###pop_site_cookie | |
##.cookies[id*="cookiediv"] | |
##body > #base > .topRibbon | |
###GruUiWrapper.GRU_banner | |
###privacy_policy_link_window.cook-window | |
##body > #cookies.cookies | |
##.cookies.site-msg | |
##.c-legalBanner:not(body):not(html) | |
###cookieTip | |
##.ws-cookie__wrapper:not(body):not(html) | |
##.module-cookietext[data-module-cookietext] | |
###cookieWarningTable | |
##.msgwrapper.gdpr:not(body):not(html) | |
##.contentCookieBox:not(body):not(html) | |
###mscc-cookie-container | |
##.js-infoBarCookies:not(body):not(html) | |
###alert_cookieconsent | |
###msccBanner | |
##.cookie-policy-bottom | |
###header[data-nav-type="sticky"] .notificationBars .generalNotification | |
##header[data-nav-type="sticky"] .notificationBars .generalNotification | |
##script[src*="bandeaucookie"] ~ #headband | |
##.politicaRewards:not(body):not(html) | |
##body > #cookieDiv | |
##.pci-global-cookies:not(body):not(html) | |
##.lite-cookie-consent:not(body):not(html) | |
###gdpr-cookie-banner-container | |
~motofaktor.pl##.rodo > .rodo__container | |
##.avg-cookie-notice:not(body):not(html) | |
##.cookie_notice_block:not(body):not(html) | |
##.kth-toast.kth-toast--bottom | |
###cookies[role="alert"] | |
##.tcu-cookies-dpgr-banner | |
~merrell.pl,~thesocialmedwork.com##.cookie[role*="alert"] | |
###kekschecker | |
##sd-cookies-widget | |
##.datenschutz.shadow-normal | |
##.l-disclaimer[data-view="Disclaimer"][data-view-priority] | |
##.sw-cookies-banner:not(body):not(html) | |
##body > .cookie[style*="bottom"] | |
###slx_cookie_law | |
###cookiePolicyOverlayRoot | |
##.tracking-widget[data-tracking-widget] | |
##.o-cookie-overlay:not(body):not(html) | |
##.cp-cookie-bar:not(body):not(html) | |
##.system-notice.cookie | |
##.gdprBanner:not(body):not(html) | |
###allowcookieandthirdparty | |
###pnlApproveCookiesUsage | |
###cookie-sticky-bar | |
###cintillo.cookies | |
##.ph-widget-target[data-widget*="cookie-popup"] | |
###bundle_cookie_bar | |
###gfkl_opt_in_cookie_banner | |
###ukoo-cookies-wrapper | |
##.warp_cookie_warning_barrier | |
###warp_cookie_warning | |
###cookie_consent_overlay | |
##.cookie-warnung:not(body):not(html) | |
##.lf-cookie-law-default | |
##.ca-consent-cookie-bar-wrap | |
###wp-cookie-hinweis | |
##.alvinecookieinfo:not(body):not(html) | |
##.cookieinfo-content:not(body):not(html) | |
##.cookieinfo-bg:not(body):not(html) | |
###cbt-consent-banner-wrapper | |
##.cookie-mat-wrapper | |
###terms_cookie_container | |
##.cookie-notice-wrapper:not(.mfp-ready) | |
###websiteIsUsingCookie | |
###_cookie_script_hard | |
###_cookie_script_small_opener | |
###_cookie_script_settings | |
##.wps-body-main > .modal-banner[style*="McClatchy"] | |
###KisiselVerilerinKorunmasi | |
###cookieInfoDesign_1 | |
###pantalla-Cookies | |
###ctl26_UpdatePanelCookie | |
##.cookie-consent-acknowledgement-conatiner | |
##.aszfLayerContent > .aszfLayerText | |
##.cookieBannerText:not(body):not(html) | |
##.altium-privacy-bar:not(body):not(html) | |
##.c-rm-cookiebanner:not(body):not(html) | |
##.nudge-slim[data-js*="cookiePolicy"] | |
##.cookiesConfirmation:not(body):not(html) | |
##.mod_cookiebar_optin:not(body):not(html) | |
##.can_gdpr_fixed_banner | |
###privacy-init-wall | |
##.c-cookie-msg-holder:not(body):not(html) | |
##.privacy-terms-cookies | |
##.b-notification[data-name*="consent"] | |
##.module-cookie-bar:not(body):not(html) | |
###notice_cnil.fixed | |
###eu_opt_in_cookie_banner | |
##.block-notification--cookies | |
##div[data-cookiebar] | |
##.sw-cookie-container:not(body):not(html) | |
##.popover-md.cookie:not(body):not(html) | |
###cookie_allow_fix | |
##.g-alert-cookie:not(body):not(html) | |
##.module_messages_cookies | |
##body > .disclame_block | |
###rodo-info-box | |
###cookie_zustimmung | |
##.cookie-acceptance-dialog | |
##.b_cookienotice:not(body):not(html) | |
##.njt-gdpr-popup:not(body):not(html) | |
###gdrp-cookieoverlay | |
##.cookie-consent-backdrop | |
##.cookie-consent-backdrop + .message.fixed | |
##.cookie-policy-prompt | |
##body > .cookie.fixed-bottom | |
##.oon-ds-banner | |
~vietnamairlines.com##.cookie-accept-box:not(body):not(html) | |
##.gdpr-cookie-popup:not(body):not(html) | |
##.js-consent-bar:not(body):not(html) | |
###hr-cookies--container | |
###h-cookie-policy | |
##.wrap-cookies-infos:not(body):not(html) | |
###cookie-nyilatkozat | |
###smileCookieControl | |
##body > .cookies.row | |
##.aan > #fw_cookie | |
###cookie-policy-notification | |
##.js-cookie-confirm:not(body):not(html) | |
##.cookieConfirmOverlay | |
###gdprCookieLaw.gdprCookieLaw | |
###gdprCookieWrap | |
##.cookies-alert-container | |
##.cookies_notification | |
##.app-cookies.unaccepted | |
###cookie-agree-modal | |
##.custom-cookie-msg:not(body):not(html) | |
###rgpd_main | |
###FISLCC[style*="fixed"] | |
###wp_cookie_policy | |
##.cookie[data-cookie-notice] | |
###cm-cookie-accept | |
##.CookiesOk[style*="fixed"] | |
###cookies-ok-spacer | |
##.cookie-note__wrapper | |
###wgdpr-cookie-bar | |
##.so-gdpr__cookie-notification | |
###cookie-meldung | |
###cnilmessage | |
###cookies-consentimiento | |
###cookies[data-bind*="showCookieWarning"] | |
##.js-sundio-cookie-dialog ~ .absolute-dialog.in | |
##.cookie.rodo-alert | |
##.SHOWIT-msg.jsShowIt-msg.SHOWIT-msg_fadein | |
##.gdpr-box:not(body):not(html) | |
###cookiesPolicyMessage | |
###gdpr-cookie-info | |
##.gdprBackgound:not(body):not(html) | |
###nw_gdpr_view_id | |
###cookie-notice-background | |
##.content-legale-cookie | |
##.c-cookieBar:not(body):not(html) | |
###webarx-cookie-notice | |
##.information_message.policy_notification | |
###gccookiemessage | |
###dy_cookiebar_001 | |
###storefront_cookie_widget | |
##.p-cookie-prompt:not(body):not(html) | |
###np_cookie_law | |
##.cookiesUsageMessage:not(body):not(html) | |
###rgpd-banner | |
###do-not-track-options.cookies-modal | |
###cookieBannerInfo | |
###barre__cookie | |
##.barre__cookie:not(body):not(html) | |
###modal-cookie-law | |
###cookieLegislationInfo | |
##body > #CkC[style*="bottom"] | |
##body ~ #CkC[style*="bottom"] | |
##body > .cookie.active | |
##.qd-cookie-popup:not(body):not(html) | |
###eu-cookie-policy-popup | |
##.sn_widget[data-sn-code*="cookie_consent"] | |
##.tv2-js-cookie-alert:not(body):not(html) | |
###optoutbar.c-cookie__message--middle | |
###plenty-cookie-bar | |
###CookieNote | |
##.gdprpopup:not(body):not(html) | |
###modssgdpr_cookie_bar | |
###js-data-protection-note | |
###EuCookieBlock | |
##.tx-tandncookie | |
###bann-cook | |
##body > .cookies.active | |
##.ab-cookie-disclaimer | |
##.cp-overlay + .cp-dialog + .cp-popup | |
###no-cookie-doorkeeper | |
###CookieCon.navbar-fixed-bottom | |
###dsgvo_cookie_hint | |
###COOKIE_HINWEIS | |
###europeCookieNotice | |
##.bottom-popup.ajax_cookie_container | |
##.m-cookie-layer:not(body):not(html) | |
##body > .cookie.is-show | |
##body > .cookie.js__cookie | |
###avg-cookiebanner | |
##.component-cookies-popup | |
###banner_cnil | |
##.page-cookies-info:not(body):not(html) | |
###br-wordpress-cookie-notice | |
##.cpm_container > .cookieModal | |
###consentform_wrapper.popup_wrapper_visible | |
##.rcc-panel.group:not(body):not(html) | |
###cookie-gdpr | |
###jsalert-cookiesaccept | |
###cmsplus_cookies | |
##body > #cookies.open | |
##body > #cookies[style*="top"] | |
##body > #cookies.container | |
##col-cookie-info-banner | |
###google_analytics_hinweis | |
##.gdpr-opt-in-widget:not(body):not(html) | |
###cookielista | |
~cookieservice.aginsurance.be##.cookieConsentPopup | |
###red_cookie_restriction | |
###brain-cookie-optin-cookiebox | |
##.coockiehinweis:not(body):not(html) | |
##.CookieNotifyWidget__wrapper | |
##.cookieAcceptBox:not(body):not(html) | |
##.cookies-concent-dialog | |
###Cookiebanner | |
###Cookiebanner + div[class*="cookie-alert"] | |
##.cookie-manager-portlet | |
##body > #privacy-note[style*="block"] | |
###cookie-banner-message | |
###_orkla-cookie-disclaimer | |
###modal-cookies ~ .modal-backdrop | |
##body > #cookies.active | |
##body > #cookies.popup | |
##.notice[data-notice="cookie"] | |
##.cookie-rodo--center:not(body):not(html) | |
###dmpcookienotice | |
###vs-cookie-warning | |
##body > .cookies.bottom | |
###BasicCookie.m-basic-cookie | |
##.privacy-bar__container | |
###infobar.infobar-wrapper[data-settings] | |
###ask_cookie_ok | |
##.notification-bar-bottom[class*="cookies"] | |
##.cookies-module[ng-if*="cookieSet"] | |
##.c-cookie-popunder:not(body):not(html) | |
##.barra-cookies-modal:not(body):not(html) | |
###modalCook.mostrar-modal | |
###sv-cookie-consent | |
##.cookie-teaser[data-cookie-id*="consent"] | |
##.js-banners .cookies:not(body):not(html) | |
##.fxs_alertCookies:not(body):not(html) | |
###cookies[ng-controller="cookiesCtrl"] | |
###CookieNoticeBox | |
###b-cookie.barre-head | |
##.m--cookie-consent:not(body):not(html) | |
###dsgvo_cookie_note | |
###gdpr-navbar | |
###cookies_dialog | |
##.bottom-cookie-wrap:not(body):not(html) | |
~inshared.nl###cookie-settings.cookie-settings | |
##.gdpr-show[data-closable] | |
##.sg-cw-cookie:not(body):not(html) | |
###GDPR_block | |
##section[data-cookie="agree"] | |
###EUcookie | |
##.ep-cookies-bar:not(body):not(html) | |
###div_sitecookie_ask | |
##.lnd-Cookies_Wrapper:not(body):not(html) | |
##.hde-cookie-consent:not(body):not(html) | |
###iw-cookie-message | |
###cookies-sticky-wrapper | |
##.c-cookies-bar:not(body):not(html) | |
###gdpr-cookie-notice | |
##.dc-cookie-disclaimer | |
##link[href*="collective.disclaimer"] + #viewlet-disclaimer | |
##.react_app[data-content-fields*="CookieAccept"] | |
###data-protection-notification | |
###cookietrackingagreement | |
###cookie-head | |
##.cookie_notice_wrapper | |
##.banner[data-cookiekey="showcookiebanner"] | |
##.sv-text-portlet.cookie | |
###privacy_barre | |
###cookietopbar | |
###cookieBannerOverlay | |
##.popover-cookie:not(body):not(html) | |
##.ry-cookie-permission | |
##.js-gdpr-notice:not(body):not(html) | |
##.js-gdpr-notice-dialog-overlay | |
###eu-container > #eu-okno | |
###popupdiv.cookies-content | |
###sxc_confirmation | |
###gdpr-consent-wrapper | |
###gdprSettings[href] | |
##.ni-cookieConsent:not(body):not(html) | |
###cookie_aviso_box | |
###ads-cookie-consent | |
###leycookie | |
###cookieconsent_banner | |
##.mainContent > #Notices.PanelScroller | |
###cookiemessage-wrapper | |
##.privacy-policy-popup | |
~bosch-mobility-solutions.com###m-cookie-overlay | |
###cookiebar-perm | |
###newPolicyWrapper | |
##body > .cookie.is-visible | |
###polityka.cookie--polityka | |
##.cipBackgroundOverlay | |
##.cipCookieOverlay:not(body):not(html) | |
###cookiePol | |
###ATEDIN_cookie_warning | |
##.header-cookie-bar:not(body):not(html) | |
##.js_header-cookie-bar | |
##.estrategy-cookie-popup | |
##.estrategy-cookie-popup-mobile | |
##.cookies-aggreement | |
###cms-module-legal-privacy-hint | |
##.disclaimer-cookie:not(body):not(html) | |
###cookielegislation > .topnotice | |
###cookie-politicas.active | |
##.stormdigital-cookieWall-overlay | |
###stormdigital-cookieWallId | |
##.ng-scope[ng-if*="EU"] #feedback-bar | |
##.cookies_message_bar:not(body):not(html) | |
###cookiepolicy-div | |
###widget-cookie-message | |
##.cookie-info-cont:not(body):not(html) | |
##.ui-dialog.cookies-dialog ~ .ui-widget-overlay | |
##.alert-coocies:not(body):not(html) | |
###dataprotectionmessage | |
##.c-info--cookie:not(body):not(html) | |
###cookie-notice-header | |
###aldi-nord-cookiehint | |
##.adn-cookie-pannel-container | |
##.initial-cmp-container-overlay | |
###hidden-cookie-message | |
~nytimes.com##.expanded.gdpr | |
###dsgvo-container | |
##body > .ccdiv | |
###ng-cc[open] | |
###eu_compliance.eu-compliance | |
##.cookies__wraper | |
##.m-privacy.m-privacy--blocked | |
##.cl_gdpr_banner:not(body):not(html) | |
##.alert[data-role="cookie-banner"] | |
###CookiesAlertRow | |
###site-footer_alert_cookie | |
###cookieAgreeBar | |
###EC-CookieLaw-Notification | |
##.politica-cookies-container | |
###headerTopTracking | |
##.s-cookies-info:not(body):not(html) | |
##body > #legalbar.legal | |
###cookie_prefs_bumper | |
##.sgs-cookies-consent:not(body):not(html) | |
###cookie.cookie[style*="block"] ~ #overlay | |
##.ui-widget.consent-dialog | |
##.ui-widget.consent-dialog ~ .ui-widget-overlay | |
##.ui-widget.consent-modal | |
##.ui-widget.consent-modal ~ .ui-widget-overlay | |
###ecm-cntr[style*="block"] > .ecm-outr | |
##body > #cookies.row | |
##.cookielopd:not(body):not(html) | |
##.c-cookieAccept:not(body):not(html) | |
###modalGDPR | |
##.cookieinfoblock:not(body):not(html) | |
###js-cookies.cookies | |
###mention_cookie.mentionCookie | |
##.gk-stickymessage[data-sticky-msg-id="cookies"] | |
###js-cookies-msg-hide | |
##html.show-cookies #cookies | |
###cookies-usage.top-banner | |
###ctl00_EUCookiesWarning | |
###cookie-notice-container | |
##.creatim-cookie-notice | |
###cookiesSection > .cookies | |
##ytd-mealbar-promo-renderer | |
##.dot-cookie-prompt:not(body):not(html) | |
##.valu-cookie-notice:not(body):not(html) | |
###cooky_policy | |
##.gdpr-header:not(body):not(html) | |
###faldon-cookies | |
###strawberry-cookiebar | |
###bloc_cookies | |
###eu-notifier | |
###cookieBannerWrap | |
###datenschutzcoockie | |
###sticky-bar-gdpr | |
##.eu-cookie-policy-content | |
###apoptin[src*="api.autopilothq"] | |
##.cookies_sticky:not(body):not(html) | |
###tracking_consent_modal | |
##.cookies.ng-scope[ng-if*="cookieCtrl"] | |
###p80_cookie_notice_wrapper | |
##.privacy-policy-modal | |
###tx-emhcookiebanner-bannerwidget | |
###cookiePolicyBlock | |
##.cookie-rodo:not(body):not(html) | |
###poprgpd | |
###policy-settings-info | |
###cookie-banner--popup-wrapper | |
##.gdpr-modal[role="alert"] | |
##.extreme-cookie.hidden-print | |
###consent_wrapper.consent-wrapper | |
###modal-card-email-notice | |
##.cookieprompt:not(body):not(html) | |
##.top-info-cookie:not(body):not(html) | |
###COOKIEBANNER | |
###euc_box | |
##.cookies[aria-labelledby="cookieInfo"] | |
##.ca_banner.ca_bottom_right | |
###privacyPolicyNote | |
###cookieinfoBlack | |
###cookie-accpet.cookie | |
###popup-cookie-contenedor | |
##.maskRodo:not(body):not(html) | |
##.ui-dialog[aria-describedby*="consent"] | |
##.ui-dialog[aria-describedby*="consent"] ~ .ui-widget-overlay | |
###privacy-toast | |
###cookie-accept-alert | |
##.pnlCookiemelding:not(body):not(html) | |
##.cookieconsent__wrap:not(body):not(html) | |
##.cookieconsent-backdrop | |
###div_gdpr_footer | |
##.sui-CmpBanner:not(body):not(html) | |
###wrapper-fluid > .xcb[style*="block"] | |
###wrapper-fluid > .xcb[style*="fixed"] | |
###popup-cookie-wall | |
###popup-cookie-wall ~ .body-mover > #overlay | |
##.privacy_policy_pop:not(body):not(html) | |
##.gdpr-message-banner:not(body):not(html) | |
###policyConsent | |
##.cookies-notification-portlet | |
###acb-banner.acb-position-top | |
###acb-banner.acb-position-bottom | |
##.warningMessagePanel.cookies | |
##.gdn-wrap.gdn-wrap-desktop | |
##.gdn-wrap.gdn-wrap-mobile | |
###cookier-banner | |
##.footer__cookie-alert--wrapper | |
###eu-cookie-sliding-popup | |
##.cl_cookie_privacy_layer | |
##.wkd-cookie-policy:not(body):not(html) | |
###cookieDisclaimerDiv | |
##.js-cookies-message | |
##.c-cookies-acceptance-msg | |
##.js-sticky-cookies:not(body):not(html) | |
###acceptCookiesInfo | |
###render-cookies-notification | |
###pricepirates-cookie-accept | |
###cookieBannerDiv | |
##.DMC-window[aria-label*="cookieconsent"] | |
###cookieSuhlasFooter | |
###consentWrapper.consentWrapper | |
###cookiedetection[role="alert"] | |
###cookiebarModal | |
##.chefcookie--bottombar | |
##.gdprBoxContainer:not(body):not(html) | |
###ksf-gdpr-notice | |
##.sticky_cookie:not(body):not(html) | |
###gdpr-bottom-banner | |
##.or-cookie__banner:not(body):not(html) | |
##.block.delta_domain_cookie | |
##.banner[data-key*="cookies"] | |
##.cookie-bar-message:not(body):not(html) | |
##.tar_cookiesBar:not(body):not(html) | |
###gdpr-cookie-accept:not(button) | |
###notification-container[data-widget-alias*="gdpr"] | |
##body > #cookies.is-active | |
###banner_top_cookie | |
##.cookie-slider[ng-hide="hideCookieNotification"] | |
##.fit-cookieWall-overlay | |
###fit-cookieWallId | |
##.cookies_confirmation | |
##div[data-ui="cookie-notice"] | |
~wesendit.com,~dkms.pl,~jobware.de,~cyberforum.de,~grander.com,~eileensemporium.com,~membersuite.com##.cc-window[aria-describedby*="consent"] | |
###pb_cookie_message | |
##.zm-cookies-notification | |
###block-gdprcookiesblock | |
##.g-consent-manager-banner | |
##.o-cookie-bar | |
###consent-manager | |
###consent-manager-backdrop | |
##.js-cookielayer:not(body):not(html) | |
###gdpr-cookie-consent | |
##body > .cookie[id*="message"] | |
###DoWebCookiesConsent | |
###headerCookiesBar | |
##.cspx-cookies-bar:not(body):not(html) | |
###wd-cookie-container | |
###cookie-bar-container | |
##.cGDPR_Notice_Community | |
###cookie_message_website_policy | |
###thinkconsent-notice-wrapper | |
##.gn-cookies-warning:not(body):not(html) | |
##.cookiewetgeving:not(body):not(html) | |
##.header-wrapper__cookie | |
###cookie-banner-bespoke | |
##.info-message--cookie-agreement | |
###gdprWarning | |
###mainPrivacyDiv.mainPrivacyDiv | |
##.ui-dialog[aria-describedby*="gdpr"] | |
##.ui-dialog[aria-describedby*="gdpr"] ~ .ui-widget-overlay | |
##.message-instance[id*="cookie-warning"] | |
###footer #legcooki | |
###c-warning-container | |
###consent-banner | |
##.site-cookie-info:not(body):not(html) | |
##.js-site-cookie__info | |
###consentContainer.consentContainer | |
###sg_cookie_consent_message | |
##.consent-panel:not(body):not(html) | |
##.alert.gdpr:not(body):not(html) | |
###rwdcookiesinfo | |
###cookies-personalize | |
##.js-cookieinfolayer:not(body):not(html) | |
~lepona.de,~foxxshirts.de,~textil-grosshandel.eu##footer ~ #gdpr | |
##.cookie-settings__container | |
##.cookie-settings__overlay | |
##.ci-privacy-hint:not(body):not(html) | |
###rcCookiePopUp | |
##.js-panel-cookie:not(body):not(html) | |
##.system-notification-content[id*="privacy-policy"] | |
##.system-notification-content[id*="cookies-policy"] | |
###mcookie.in | |
###mcookie.in ~ .modal-backdrop | |
##.dsgvo_footer:not(body):not(html) | |
##.privacy-policy-cookie | |
~icould.com##.gdpr-dialog | |
##.gdpr-dialog ~ .ui-widget-overlay | |
##.js-cookie-dialog:not(body):not(html) | |
##.bruut-cookie:not(body):not(html) | |
##div[data-component="PRIVACY_SETTINGS"] | |
###ct-uber-gdpr-cookie-popup | |
###ms_cookie_ok | |
##.o-cookieOk:not(body):not(html) | |
##.bau100_cookie-bar:not(body):not(html) | |
##.banner-cookie-consent | |
###keksdose | |
##.notification[ng-if*="cookieHint"] | |
###privacyBanner | |
##.misc-popup-cookie:not(body):not(html) | |
##.footer-sticky__cookie-policy | |
##.sjs-eu-cookie:not(body):not(html) | |
##.my_cookielayer_overlay | |
##.my_cookielayer_overlay + .my_cookielayer | |
###CookieInfoBlock | |
##.ui-widget.cookie-privacy | |
##.ui-widget.cookie-privacy ~ .ui-widget-overlay | |
##.user_notice[data-token*="gdpr"] | |
###clever-cookielaw.clever-cookielaw | |
###cookies-policy-notification | |
##.notification[data-notification="coockieConsent"] | |
##.cookie-pane--shown:not(body):not(html) | |
##.gaoop[data-gaoop_ua] | |
###gdpr-region .consent | |
###cookie-module.module--cookie | |
###cookeControl_UpdatePanelCookie | |
##.ember-view > div[data-test-privacy-banner] | |
###cookie-conditions.cookie-conditions | |
###gdpr-cookie-consent-popup | |
##.SiteWideCookie:not(body):not(html) | |
###cookies-using-message | |
###cookie-policy-dialog | |
##body.show-gdpr #GDPRCookie | |
###cookieConsentStickyFooter | |
###cookies_overlay_shade | |
##.cookie-info-text:not(body):not(html) | |
##.rgpd-blockage:not(body):not(html) | |
##.cookie-fixed-hint:not(body):not(html) | |
##.m-stripe--cookie:not(body):not(html) | |
###cookieScriptId ~ .fot-fixd | |
###message-cookies-bar | |
###msg-lv-cookies | |
##.cookie_overlay_container | |
##.gdpr_msgbox:not(body):not(html) | |
##.js-cookies-alert:not(body):not(html) | |
##iframe[src*="herowelcomebar.appspot.com"] | |
##.tracking-box-wrap[style*="block"] | |
~telenor.no,~online.no###__tealiumGDPRcpPrefs | |
##.cookiepopin:not(body):not(html) | |
###fbar > .fbar > div[jsl] #cnsh | |
###fbar > .fbar > #cnsi ~ div > #cnsh | |
###cnsi ~ [jsaction*="dismiss_warmup"] #cnso | |
###cnsi ~ div[style="transform: none;"] > g-bottom-sheet[role="dialog"] | |
##.a11y-mode div[class*="CookieDisclaimer"] | |
###butterBar-container + #gb[role="banner"] > div:not([class*=" "]) > div[style*="background-color"] | |
###cookies-interface .banner-container | |
###EUCookiePolicyNotice | |
###cookie-dialog ~ .backdrop | |
##.cookiebot_overlay_trigger | |
###cookie-warning-panel | |
##.warning-message.cookie | |
##.cookieLegalComp:not(body):not(html) | |
##.ag-alert-cookie:not(body):not(html) | |
##body.cookieMakeSpace > #cookie | |
###privacyNotification.privacyNotification | |
###privacyNotification.privacy-notification | |
##.privacyNotification[role="complementary"] | |
###tracking-opt-in-layer-container | |
##.js-gdpr-content:not(body):not(html) | |
##.s360-cookie-hint-wrapper | |
###cookie-gate-popup | |
###about_cookies_popup_block | |
##footer ~ #cookies.js-is-active | |
###consent-modal-settings.consent-modal-page | |
##.js-eu-cookie-notice:not(body):not(html) | |
##.u12-data-protection-notice | |
##cookies-message-display | |
###cookiespop | |
##.anunt.cookies:not(body):not(html) | |
##.js-cookie-modal:not(body):not(html) | |
###useCookieNotice | |
##body > .container-fluid.cookie | |
##.ui-dialog[aria-describedby*="cookie-confirm"] | |
##.ui-dialog[aria-describedby*="cookie-confirm"] ~ .ui-widget-overlay | |
###crm-tracking-agreement-layer | |
##.cookie-baner:not(body):not(html) | |
##body > .cookie-bg | |
##body > .cookie-bg + #cookie | |
##.egmont-cookie-alert-container | |
##.rcw-c-cookiedisclaimer | |
###block-site-agree-access-cookies | |
##.cookies-alert-top:not(body):not(html) | |
##.sq-cookie-notice:not(body):not(html) | |
##.gdpc-banner:not(body):not(html) | |
##.privacy-floating-container | |
###gdprCookie2018 | |
###eucookiealert | |
##vc-site-cookiepolicy-dialog | |
##.cookie-confirmation-banner | |
###cookie--message--wrapper | |
##.d-cookie-component[data-component="CookiePolicy"] | |
##.mt-cc-bnnr:not(body):not(html) | |
##.gdpr-panel[data-swiftype-index] | |
##.privacy-policy-slideup | |
###gbs_cookie_information | |
###privacy_banner_wrap | |
##.footer.cookies[role="contentinfo"] | |
###vk_cookie_manager--banner | |
###LSCookieConsent | |
###ucn-gdpr-overlay | |
##.zuzcookieouter:not(body):not(html) | |
##.cookieWarningWrapper | |
###privacy-policy-notification | |
##.JS_Cookiebar:not(body):not(html) | |
##.datatrics-cookieBar:not(body):not(html) | |
###cookie-consent-alert | |
##.conteneur_minwidth_IE > .conteneur_layout_IE ~ style:not([type]) + div[id] | |
##.section-cookie__popup | |
##.consent-cookie-wrapper | |
###am-cookie.am-cookie | |
###cookieSettingsBanner | |
###coockieGDPR | |
##.cookies-ban-container | |
##.ss-privacy-popup:not(body):not(html) | |
##link[href*="cookie_toast"] + #toast | |
###tarteaucitronRoot ~ .ttacjs__overlay | |
###zone_cookie.module-warning | |
###bycookie.sticky_bottom | |
###EUCookiesAlert | |
###ks-eucookiehinweis-wrapper | |
###cckBanner.cckBannerVisible | |
###insert_ads_vi_consent_popup_wrapper | |
###insert_ads_vi_consent_popup_overlay | |
##body > #cookie[style*="bottom"] | |
##.cookieLawBar:not(body):not(html) | |
###privacy-notice-container | |
###ui-cookienotification | |
##body > #cookie.bottom | |
##.footer_inscription ~ #cookie_parent | |
##.sticky-bar--cookie:not(body):not(html) | |
###onedomain-cookie-consent | |
###onedomain-cookie-consent ~ .modal-backdrop | |
##.cookies-preferences-bar | |
##.footerCookieNotice:not(body):not(html) | |
##.widget-gpdr-banner:not(body):not(html) | |
##.site-wrapper > div[id^="Footer-react-component"] > div[style*="height"] > .sticky-footer | |
###hinweiscookie | |
##.CMP_app_gdpr:not(body):not(html) | |
##.CookiesHinweisOuter:not(body):not(html) | |
###page-footer ~ #cookie-layer | |
##.navsticky .privacypolicy | |
###privacypolicycontainer | |
~doleasingu.com,~superdrug.com##body > #privacy[style*="display"] | |
##body > #privacy[style*="fixed"] | |
##body > #privacy[style*="visible"] | |
##body > #privacy[style*="transition"] | |
###privacy.uk-panel-box | |
###optinmessagebg | |
###optinmessagebg ~ #optInMessage-new | |
###notification-bars div[id*="cookie-policy"] | |
###tc_priv_CustomOverlay | |
~bitbrain.com,~maisons-phenix.com##.eu-cookie-compliance-banner | |
~pvcvoordeel.nl##.js-cookie-popup:not(body):not(html) | |
##.max_wp_cookie_notification | |
##.full-width-bar.important[style*="block"] .notif-bar | |
##.satv-cookie-notification | |
##body > #clayer.clayer | |
##body > #CLayer[style*="fixed"] | |
###tos-agreement | |
##body > .cookieagreement | |
##devsite-snackbar[type*="cookie-notification"] | |
##.cookienote__base:not(body):not(html) | |
###wpcui_cookie_bar_main_display | |
##.notice-of-cookies-block | |
###userConsentForAdsPopup | |
##body > .cookies-widget.is-active | |
###stickyWarningCookiePolicy | |
###cookieWarning ~ .consent-notice | |
###ccons-overlay.ccons | |
###footer ~ #RGPD[style*="block"] | |
###footer ~ #CookieDiv1[style*="fixed"] | |
###footer ~ #CookieDiv[style*="fixed"] | |
##.stm_team_and_condition | |
##body > #legcooki[style*="fixed"] | |
###show_coockie_info | |
##.ttgCookieHinweis:not(body):not(html) | |
###display-cookie-policy.ui-widget | |
##.gc-cookie-bar | |
##div[class*="CookieBanner"] ~ div[class*="overlay"] | |
##body > .cookie.clearfix | |
##body > .cookies-desktop[style*="block"] | |
##body > .cookies-mobile[style*="block"] | |
##.cookieconsent-banner | |
##.common-cookie[data-cookie-container] | |
##.sticky_top[data-control="cookie_bar"] | |
###footer ~ #section-cookies | |
###rcnt #center_col #taw #cnso[style*="block"] | |
###cookie-popup2-sticky-wrapper | |
###alertpop-privacypolicy | |
##.e-cookie .e-cookie-wrapper | |
###cookie-hinweis-container | |
##.cc-banner + .cc-overlay | |
###frame-cookie[src*="privacy"] | |
##.cookies-usage:not(body):not(html) | |
##.overlayCookies.dim:not(body):not(html) | |
##.overlayCookies.dim ~ .overlayDisclaimer.dim | |
###consent-modal-bottombar | |
##.cookies[data-cookies-bar] | |
###policy-warning-popup | |
###didomi-host #didomi-notice.didomi-notice-banner | |
###ras-cookie-container | |
###privacy_cover | |
##body > .cookie[style*="height"] | |
###acceptcookiealert | |
###cookiealertwrap | |
###cookiespane.cookiespane | |
###js-site-cookie-banner | |
##.alert-section[data-cookie-alert] | |
##.legalCookie[style*="block"] | |
###cookieDataProtection[style*="block"] | |
##.alert-compliance.fixed-bottom | |
##.cookie-policy-section | |
##.ngcc-app-container > .ngcc-app-container > .ngcc-alert-panel.ngcc-fixed.ngcc-bottom | |
###header .info-block.cookies | |
###amgdpr-cookie-block | |
##.row.allow-cookies:not(body):not(html) | |
###enhanced-privacy-popup | |
###cookie__panel-help.cookie__panel | |
###awe-popin-cookies | |
###awe-popin-cookies ~ .awe-popkies-layer_dark | |
###awe-popin-cookies ~ .awe-popkies-content-container | |
##.cookie.fff.fixed.small | |
###cnildisclaimerLocation | |
##.datenschutz-hinweis:not(body):not(html) | |
##body > .cookie-tip[style*="block"] | |
###CookiebotDialogBody | |
###popup_cookie_contener_main | |
###gdpr-cookie-notice-handle | |
##.cookie-law-msg__bottom-aligned | |
##.scripts-accept[data-optionalscript-container] | |
##.overlay[data-optionalscript-container] | |
##.m-notification-layer[data-t-decorator="CookieLayer"] | |
##.data_privacy_layer_wrapper | |
##body > #cookies[style*="height"] | |
###consent-wrapper.block[data-reactroot][class*="css"] | |
##.c-cookies__container | |
##.PICOSTYLE_cookiebanner01_box | |
##.container.cookies__base--open | |
###js_cookie_wish.bottombar | |
##.privasypolicy-info:not(body):not(html) | |
##.sh-cookie-message:not(body):not(html) | |
##.kfzCookiesBar-81:not(body):not(html) | |
###cookie-app-flyout | |
###GDPRDiv | |
~lepona.de,~foxxshirts.de,~textil-grosshandel.eu###gdpr.show | |
##.stickyCookieAlert:not(body):not(html) | |
###body-container_cookies | |
##.cookie-policy-fixed:not(body):not(html) | |
##.js-cookie-note:not(body):not(html) | |
##.AWDJQueryCookieAccept | |
##.efakcookie-container-bottom | |
##.consent-notification[aria-label*="Cookie"] | |
##.dv-accept-cookies:not(body):not(html) | |
###ui-cookie-support-notification | |
###general-cookie-bar | |
###alp-cookie-container | |
###jsCookieBox | |
###hw-cookie-alert | |
###footer .bigspace ~ #CKC | |
###footer .space ~ #CKC | |
##.notification-container.cookie | |
##.cookieconsent-wrapper | |
###globalCookieWarning | |
##.vm-gdpr__wrapper:not(body):not(html) | |
###CookieOptOutHint | |
##.new-cookie-opt-out:not(body):not(html) | |
##.rw-cookie-consent:not(body):not(html) | |
###datenschutz-cookie | |
##.stripe[data-userhiddencontent-name="dsgvo"] | |
##.page-header__cookie:not(body):not(html) | |
##.AlertBanner .CookiesDisclosure | |
##.c-alert.is-cookies:not(body):not(html) | |
##.cookies-handshake-wrapper | |
##body > #rodo-info[style*="block"] | |
##.GPCookieDirective:not(body):not(html) | |
###eucookie-once | |
##.policieDivGlobres:not(body):not(html) | |
##.fixed-elements .cookies.bottom | |
###eucp_container | |
##body > #cookie.cookieShow | |
###gdprComponent > div[class^="GDPR-module_card"] | |
~coolmath.com##.gdpr-overlay:not(body):not(html) | |
##.gdpr-overlay ~ .gdpr-close-button | |
##.top-gdpr-notice:not(body):not(html) | |
##.cookie-animation-open[class*="cookie-notification"] | |
##.cookiePrivacyPolicy:not(body):not(html) | |
##.site-accept-tos-warning | |
###gdpr-cookies-banner | |
##.nr-cookie-notification-component | |
##.ba-cookie-disclaimer | |
###dsgvo-dialog | |
##.gaOptOut-box:not(body):not(html) | |
###tc-cookie-consent | |
##.cookie-bar-background | |
##.ftcookieinfodisplay:not(body):not(html) | |
##.widget-gdpr-banner:not(body):not(html) | |
###tx_mpcpiwik_banner_container | |
###legalCookieWarningWrapperDiv | |
##.message-flash.cookie.on | |
###bloc-consentement-cookies | |
##.cookiecompliance-wrapper | |
##.notification.is-active[data-identifier="cookie"] | |
##.plg_system_eprivacy_message | |
##.plg_system_eprivacy_declined | |
###optanon-minimize-wrapper.optanon-toggle-display | |
##.ratracker-stickyBar:not(body):not(html) | |
##.cookie-container-show > #cookie-header-container | |
##.cookie-container-show > #cookie-header-position | |
###mtt-cookie-notice | |
##.custom-cookie-bar:not(body):not(html) | |
##.cookie-info__container | |
###rgpd_bloc | |
###form ~ section[id*="CookiesNotification"] | |
###policy-div > .policy-div-sub | |
##body > .cms_cookies.visible | |
##.rgpdAlertBigBottom:not(body):not(html) | |
##.cookie_msg_ctr:not(body):not(html) | |
###cookieConsentLovato | |
###cookienote-wrapper | |
##.GdprBanner:not(body):not(html) | |
##footer ~ #cookies[style*="block"] | |
###experience-cookies.cookies-band | |
###cookframe > iframe#cookfr | |
##body > div[class^="app_gdpr"] ~ #gpdr | |
~lepona.de,~foxxshirts.de,~textil-grosshandel.eu##body > #gdpr[style*="display"] | |
###gdpr #gdpr-message-modal | |
###gdpr.gdpr-footer | |
###gdpr.gdpr.active | |
###datenschutzcontainer | |
##.accept_adatvedelem:not(body):not(html) | |
##.fixed-bottom[data-widget="cookieconsent"] | |
##.website-cookie-notification | |
##.js-website-cookie-notification | |
###cookieAlertBig | |
##.cookieAlertBigTop:not(body):not(html) | |
##section[class*="CookieBanner"] | |
##.cookieBarAniIn:not(body):not(html) | |
###tracking-agree.sticky-bottom | |
###unileverCookiePopup | |
###portal-cookie-info | |
##.callout.cookies.card[data-closable] | |
###pwcc-cookie-consent | |
###cookie_conf_banner | |
##.close-centered-cookie-message-lq | |
###gdycn_container | |
###gdpr-header.notification--sticky-header | |
###salsa-policies-advice | |
##.js-cookie_hint:not(body):not(html) | |
##.b-cookie_hint:not(body):not(html) | |
##.rgpd-fixed-bar:not(body):not(html) | |
##.ui-dialog.gdpr | |
##.ui-dialog.gdpr ~ .ui-widget-overlay | |
###ad-cookieBar | |
###jquery-cookie-law-script | |
###rodoInfoForm | |
###rodo-popup-container | |
###rodo-popup-overlay | |
###cookiebanner-wrapper | |
###conteneur > #ck[style*="block"] | |
##.eu-cookie-policy-wrapper | |
##.global-container > #js-cookie.cookie | |
###cpsCookieHintContainer | |
##.ph-cookie-compliance | |
###GDPRConsentBar | |
##.mod-cookie-consent__dialog | |
##.pdx-cookie-container | |
##.cookie_privacy_block | |
##.c-cookies__bar:not(body):not(html) | |
##.cookiesnotification:not(body):not(html) | |
##.cmp-cookie-message:not(body):not(html) | |
##.pro_cookie-layer-ng:not(body):not(html) | |
###JM_cookielayer | |
###accepted_cookies.site-message | |
##.mod_cookiebar_optin_slim | |
###js-cookies-bloc | |
###cookie_datenschutz | |
##.m-cookieBar:not(body):not(html) | |
##.warning-top--cookies | |
##.js-warning-top--cookies | |
##.cookie-consent-notify | |
###dsgvo_wrapper | |
##.dismissable-cookie-policy | |
##.notice-gdpr:not(body):not(html) | |
##.pusherpanel-cookienotice | |
###cookieConsentHolder | |
##.bottom-cookie-consent | |
###bannerCookieLaw | |
~coolblue.nl,~coolblue.be,~coolblue.de,~tele2.nl,~t-mobile.nl##.footer ~ .cookie | |
###cookieConfirmDiv | |
###site-banner-gdpr | |
###keks_notice | |
###top-body > div > #main_container ~ .banner.paper | |
##.cookie-ribbon:not(body):not(html) | |
###block-cookies-info | |
###js_euCookieModal.euCookieModal | |
###cookiePrivacyDeclaration | |
##.t-footer__cookie-disclaimer | |
##.row[class*="src-components-CookiePolicy"] | |
##loop-cookie[cookie-name*="loop-cookie"] | |
###ccbar_container.ccbar_pos_bottom | |
###bonial-cmp-container | |
###page.site ~ div[class*="cookie-consent"] | |
##.privacy-warning.is-visible | |
###__shopwired_cookie_consent_container | |
##.cookie_policy_outer.on | |
##.hea-content-general ~ .ce-container | |
##.cookie[ng-show*="cookieAccepted"] | |
##.header--worldwide__cookies | |
##.cookie.js-banner:not(body):not(html) | |
##.cookie_policy_banner | |
##body > #cookie_html | |
###cookie-message-panel | |
###cookie-content_placeholder | |
###data-disclaimer.disclaimer | |
##.js-cookie-rgpd:not(body):not(html) | |
##.cookies[ng-show*="Accept"] | |
###cookie-accept-bar | |
###tarteaucitronAlertBig | |
###yn-cookie-banner | |
##.cx_cookieNotice:not(body):not(html) | |
##.cookieModuleContainer | |
##.gdpr.showGDPR:not(body):not(html) | |
###gdpr_popup[style*="block"] | |
###cookiePopupTarget | |
##.cookies-overlay__container | |
###wa_cmpOverlay | |
###am2-gdpr.am2-gdpr | |
##body > #ldb ~ #cono | |
##.consent-at-bottom > #consent-agreement | |
###dvCookie.popup | |
###optanon-overlay | |
##.cookie-warning-banner-view | |
##.message.cookie.info:not(body):not(html) | |
##.part_cookie_consent:not(body):not(html) | |
###gdprId > .c-notifier | |
###privacyPopup.privacy-popup--active | |
###navCookieCompliance | |
###top-cookie-bar | |
##.uiCookiesHint | |
###main > #cookie_policy_link[style*="block"] | |
###ajax-cookiebar | |
###cookiealert-new | |
###cookieconsent ~ .consentoverlay | |
###cconsent-bar | |
##.acccc-cookie-message | |
~patient.info###cookie-policy-overlay | |
###cnd-gdpr-container | |
##body > #cookie.cookie | |
##.a-common-cookieDisclaimer | |
###footer-cookie-popup | |
###toppopupgdpr | |
##.top-popup-gdpr:not(body):not(html) | |
##.cookies[ng-if*="ctrl.hasCookie"] | |
##.cookies--alert:not(body):not(html) | |
###block-cookieinfo | |
##.gdpr-panel_bar--bottom | |
###load-cookiescript[src*="cookiescript"] | |
###pp-cookie-notice | |
###ID_DIV_GDPR_ALERT | |
##.sws-cookie-notification | |
###zone-accept-cookie | |
##.seopress-user-consent | |
##body > #cookie-toolkit.visible | |
##.gdpr-section > .gdpr-content | |
##body > .cookie > .cookie__wrap | |
##.euCookiePopupContainer | |
###block-eucookieblock | |
###cookieMeldung | |
###co_bandeauCookie | |
###_CookieConsent.sticky | |
###hv-cookie-banner | |
###fhw_cookiehinweis | |
##.notifications .notification[id*="cookieConsent"] | |
###eucookies-wrapper | |
###privacy-cookie-info | |
##.privacy-policy-notice | |
##.pp-accept-cookies-block | |
##.container-full.accepted-cookies | |
###hs_cos_wrapper_cookie_notification | |
##.l-header-container__privacy-prompt | |
###julianaCookiesAlert | |
##.gmt_gdpr_button_config | |
##.gmt_gdpr_button_config ~ .gmt_gdpr | |
##body > #cookie-accep | |
###cookiePrivacyNotice | |
##.feedback-message.cookie | |
###aoncookieconsentpopup | |
##ugc-cookie-banner | |
##.cms_cookie_wrapper:not(body):not(html) | |
##.b-stripe_content_cookie | |
###cookeHint.cookeHint | |
###privacyNote.sticky | |
###gdprconsent | |
###cookies_policy_bg | |
###cookie-acknowledgement | |
###cookie.cookie.cookie--unset | |
##.ThirdPartyCookiesAlert | |
##nges-cookie-notification | |
##.usernotification--cookie-usage | |
###pageFoot ~ div[class*="cookieMessage"] | |
##.ma-CookiesDirective_Container | |
##.accept-privacypolicy | |
###jquery-cookie-popup | |
##.c-cookiehint:not(body):not(html) | |
##.inbentaCookie:not(body):not(html) | |
##.o-floating-card.js-privacy | |
###pagehead > #cookies.open | |
###bandeau_popin_cookie | |
###cookie-consent-dialog | |
##.accept-cookies-toast | |
##.cn-window[aria-label="cookieconsent"] | |
##.Common-Layout-StandardBody.withFooter > div[class*="Common-Layout-StyleJamSiteWideMessage"] | |
##.bar-Cookies:not(body):not(html) | |
##.ndm-cookie-consent-popup | |
##.cookie--message:not(body):not(html) | |
~kyoceradocumentsolutions.eu,~kyoceradocumentsolutions.de,~kyoceradocumentsolutions.ru,~kyoceradocumentsolutions.ch,~kyoceradocumentsolutions.fr,~kyoceradocumentsolutions.it,~kyoceradocumentsolutions.co.uk##footer ~ .cookies[style*="block"] | |
###modal-bannercookies | |
###divCookieLawButton | |
##body > #ga-opt-in[style*="block"] | |
###popupPPC.popupPolicies | |
###cookie4help > .pukcookie | |
###euModalOverlay | |
###euModalOverlay ~ #euModal | |
##.cc_css_reboot.cc_dialog | |
##.park-snackbar-cookies | |
###cookieDisclaimerHolder | |
###ConsentPrompt.navbar-fixed-bottom | |
##body > #cookie[style*="top"] | |
##div[data-react-class*="CookieBanner"] | |
###cookieStrap | |
##.barra-cookie:not(body):not(html) | |
###yadaCookieBanner | |
##.accept-cookies-parent | |
##.pcnWrapper[id*="CookiesNoticePanel"] | |
###wp-gdpr-cookie-notice-wrap | |
##.page-wrapper > .dataprotection.page-outer | |
###cookie-banner-wrapper | |
##.eg-cc-window[aria-label="cookieconsent"] | |
##.alert[data-behaviour="cookie-consent"] | |
##.fixed-bottom[ng-if*="showPolicy"] | |
##.cookies[data-plugin-cookie] | |
###advencyRgpd | |
###ask_cookie_low | |
###tmCookieNotice | |
##.notification-panel[data-arm-module*="cookieBanner"] | |
##.cookie-prefs-footer:not(body):not(html) | |
##.consent-cookie.open:not(body):not(html) | |
###header .inside > #CKC | |
###footer .inside > #CKC | |
##.ysdb-cookiealert:not(body):not(html) | |
###modalPanelRODOContainer | |
##.bwscookie_visible:not(body):not(html) | |
###agreementfordataprotectionLayer | |
###ptm_cookie_law | |
##.reveal-modal[id*="cookie"] ~ .reveal-modal-bg | |
##.cookie-notification-modal | |
~fortune.com,~formula1.com,~wacom.com###consent_blackbar:not(.idcac) | |
##.p-notification-bar-cookieconsent | |
###noty-cnil.alert-dismissable | |
###NLC_textLayer | |
###NLC_opaqueLayer | |
##.block-artwhere-gdpr:not(body):not(html) | |
##.notificationbar[data-notification*="Cookies"] | |
##.vw_system_notification_opt_in | |
~swrag.de###cookie-layer[style*="display"] | |
###app.page > .policy-notifier | |
##.bba-popup-cookies:not(body):not(html) | |
###js-popup-cookies | |
##.notice[data-cookie-control] | |
##.c-simple-cookie-consent | |
##.gdpr-agreement-box:not(body):not(html) | |
##.gdpr-msg:not(body):not(html) | |
##cookie-confirmation | |
##body > #capa-cookie | |
###capa-cookie ~ #pastilla-cookie | |
###gdpr-optin-section | |
##.cookie_usage_notifier2 | |
##.philadelphia-optin-visible | |
##.accept-cookie-container:not([class*="optanon"]) | |
##.js-accept-cookie-container | |
##.cookie-gdpr__fade-in | |
##body > #cookie.showme | |
##.njt-gdpr-full_width:not(body):not(html) | |
##body > .use_cookie | |
##.cookie-request-ctn[style*="block"] | |
##.privacy-manager__banner | |
###__next div[data-selector="container@cookiebar"] | |
###cookies-privacy-policy-alert | |
###cookies-privacy-policy-alert-small | |
##.c-consent-form.js-consent-form | |
##.js-cookies-agreement-notification | |
##.wpc-cookie-warning:not(body):not(html) | |
###banner-accept-cookies | |
###dsgvo-cookie | |
##body > #page-privacy > .page-privacy__dialog_banner | |
###bloc_cookie.footer | |
###cookie-notification-container | |
##.navbar-fixed-bottom.navbar-privacy | |
##.cookie-notification__wrapper | |
##.cookienotice-content | |
##.cookie-bar-section:not(body):not(html) | |
##.dsdvo-cookie-notice | |
###spcookiegdpr | |
###cookieNotificationLayer | |
##.gdprCookieWrapper | |
###info-bar.info-bar[style*="zoover"] | |
##.gdpr-consent-guard-cookie-notice | |
###CO--cookie-policy | |
###eu_cookie_disclaimer | |
###cmp-faktor-io.iframe-wrapper | |
##.page > .page-footer ~ .coo-banner | |
##.v-window-cookieDialogWindow | |
##._3f0b-window[aria-label="cookieconsent"] | |
###scmp-popin.scmp-popin | |
##.footer ~ #cookie[style*="block"] | |
###main > .fullwidth.cookie | |
##.alert-cookie-message | |
###simplecook.gl_keep > .message | |
##.CookieLawWrapper:not(body):not(html) | |
##.js-privacy-policy-alert.notification--is-visible | |
##.component-consent-banner-consent-banner | |
##body > #cookies-usage[style*="block"] | |
###block-rgpd-bandeau | |
##.o-cookie-notification | |
##.pop-up-cookie-alert-block | |
##.div_cookie_hint:not(body):not(html) | |
###app-cookie[class*="fixed"] | |
##.footer ~ .cookiemaindiv | |
###mw-mf-page-center > #gdpr | |
##.rm-cookies-belt:not(body):not(html) | |
###modPrivacySettings > .modPriv | |
###consent.navbar-fixed-bottom | |
###lc-cookie-bar | |
##footer .cookies-cont[style*="block"] | |
###cookieUsagePopup | |
##.mod-cookie-consent.mod-website-cookies | |
###cookie-policy-holder | |
##.toast[data-dismissable-id="cookieinfo"] | |
###cntAlertCookie | |
##.js__banner-gdpr:not(body):not(html) | |
###CookieModal_cookiemodal > #cookie-wall.in | |
###maksimer-cookie-warning | |
##.mmCookieInfoBoxUser:not(body):not(html) | |
##.gdpr-cookie-alert-wrap | |
##.gdpr-content_blk-indepth | |
##.content ~ div[class*="CookieBar"] | |
##.message-bar.message-cookies | |
##.notifications-bar__info-message--cookie | |
##.Cookie-notice:not(body):not(html) | |
##.cookie-manager-consent.is-active | |
###footer ~ script[src*="avg-cookie"] ~ .cookie__wall.visible | |
##.footer ~ script[src*="avg-cookie"] ~ .cookie__wall.visible | |
###cookieFoundry.EUc | |
###cookieboxM.cookieboxM | |
##.owl_cookie_information_js | |
##.gdpr-cookies-hint:not(body):not(html) | |
###masterpage_divCookieBanner | |
###cookie_consent_message | |
##.section--cookie-consent | |
###notification-cookie | |
###privacyTopBar.expand | |
###app > .message.cookie | |
###footer ~ #cfooter > .msg | |
###block-cookiepolicyblock | |
###jc-cookie-notice | |
##.page-warning_cookies | |
###fsCookNTrack | |
###ip-user-consent.snackbar | |
###cookieConsentPopup | |
~digitaltrends.com###dtcookie-container | |
##.dtcookie-overlay:not(body):not(html) | |
##.cookieAcceptWindow:not(body):not(html) | |
##.cookie_warn_box:not(body):not(html) | |
##gdpr-cookie | |
~ing.lu,~telepizza.de,~call-a-pizza.de##.alert[class*="cookie"] | |
###carconnector-cookie-alert | |
##.cookies[ng-show*="CookieBar"] | |
###app > .cookie.cookie--top | |
##.cookies-settings.fucking-priority | |
##.js-lwpcngNotice:not(body):not(html) | |
###use_cookie_remind | |
###cookieHint_container | |
###jsCookieConsent | |
###footerCookieBar | |
##.gdpr_cookie_bar_cont | |
###dogmacookiehint | |
###AdatvedelmiInfosav | |
###popupDiv.cookieWarningBackground | |
###cookie-directive-container | |
###cookies_msg_subwrapper | |
##.m-header-cookie-notice | |
###ctl00_ucDatenschutz | |
##.b-system-dialog.is-open.is-cookies | |
###LegalsCookieHinweis | |
##body > .cookie_messaging | |
##.privacy-policyis-sticky | |
##.combinedConsent_bottom.combined_consent_js_inited | |
##.barra_cookie:not(body):not(html) | |
###js\.cookie\.banner | |
##.top-message[data-vcv-top-banner] | |
##.modal__cookie--message | |
##.cookie-policy-msg:not(body):not(html) | |
##.cookie-policy-class:not(body):not(html) | |
###app > #analytics-consent | |
##.cookie_policy_pop:not(body):not(html) | |
###cb-cookieoverlay | |
##.gdpr_consent_popup:not(body):not(html) | |
###cookiesWarningMessage | |
##body[frame-killer-enabled] > #AC_layout[style*="max-height"] | |
###cookie-popup-container | |
###footer > #cookies > #form-cookies | |
###kv_gdpr_cookie_info_bar | |
##.top_banner--gdpr:not(body):not(html) | |
##.c-CookieDisclaimer:not(body):not(html) | |
###cookie-floater-wrap | |
###s-ui-cc-container > #s-ui-cc-navbar | |
###gdpr_popup_bg | |
###gdpr_popup_bg ~ .small_gdpr_popup_holder | |
###privacyBar.cookieConsent | |
##.ui-dialog[aria-labelledby*="CookieInfo"] | |
##.ui-dialog[aria-labelledby*="CookieInfo"] ~ .ui-widget-overlay | |
##.cookie_warning_container | |
###header-gdpr | |
###icc_message[style*="block"][style*="background-color"] | |
##.alerts--eu-cookie-bar | |
###gbpl_oba[style*="relative"] | |
###cookieIframe[src*="cookiepolicy"] | |
##.eh-cookie-disclaimer | |
##._stickyfooter #js-cookies | |
###Gdpr.messageBox.active | |
###hc_evt_tooltip_modal.hc_m_modal | |
##.top-holder > .cookie_dialog[style*="block"] | |
##.skel > #msrc-widget | |
##body > #cookie.show | |
###gdpr-message-modal[style*="block"] | |
##.rm-cookie[data-jsevent*="cookieConsent"] | |
##.notifyCookie > .notifyCookieInner | |
##.cookie-not-confirm-banner | |
###cookie_disclaimer_container | |
###cookiefloater | |
##.ConCookieInfo:not(body):not(html) | |
###page-cookies.slide-up | |
##.cc_container[id*="cookieChoiceInfo"] | |
##.block-clc-cookies-policy | |
~otwarteklatki.pl###popup-gdpr | |
##.trackingNoticeOverlay | |
##body > #ckpop.outer | |
##.cg-cookie-warning:not(body):not(html) | |
###hw_cookie[style*="absolute"] | |
##footer ~ cookie > #cookie | |
##footer ~ div[id*="cookie-bar"] | |
##body > script[src*="optout.betrad.com"] ~ #__ev_bc | |
##.cookie-disclosure | |
###footer ~ #gdpr_agree | |
###root div[data-cookie-law-banner-selector] | |
###dxCookieConsentContainer | |
##.pageFooter-acceptCookies | |
###app > main > .page-content .module-container-bala.shown | |
###cookie_set_accept.cookie-fade | |
###global-nav-header div[aria-labelledby*="cookie-banner"] | |
##.cookie_consent_overlay | |
###kecookiehint | |
##.cookie-disclaimer--default.is-visible | |
##.s-cookie-popup:not(body):not(html) | |
##body[data-file-load-icon*="geberit"] .page-hint-box | |
##.fa-cookie.active[data-fa-cookie-inited] | |
##div[aria-describedby="cookies-policy-message"] | |
##.cookie-permission-banner | |
##.alertbar.alertbar--trackingVertical | |
##.alertbar.alertbar--trackingHorizontal | |
##.notice_cookies:not(body):not(html) | |
##.Cookie-banner:not(body):not(html) | |
##.CookieConsentMemo:not(body):not(html) | |
##.consent[ng-controller="cookieConsentCtrl"] | |
###gdpr_overlay | |
###tracking-consent-dialog ~ #tracking-consent-bg | |
###mad-client-gdpr-consent-banner | |
###ctl00_pnlInformativaCookies | |
###ate_cookie_dialog | |
###borderTab > #teconsent[consent] | |
##body > #pop_contact.pop_box[style*="bottom"][style*="block"] | |
###mybyte_media_cookiehinweis | |
###GDPRAlertBanner | |
##.cookie-message-banner | |
##.floating-cookie-info | |
##web-cookie-consent.ng-star-inserted | |
##.base-layout__footer-container > .cookies__layover | |
##.CookiesWarning:not(body):not(html) | |
###form1\:cookieBannerDiv | |
##.containerCookieDisclaimer | |
##vls-cookie-banner.ng-star-inserted | |
~magentagaming.com###___gatsby div[class*="CookieConsent"] | |
##.m-basic-cookie.is-sliding-down | |
##.src-components-CookiePolicy-__style__root | |
##.cookie-bubble.bottom-left.show | |
###policy.gdpr-eu.animate | |
##body > .gdpr-bottom | |
##.c-bannercookies.c-bannercookies--opened | |
###global-header > #gdpr-modal-box | |
###noteOnCookies | |
##.site-cookie-popup:not(body):not(html) | |
###_s-cookie-notification-container | |
###root > div[class*="CookieConsent"] | |
##.ember-view.cookie-popover | |
###anzeigen-einwilligung | |
###ww_cookie_consent | |
##nl-cookie-notice | |
###static-cookie-policy-message | |
###divMeracCookies | |
##.wpcc-container.wpcc-bottom | |
##.cookie-consent-bar-wrap | |
##body > .cookies.text-center | |
##.cookie-bar__wrapper:not(body):not(html) | |
###cookie-notification ~ .modal-backdrop | |
##.css-pp-box.show | |
##.container.gdpr-info .alert | |
##.block--cookie-consent | |
##.c-consentcookie.c-consentcookie--active | |
##.info-banner[data-selector="cookie-policy"] | |
###root > main div[class^="cookieBlock"] | |
###cookiesModalContainer.cc-notification | |
###shopify-section-fixed-message | |
##.s-cookie-info | |
##.popover-cookies | |
##.cookie-permission--dim | |
##.cookies-tooltip | |
###gdprcookie-container | |
###outer-container > .PrivacyCookieAccepted | |
##.m6Cookies_overlay:not(body):not(html) | |
~danishfamilysearch.com###div_cookienotice | |
###is-cookiealert.is-Alert-Bar | |
##.PopMessage.cookie:not(body):not(html) | |
##.CookiePolicyNotification | |
##.cookie-cnf-banner:not(body):not(html) | |
###body > form > .cookies[style*="block"] | |
##.js-content > div[automation="cookie-consent"] | |
##body > .ttconsent.ttTR | |
###plg-cookienotice.visible | |
###privacy-policies-banner.privacy-policies-banner | |
###eut-privacy-bar[style*="block"] | |
##.dv-responsive div[data-bind*="CookiesInfo"] | |
##.cookieBubble[style*="fixed"] > .cb-wrapper | |
###usercookieshow.usercookieshow | |
##.banner_accept_cookies | |
##.group-header-placeholder-cookie | |
##.group-header-placeholder-cookie ~ #outer-wrapper-cookie | |
###gdpr-widget .consent__alert | |
##.nd-cookieBar:not(body):not(html) | |
##.neon-cookiebar:not(body):not(html) | |
###w18lara_tgplugin_consent | |
###cookie_info-bar | |
##.fw-dialog[aria-labelledby="cookie-policy-content"] | |
###privacyPolicyOverlay | |
###privacyPolicyOverlay ~ #privacyPolicyPopup | |
###popin_tc_privacy | |
###popin_tc_privacy ~ #privacy-overlay | |
##.cookie-body-overlay.show | |
##.r-cookie-bar:not(body):not(html) | |
##.mod-CookieMessage:not(body):not(html) | |
##.ts_privacy_adv:not(body):not(html) | |
##.avalanche-message.sticky[ng-hide*="cookieLaw"] | |
##.page-wrap > #cookies.display | |
###mainLayout > #cookies.cookies | |
###footer #cookies[style*="display"] | |
###frm[name="frm"] > #cookies[style*="display"] | |
##.body-store > .cookies-gdpr | |
###ddm_cookiepolicybanner | |
###corpCookieBanner | |
##.dwcc-cookieconsent:not(body):not(html) | |
###alert-cnil.navbar-fixed-bottom | |
###site-cookie-notice | |
##.js-global-skrp-messages | |
###___gatsby [class*="module--cookie"] | |
##.alert-dismissible[id*="cookiechoice"] | |
###cooknote-div | |
###gdpr-info-container | |
##.flash-message.flash-rgpd | |
##.dataprivacy-cookies-note | |
##.privacy-and-cookies.open | |
##.cookies.fixed[data-controller="cookies"] | |
###cookie_leiste | |
##.cookie-consent-holder | |
##.site-container > .container-fluid.privacy | |
##voc-cookie-warning | |
##.xf-cookie-hint:not(body):not(html) | |
###CookieInformer.modal-content | |
###cmp-faktor-io-brand-consent-notice | |
##.is-active[aria-label*="cookieconsent"] | |
##.box-attention.add-get-cookie.is-active | |
###cookieNoticeBanner | |
###accept_cookies_banner | |
###magecomp-cookie-template | |
###__nuxt #__layout .Consent.is-open | |
###root div[class*="CookieConsent"] | |
##.cookie-policy-dialog | |
##.gdlr-core-privacy-box-wrap | |
###cookie-disclaimer-vue | |
##.content-wrapper > #gdpr[style*="display"] | |
##.cookie_banner_container | |
##.Header-stepBar div[cookie-terms] | |
###root-cookie-notice | |
###euconsent.card.shadow | |
###app > #cookiesStrip | |
###app-container > #cookiesStrip | |
##.c-cookie-information | |
###cookie_hinweis_box | |
###cx_bottom_banner | |
##.eu-coookie-toolbar:not(body):not(html) | |
##app-footer .cookies_use | |
###gdpr_cookies.cookies.visible | |
##footer #yourCookieChoices | |
##.a-cookiebar:not(body):not(html) | |
###ensNotifyBanner ~ .ensModalBackdrop | |
##.cookiesBarOverlay | |
##.cookie-backdrop | |
###ACCsmallCookieLayer | |
###cookie-modal ~ .modal-backdrop | |
##.BlogHeader__cookies-banner | |
###\[CookieBanner\] | |
###footer ~ #cookies-glass | |
###footer ~ .gdpr_holder | |
###gdprPopup.cookies | |
##body > section#acc-bottom[style] | |
###GeneralCookies ~ .ui-widget-overlay | |
###GeneralCookies ~ .ui-dialog[aria-describedby="GeneralCookiesModal"] | |
###zone_CMP_grande | |
###bongo_cookie_info | |
###___gatsby div[class*="CookieNotice"] | |
##.pagesection--disclaimer[data-module="euCookie"] | |
##.rodo_cookies_popup | |
##.cc-consentdrawer[data-enable-scm-cookie-drawer] | |
###gdpr_pop | |
###derCookieHinweis | |
##.cp-popup-overlay | |
##.cp-popup-overlay ~ .cp-popup.cp-popup-visible | |
###rgpd-msg.alert | |
##.notification[data-handler-notification*="\"case\": \"cookie\""] | |
##.app div[data-qa-file="CookieAcceptance"] | |
##.footer ~ .cookielaw-form.is-active | |
###rs_gdprBanner | |
###weby_cookie_consent | |
##.cookie-prompt__wrap | |
###rgpd__info__ | |
~hotelsbarriere.com,~ufz.de##footer ~ div[id*="cookie-banner"] | |
~msn.com,~nu.nl,~crfashionbook.com,~usgamer.net,~rockpapershotgun.com,~eurogamer.net,~eurogamer.pl,~eurogamer.cz,~eurogamer.de,~eurogamer.es,~eurogamer.it,~eurogamer.nl,~eurogamer.pt,~zdnet.com,~vg247.com,~mensjournal.com,~autoweek.nl,~cbsnews.com,~assetstore.unity.com,~gmx.com,~gmx.es,~gmx.fr,~gmx.co.uk,~mail.com,~kruidvat.nl,~trekpleister.nl,~tvn24.pl,~popsugar.co.uk,~rte.ie,~tunein.com,~sika.com,~merkurmarkt.at,~boomerang-tv.pl,~cnbc.com###onetrust-consent-sdk | |
###park-cookiebar-el | |
###cerezsorgula.cerezsorgula | |
##.gdprNotice:not(body):not(html) | |
###block-csm-user-cookie-consent-message | |
###reactApp > div[class*="CookiePolicyContainer"] | |
###esv-footer ~ #consent-container | |
###footer ~ #cookie-declaration | |
###net-privacy-policy-iframe[src*="cookies-policy"] | |
##.sui-TcfFirstLayer | |
###gdpr_cookie_adv | |
##.cookies-box-module | |
###root > #gdpr-cookie | |
###gdpr-cookie-backdrop | |
###vm-cookies-cookie-notification | |
##.dismissable-banner.unaccepted[data-banner-type="policies"] | |
##.dismissable-banner.unaccepted[data-banner-type="cookies"] | |
###cookie_topdiv.cookie | |
##.cookie-and-privacy-container | |
###app div[class*="privacy-notification-holder"] | |
##.global-alert--cookie-notice | |
###cookies_policy_bottom_left | |
###app div[class*="CookieBar"] | |
##.modal--cookies[data-cookies-bar] | |
###datenschutzbanner | |
###bannersRoot div[data-selenium="CookieBanner"] | |
###cookiestoerer | |
##.allow-cookie-notification | |
###kuketoaverto.kuketoaverto | |
##.cookie.v-snack--active.v-snack--bottom | |
##.gdprCookie:not(body):not(html) | |
###root div[data-test-id="privacyBanner"] | |
##.mask_gdrp:not(body):not(html) | |
##.gbpr-popup:not(body):not(html) | |
###r_cookie_hinweis | |
##.gdpr-backdrop | |
##.frontendPrivacy__consentBanner | |
###cookieBlockOverlay | |
###msg_cookie_accept | |
##.cookie-disclaimer-backdrop | |
##.tsd-cookie-notice:not(body):not(html) | |
###lgcookieslaw_overlay | |
###data2-gdpr | |
##.section[data-cookie-gdpr-name="gdpr_cookie_consent"] | |
##.overlay.rodo-not-small-modal | |
###iticonseil_rgpd | |
##.dcxa-notification-cookies | |
##.js-global-cookie-message | |
##app-root > .ng-trigger-cookie | |
##.gdpr-banner-container | |
###cookiecontainert[class*="cookie"] | |
###PrivacyWarning.in ~ .modal-backdrop | |
##body > #gdpr-wrapper.gdpr | |
##.cookies-footer-block | |
##.header_dialog[id*="gdpr"] | |
###hinweisMo.in | |
###hinweisMo.in ~ .modal-backdrop | |
###band_cookie | |
##app-root > app-cookies-popup | |
##.cookies-prompt | |
##.cookie_information--bar | |
###gh-cookie-hint | |
~ffm.to,~orcd.co,~ditto.fm,~backl.ink##.privacy-notice-gdpr | |
###wf_cookie_notice_wrapper | |
###BorlabsCookieBox | |
###gdprToolbar | |
###__accept_cookie[data-position="bottom"] | |
###gfbsmd_cookiepolicy | |
##.cookie-panel-spacer:not(body):not(html) | |
##.m-alert-banner--cookie | |
##.js-cookiecon-container.c-cookiecon-container--visible | |
###TLEConsentDialog | |
##.container.CookieConfirmation | |
###europeCookieWrapper | |
###coookieees-wrap | |
###js_euCookieModal | |
##.cookie-card_popup_fixed | |
##.popupCookiesBG:not(body):not(html) | |
###grve-privacy-bar | |
##.hdlint-cookie-container | |
###gdpr-cookie-bar | |
###RB_React_Component_CookieBanner_4 | |
###consent[class*="termly-consent-banner"] | |
##.c-cookie-compliance:not(body):not(html) | |
##.cc-cookie[onclick*="showCookieBar"] | |
##body > #ecHolder.ec-holder | |
###content div[data-automation*="Eu_banner"] | |
###__next .mu_cookie .mu_cookie_container | |
###root div[class*="CookiesConsent"] | |
##.cookie-consent.fixed | |
##.js-show-cookie-consent .cookie-consent | |
##.cookie-consent[aria-labelledby*="cookie-consent"] | |
##.cookie-consent.cookie-consent--open | |
##.cookie-consent.notification-bar | |
##.pb-f-global-cookie-info-popup | |
##html[data-react-helmet] #app-root > footer ~ #preroll-container ~ aside | |
##html[data-react-helmet] #app-root > footer ~ #preroll-container ~ button[title*="CMP"] | |
###ac_cookie_bar | |
###gdpr18.gdpr18 | |
##.cookie-consent.ng-star-inserted | |
###gdpr_popup_container | |
###cookie-usage-notification | |
###sw-footer-cookie-policy | |
##.footer__cookie-consent | |
###wc-gdpr-widget | |
###content ~ #cookies_statement[style*="block"] | |
##.GDPR-agreement[style*="block"] | |
##.GDPR-agreement ~ #maskgdpr | |
##.GDPR-agreement ~ #openGDPR | |
##alert.cookie-alert-shown | |
##.o-cookiebar:not(body):not(html) | |
###terms-and-conditions-banner | |
###cookies_information_box-wrapper | |
###agree-privacy-notification | |
###ciacho-info-container | |
##body > .cookies.-is-not-accepted | |
###__next div[class^="PrivacyPopup__Box"] | |
##.cmsHeader > .cmsHeader__row--cookie | |
###jrgpd-bandeau | |
##.x4_cookiedialog:not(body):not(html) | |
##.cookie-consent[ng-show*="CookieConsentBar"] | |
###privacyPopup.privacyPopup.show | |
##.disclaimer-opened div[cookie-disclaimer] | |
###m-cookienotice | |
###footer .cookie-dismiss | |
###mc-gdpr-containter | |
##.cookie-use-notice:not(body):not(html) | |
###rl-privacy-notice-container | |
##.rgpd.visible[data-module="RGPD"] | |
##.cookie-warning-v2:not(body):not(html) | |
###__next #kids-legal-overlay | |
###__next #kids-legal-footer | |
###cookiediv.open | |
###__next div[class*="CookieBar"] | |
###ctl00_ctl00_cookieDiv | |
##.infocookies[id*="cookies"] | |
###cnilWarning[style] | |
###adroll_consent_banner | |
###___gatsby div[class*="GDPR-module_card"] | |
##.site-footer-cookiebanner | |
##.cookies-accept-container | |
##.nn-cookie-acception:not(body):not(html) | |
##body > #gdpr-toggle | |
##.cookie-consent.u-position-fixed.u-width-full | |
##.a-cookieNotice:not(body):not(html) | |
##.cookiewall__wrapper > .cookiewall__overlay | |
##.cookiewall__wrapper > .cookiewall__cookiewall[data-type="cookieWall"] | |
##.cd-ribbon[data-ng-hide*="cookieDisclaimer"] | |
##.cd-ribbon-overlay[data-ng-hide*="cookieDisclaimer"] | |
##.AP_mod-bm-cookies:not(body):not(html) | |
##.cookieConfirmationMessage | |
##.cookiePopupContainer | |
###footer-cookies-container | |
##.one-cookie-banner-frame | |
###shopify-section-cookies_popup | |
##.go2b-cookieInfo:not(body):not(html) | |
##.psi-parent[role="alertdialog"][aria-label^="Dine data"] | |
##.erw-gdpr-notice-footer | |
##.c-agree-cookie[data-agree-cookie] | |
###cookie-inquiry.cookie-inquiry[style*="block"] | |
###GdprEyebrow > .GdprEyebrow | |
~quora.com##.EUCookieBanner:not(body):not(html) | |
##.bxst-main-cookie-policy | |
##.gdprbox[id*="gdprcode"] | |
###CookieInformDiv | |
##body > #trackingcookies | |
##.comp-cookie-bar:not(body):not(html) | |
##.m-cookies-info | |
###js-cookie-dialog.cookie-dialog-container | |
##.bloc_cookie_tracking | |
###trackers-ask-consent-gdpr | |
##.ui-pnotify.cookieNotificationQ | |
###modHeader_panCookieRequest.cookies | |
##.wrap-cookie-info-ext | |
##.layer.dsgvo.open.sticky | |
##.iCookie.iCookie-default.iCookie-b | |
##body > div[class^="index_cookieNotification"] | |
##body > .active[class*="CookieAlert"] | |
##.cookieToGo.show.popup | |
##iframe[src*="cmp.faktor.mgr.consensu.org"] ~ #fingerprint | |
##.ui-site-rgpdCookiebar | |
###cookie_bottom_bar | |
##.region-gdpr #cookie-ban | |
##.cookieConsentBarContainer | |
###dsgvo_hinweis | |
###cookie-consent-area.cookie-consent | |
##.NotificationContainer [rel="cookie-notification"] | |
###js_accept_cookie_bar | |
##.accept-cookies-bar:not(body):not(html) | |
###oum-cookie-info | |
###gl-cookiewarning | |
##.page__header > .page__preheader > .jumpmark.jumpmark--skip-nav ~ .notice.notice--change-context | |
##.page__header > .page__preheader > .jumpmark.jumpmark--skip-nav ~ .notification--site.notification--primary | |
###bannerCookiesWrap | |
##.c-gdpr-banner:not(body):not(html) | |
###footer .rgpd-container | |
###cookies-info ~ .cookie-image-wrapper | |
##body > .cm-message.cm-show | |
##.privacy-policy-pop:not(body):not(html) | |
##.cookie-notify-block:not(body):not(html) | |
##.mpp-container-position-bottom-bar > .mpp-popup.mpp-position-bottom-bar.mpp-is-open | |
###content div[class^="CookieConsentBanner"] | |
##.cookie-complience-banner | |
##div[data-corgi-component="cookie-banner"] | |
###GruUiWrapper.GRU_modal | |
###cookies.sticky-bottom.allow-scroll | |
##.alert[data-resource-id="usingCookiesMessage"] | |
##.cookie-consent[aria-describedby*="cookie-consent"] | |
##.el-cookie-consent-area | |
##.rgpd_banner_alert | |
##.cookie-consent.is-visible | |
###lbPromtCookiesIframe | |
###app div[data-cy*="cookie-banner"] | |
###ConsentCookie.ConsentCookie.cc-left | |
###acceptCookiesModal.fixed | |
###__PWS_ROOT__ div[data-test-id*="EuCookieBar"] | |
###q-cookie-box | |
##.cookie-banner-wrapper | |
##.vi-cookie-consent:not(body):not(html) | |
~fotopuzzle.de,~puzzleyou.be,~fotondo.cz##.cookie-policy-widget | |
###cookie-law-info-bar ~ .cli-modal-backdrop | |
##.cookie_information--overlay.cookie_information--active | |
##.hue-cookie-optin:not(body):not(html) | |
###popupGdpr[style*="fixed"] | |
##cookie.disclaimer | |
###cms-module-tracking-codes-consent-hint | |
###cms-module-tracking-codes-backdrop | |
##.page ~ div[id^="CookieConsent-react-component"] | |
###cookie-disturber-surrounding | |
##.the_cookie_notice:not(body):not(html) | |
##.app-cookie.u-fixed div[class*="cookie-note"] | |
##.site--root > .cookies--root.cookies--open | |
###main-footer .cookie.active | |
##.ui__main-footer .cookie.active | |
###sncmp-container | |
##.dmc-interface > .dmc-bar.noPrint | |
###___gatsby div[class*="CookieDisclaimer"] | |
##.fixed-bottom[class*="cookie-consent"] | |
##.flyntComponent.cookieNotice--isVisible | |
###rgpd-infos.disclaimer | |
##.rgpd-alert.active:not(body):not(html) | |
~airam.fi,~abconcerts.be##.footer + .cookie-consent | |
###___gatsby div[aria-label*="cookieconsent"] | |
##.kit-sticky-privacy.visible | |
##.cookie-disclaimer__holder--toolbar | |
##.cookies-consent-banner-new-component | |
##.GdprCookieConsent-ConsentContainerOverlay | |
##.js-cookieconsent:not(body):not(html) | |
##.cookie-consent__overlay | |
##.cookie-consent[ng-controller*="CookieConsentCtrl"] | |
###cookie-info-bottom | |
###cookie_nag | |
##.cookie-notice--body .cookie-notice--container | |
##.cookielawpopup-container | |
##.cmsHeader__row.cmsHeaderCookie | |
###footer .cookie-identification[style*="block"] | |
##.cookieAcceptBar | |
##.consent-notice.js-consent-notice | |
##.announcement[ng-init*="cookie-announcement"] | |
###cookie_policy_rgpd | |
##.c--gdpr-message | |
###customCookiebotBar | |
###accept-cookies-container | |
###top_cookiePopUp | |
##.toast-wrapper-cookie-policy | |
###cookies-manager-msg | |
##.ui-dialog.cookie-consent | |
##.ui-dialog.cookie-consent ~ .ui-widget-overlay | |
###r9-gdpr.r9-gdpr-container | |
##.lupcom_cookie_switch | |
###accept_cookie_container | |
###cookiedismiss | |
##.pum[data-popmake*="cookie-warning"] | |
###sdk---app--cookieMessageStrip | |
##.cc-window.cookie-consent | |
##.js-gdpr-cookie-banner | |
###root > header ~ div[class^="CookiePolicy__Wrapper"] | |
###complianceCookie.alert | |
###sicmsCookieInfoWrapper | |
###wrapper > .cookie.active | |
###main-section.with-cookie-info > .block-info.cookie | |
###dsgvo_hint | |
##.cookie[data-shelf-name*="Notification"] | |
##.header > .cookie.visible | |
##.done-gdpr-alert-box-wrapper | |
##.mm-slideout > .cookie[style*="visible"] | |
###footer ~ .cookie[style*="display"] | |
##.cookie[class*="advert"] | |
##.cookie[data-cookies-info][style*="display"] | |
##.row-full.cookie.active | |
##.show-cookie-popup .cookie | |
##.md-cookie-bar | |
##.cookie-bar-container | |
###wrapper > .cookies[style*="display"] | |
###content ~ .cookies.showed | |
##.gdpr-consent[style*="fixed"] | |
##body > .cookies.visible | |
##.footer > .footer-terms ~ .cookies | |
##.cmp-cookies-banner | |
##.cookiesTip > .ckTipContainer | |
##.cookie-consent .block-screen | |
###divEuCookieDirective | |
###ww_cookie_bar | |
###root div[class*="CookieBarWrapper"] | |
##.cookie-used-note | |
###redim-cookiehint-modal | |
##.cookiebar-disclaimer | |
###cookieAccepter | |
###main-footer ~ aside[data-consent-notification] | |
##.js-cookies__message | |
###popup[class*="cookie"] | |
##.cookie_approved_bar | |
##.cookieNotificationBar | |
###cookie_notice_wrap | |
###dsgvo-confirm-dialog | |
##.c-cookies-notification | |
###wrapper > #cookies[style*="display"] | |
##.cmplz-soft-cookiewall | |
##.cookie-section-fixed-top | |
###dsgvoWrapper.jsDsgvoWrapper | |
##.content-con-cookie | |
##.contentasset[data-cid="DATA_PRIVACY_BAR"] | |
##.gdpr-block-wrap | |
###ctl00_EmergencyBanner_uiDivCookie | |
##.c-cookiebanner | |
##local-privacy-settings | |
###js_cookies-information | |
##.o-gdpr[data-controller="gdpr"] | |
##.x-modal-accept-cookie | |
###debugged-cookiebar-container | |
##.gdpr-fixed-container | |
##.footer-cookie-notice-container | |
##.cookies-pop-up | |
##.cookie-setting-bottom-bar | |
##body > .cookies.is-active | |
~svenskakyrkan.se##.cookies__bar | |
##.cookie-consent.ng-scope | |
###elc-cookie-consent | |
###sliding-popup-cookies | |
###page.has-cookie > #cookie | |
###cookie-gdpr-bar | |
##.modal--cookie-consent.modal--no-backdrop | |
##.show-for-medium-up > div[data-id="gdprAlert"] | |
##.show-for-small-only > div[data-id="gdprAlert"] | |
###app ~ div[class^="cookie-popup-component"] | |
##body > .cookie.bg_black | |
##.app-toast-cookies | |
###SgCookieOptin | |
##app-cookie-message | |
##app-cookie-popup | |
##.cookie-notices | |
###cookie_notice_div | |
##.accept-rgpd-background | |
##.eaeucp-popup-overlay | |
##.eaeucp-popup-overlay ~ .eaeucp-popup | |
###cookies-block.open | |
##.c-cookiehint__wrapper | |
##.cookie_strip | |
###cookiePolicyPanelContainer | |
###ensNotifyBanner ~ #bannerOverlay | |
###popup_tcp.popup_class_tcp | |
##.cookies_checking > .alert | |
##.m-cookie.m-cookie__show | |
##.p-gdpr-notice | |
##.privacy-pop-up-wrapper | |
##.cookie-consent.cookienotif | |
###___gatsby div[class*="style-module--gdpr"] | |
###main_content ~ div[id*="cookiebar"] | |
###webi-cookie-footer-wrap | |
###intro-rgpd.is-open | |
~vodafone.nl##.cookie-message-wrapper | |
###js-cookie-tracking | |
##.cookietip | |
###alert-cookie-hint | |
##.cc_container.cc_container--open[x-enc] | |
###gdpr-drawer | |
##.dsgvo-panel-fixed | |
###cookieNitificationBox | |
##.notification-gdpr | |
##.ci-container[data-toogle="cookieinfo"] | |
##.bcpNotificationBarGDPR | |
##vue-cookie-bar | |
###cookie-consent-lite | |
###bcConsentWrapper | |
##.cookieswarnung | |
##.cookie-bar-norway | |
##body > .wrapper > .cookie[style*="bottom"] | |
###cookies_note | |
###cookie-warn-wrapper | |
###app div[class^="cookieinfo"] | |
##body > .cookie[data-cookie-layer] | |
###af_cookie_law_info_bar | |
###block-itr-cookie-wall-itr-cookie-wall | |
##.cookieBannerSticky | |
##.header__privacy-notice--outer | |
##.cookie-banner-view | |
##.cookies[aria-label*="Accept"] | |
###pgdg-gdpr.pg-modal-blackout | |
###hinweisDSGVO | |
##.cookie-settings-button[data-cookie-settings="/cookies/instellingen"] | |
###trackconsent > .notice | |
##.gdpr_bar | |
##.fixed[data-cookie-notice] | |
###cookierichtlinie | |
###root div[class*="CookieNotification"] | |
##.c-privacy-protection-banner | |
##.fcs-cookie-component | |
###cookiewookie | |
##.cookie-consent.container-fluid | |
##.toc-wrapper[data-controller="cookie"] | |
###emergenteRGPD | |
###CookieDisclaimerBar | |
###cookie_alert_host | |
##.cookie__consent[style*="display"] | |
###tiFySet-CookieLaw | |
##.cs-cookie-layer | |
###askForCookies | |
###cookie-consent__banner | |
###rodoRow > #rodoBar | |
###gdpr.block[data-widget="gdpr"] | |
##.q-legal-notification.q-opt-in-consent | |
##.cookietopbanner | |
##.m-Cookies[aria-describedby="cookie-message"] | |
###root div[class*="cookies-disclaimer"] | |
~neff-home.com,~bsh-group.com,~bosch-home.com,~bosch-home.fr,~bosch-home.se,~bosch-home.nl,~bosch-home.fi,~bosch-home.at,~bosch-home.ro,~bosch-home.lu,~bosch-home.es,~bosch-home.be,~bosch-home.dk,~bosch-home.no,~bosch-home.lt,~balay.es,~constructa.com,~home-connect.com##.cookielaw-setcookiepolicy-form | |
###carrot-frame-bumperCookies | |
##.cookie-notif-banner | |
##.ww_cookie_container | |
##.cookieaccept[style*="block"] | |
###bmu-cookie-disclaimer-enoipq | |
###euccBanner | |
###cb-overlay[name="cb-overlay"][style*="block"] | |
###rgwp-cookie-policy | |
##.CookiePolicyBar | |
###banner_cookie_settings | |
###root div[class*="data-privacy-module"] | |
##.cookie-consent[style*="block"] | |
###privacy-popup.show | |
##.accept-cookie-wrap | |
###LTF_GDPR_Compliant | |
###__next .cookie-drawer.drawer-transition-appear-done | |
###message-cookie ~ #message-nota | |
##.md-banners itx-cookies | |
###kekshinweis | |
###ajaxSiteConsentHolder | |
###cookie[ng-show*="CookieBanner"] | |
##.c-cookies_banner | |
##.gdpr-headband | |
###rapidweaver_privacy_message | |
##.cookies__panel.cookies__panel__open | |
##.cookies__panel.cookies__panel__close | |
##.WeUseCookiesNotice | |
##.cookie-strip.visible | |
~telekom.com##.lightbox.cookie-optin-layer | |
##.c62-cookies-bar | |
##.wpcc-pushdown-wrap | |
##.hw-cookieConsent | |
##.consent-alert-cmp-container | |
###gdprInfo | |
###acf_cookie_alert | |
##.page-inner[data-ux="Block"] .widget-footer div[id^="bs-"] | |
###cookie_warning_content.popup | |
###cookie-policy-widget | |
##.fix-b[data-init="js-accept-cookies"] | |
##.jconfirm.jconfirm-bootstrap > div[class^="jconfirm"] | |
##ark-cookiebar | |
##.cookie-consent.cookie-consent--opened | |
###myCookieConsent | |
###cookies-policies-alert | |
##.cookieAcceptPanel | |
~ep.de,~medimax.de##.cookies-overlay-widget | |
###cookie-toast-container | |
###dl-dsgvo-cookie-popup | |
###playa-cookie-consent | |
##.cookie.slideInUp | |
##.visible[class*="cookie-alert"][data-component] | |
###dsgvo_info | |
##.cookie_info_wrapper | |
##.cookie_wrapper-bottom | |
###rdm-cookie-consent | |
###app div[class^="CookiePolicy"] | |
##.junith-cookienote | |
##.cookie-consent.shown | |
###cookie-layer-overlay | |
##.notification.cookie-consent | |
###banner-gdpr | |
##._jsCookiePopup | |
###root div[class*="CookieDisclaimer"] | |
###travelta-cookie-bar | |
##.cookie-topbannercontainer | |
##cookie-banner | |
###___gatsby div[class*="TrackingComponent-module--optin"] | |
###cookiealert-ibe | |
##.CookieConsent__host | |
##.cc_cookieAlert | |
###icn_cookie_notice | |
##.cookie-privacy-container | |
###js-cookienotice | |
###js-cookienotice-spacer | |
###sticky-cookie-warning | |
###cookii-message | |
###cookies-ack-bar | |
##.biscotto.sc-bottom | |
###__tealiumImplicitmodal | |
###cookie-info-pannel | |
###js-cookie-02-popup | |
##.eu-nesmysl.eu-nesmysl-tawk | |
###root footer div[class*="cookieLayerWrapper"] | |
##.cookies-widget-body | |
###grsNotifyShell.grsNotifyBar | |
###cookie-banner-with-settings | |
###cookie-notice-dialog | |
##.gdpr-privacy-notice | |
##.cookie-content-ribbon | |
###header ~ div[aria-label*="cookieconsent"] | |
##._CookieBox_cookieBox | |
###__layout div[class*="cookie-popup"] | |
##.q-notification[class*="gdpr"] | |
##.top-cookie-notification | |
###cookies-approval-popup | |
###cookies-topbar | |
###custom-cookie-message-banner | |
###gdpr-manager | |
##.dt-cookie-consent | |
###__next div[class*="AcceptCookies"] | |
##.cookie-layers.container-fluid | |
##.coockie-bar | |
##.b-footer-cookie[data-component="eu-cookie"] | |
##.ember-view .cookie-consent | |
###cookie_accept_cont | |
##.navbar-fixed-bottom.cookies | |
##.ea_popup.p_bottom[style*="background"] | |
###banner.cookies | |
##.gdpr-consent-bar | |
###reminder.privacy-reminder | |
###overbox-cookies #infobox-cookies | |
###banner-cookie-banner | |
##.cookieBar__container | |
##.common-header-js .common-header-gdpr | |
###ensModalWrapper[aria-labelledby*="Consent"] | |
##.l-container.c-cookie__container | |
~deichmann.com##.cookie-consent__wrapper | |
##.module-cookies.cookie-bar--is-visible | |
###cookie-notice-popup | |
###page > #tenantAcceptText | |
##.container ~ div[data-react-class="CookieAgree"] | |
###lemmCookieControlDivContainerBG | |
##.notification--GDPR | |
##.privacywall-banner[data-is-visible] | |
~fysikoaerioellados.gr##.cookies-consent-popup | |
##.bar--cookie-bar | |
###cookie_settings_modal ~ .cookie.card | |
###gdpr-block.position-fixed | |
##cmpviews-cookies-accept | |
##.cookie-consent.show | |
##body > #cookies-jar | |
##.b-cookie-overlay.is-open | |
###DisclaimerCookies | |
###mx_cpol[style*="visible"][style*="block"] | |
###privacy-information-cookie-notice | |
##body > .gdpr-button | |
##.cookies__notification | |
##.cookie-policy-tips-wrapper | |
##.CookiesConsent | |
###ost-cookiewall-container | |
##.c-window.c-opt-out | |
##app-root app-cookie-acceptance | |
##.footer .cookie.kozepre_igazit | |
###cookies_banner_alert | |
###block-cookie-agreement | |
###gdpr_ip.gdpr_ip | |
###cookieswarn | |
###ctl00_ctl14_pnlWeUseCookies | |
##.cookie__bar | |
###w-cookies-notice | |
##.ag-cookie-policy__wrapper | |
###footer #fbar #epbar[style*="block"] | |
##.elan42-disclaimer-banner | |
##.pum[data-popmake*="\"slug\":\"cookie"] | |
##.sp-dsgvo-popup-overlay | |
##.tos-update-banner | |
##.privacy-notification-container | |
###root div[class*="cookies-policy"] | |
##.Cookiepolicy[data-id="cookie-policy"] | |
##.sf-cookiedisclaimer | |
###info_about_cookies_area | |
###wucAcceptCookies_panAcceptCookies | |
##.privacy-warning.permisive | |
##.cookie_policy_bar | |
##.dialog.bottom[data-dialog-id*="cookie"] | |
###cookie-notifyPanel | |
###___gatsby div[class*="cookie__Popup"] | |
##.pum[data-popmake*="cookies-datenschutz"] | |
###celenus-cookies-container | |
##.cookies.cookies--show | |
##.cookie-gdpr | |
###acris--page-wrap--cookie-permission | |
###acris--page-wrap--cookie-permission ~ .js--overlay | |
##.ct-cookie-consent-pop | |
##body > .cookies.is-shown | |
##.privacy-settings[accept-after-clicks] | |
##.CookiesPopup__Container | |
###ld_privacy_popup | |
##.cookies.slideInUp | |
###root ~ div > div[data-ausw-test-cookiemessage] | |
##.spex-cookieConsent | |
###cookie2Meldung | |
##.cookieBannerActive div[data-test-id="CookieBanner"] | |
##.cc_banner-wrapper ~ #cookie | |
###bs-gdpr-cookies-modal | |
###bs-gdpr-cookies-modal ~ .modal-backdrop | |
###myModalCookieConsent | |
##.ng-scope[ng-if="cookieWarning"] | |
###reactContent > .gdpr-support | |
###checkmkCookieNotice | |
##.cookies_panel | |
##.gdpr-cookie-layer | |
###Gdpr.message-box | |
###cookie.alert-warning | |
###gdpr-modal.mj-consent__banner | |
###fw_cookies_optout | |
##.cookie-wrapper ~ div[class*="overlay-cookie"] | |
##.row[data-test-selector*="cookie-banner"] | |
###cookiesLawComplaint | |
###acook.privacy | |
###rgpdXooit | |
###dsgvo-panel | |
###root [class*="CookiePolicyWidget"] | |
###__next div[class*="StyledCookieLayer"] | |
##.s-cookie-hint | |
###allowcookiebanner | |
##.b-content-asset_cookie_hint | |
###root div[class*="CookiePolicy"] | |
##.gdpr-cookie-bar | |
##.gdpr-cookie-bar-bottom | |
###APP div[id*="PrivacyPolicyToast"] | |
~hscollective.org,~geefvoorzorgverleners.nl##.cookie-consent-background | |
##.consent > .container.askConsent | |
##.cb-cookie-bar | |
###eppcc-notification-container | |
##.optins .optins__item[data-type="optin-banner"] | |
##.module_cookie-notice | |
##.terms-conditions-bottom-line | |
###cookies-alert-container | |
###CookieMessageInner | |
###vu_layer_cookie_content | |
###data-protection-overlay.data-protection | |
##lib-privacy-policy-toast | |
##.footer .block-CookieBlock | |
###coe_cookies_container | |
###coe_cookies_placeholder | |
##.wrapper ~ div[id*="policy-terms-consent-dialog"] | |
##.cbannercontainer-sq_cp | |
###cookie__bar | |
##.cookie-disclaimer-message | |
###rodoinfo[style*="2980b9"] | |
##.bb-banner[aria-label*="cookieconsent"] | |
###iwcc-background[data-domain-name] | |
~eam.de,~eam-netz.de##.tx-om-cookie-consent | |
###react-cookie-approval | |
###js-gdpr-cookie-popup | |
###js-gdpr-cookie-open | |
##.as-oil[data-qa="oil-Layer"] ~ #oil-overlay | |
##.gdprResetButton[onclick*="AS_OIL"] | |
##.floating-cookie-policy | |
###vhb-consentlayer | |
##.confirm-cookies-container | |
##section[data-template-content*="banner_cookie"] | |
##.mainform .aspNetHidden ~ #cooMessage | |
##.mainform .aspNetHidden ~ #cooMessage ~ #loading | |
##.ui-dialog[aria-describedby="cookiesDlg"] | |
##.ui-dialog[aria-describedby="cookiesDlg"] ~ .ui-widget-overlay | |
###gdpr-modal-bottom | |
###tos-banner | |
###infobanner-cookies | |
###tc-privacy-wrapper ~ #privacy-overlay | |
~skfbearingselect.com##.privacy-notice | |
##.eu-cookies-show | |
###consent_blackbar ~ a[id^="icon-"] | |
##.slideInUp[class*="policy-cookie"] | |
##cookies-consent | |
###popuprgpd | |
##.c-consentLayer__innerBox | |
##.gdpr-policy.toaster | |
###DSGVOdisclaimer | |
##.cz-cookie-notice | |
##.cookie-monster-overlay | |
###cAcceptBar.cAcceptBar | |
##.useofcookies-tip | |
###_evh-ric ~ #_ghostery-background | |
###trackingPermissionBar | |
##.m-global-message--cookie | |
###footer ~ .cookie-event-block | |
##.bengor-cookies.bengor-cookies--visible | |
###phCookieConsent | |
##.awe_cookie_settings | |
##.nl-cookiepolicy | |
###cookiesModal_bottom | |
###CookieEU.bottomFixed | |
##.embeddedCookieConsentPopup | |
##.cki-wrap.cki-unaccepted | |
##.cc-banner[aria-label="cookieconsent"] ~ .cc-overlay | |
##.banner-gdpr | |
##.wrapper ~ div[id*="cookie_declaration"] | |
##.o-cookies-message | |
###js-cookie-section | |
###geniem-cookie-notice | |
###ccpa-consent-banner | |
###gdpr-cookie-law | |
##footer > .layer-cookie | |
##.gcprivacy-hint.open | |
###page > #cookie.fixed.full | |
##.page-footer #cookies.cookies | |
###cookie-accept-window | |
##.altamira-gdpr-cookie-consent | |
###cnilid.pop-cnil | |
##.sc-privacy-banner | |
##.notification__wrapper[data-id="cookies"] | |
###zeraxo-cookie-bar | |
##.fg-cookiesdirective | |
##.gp-gdpr__belt | |
###consent-bump > .widget-consent | |
###app div[class^="Footer"] ~ div[class^="CookiePanel"] | |
###cookieHintModalGeneral | |
###cookieHintModalGeneral ~ .modal-backdrop | |
###block-cookiesnotice | |
##.glCookieMessage | |
##.gc-window[aria-label*="gdpr"] | |
##.cookiemelding-container | |
##.gdpr-cookie-box | |
##.cookies.is-open[data-target="cookie.banner"] | |
##.legal-cookie-eu-hint | |
###infocookiefr | |
##.cookiebannerpopup | |
##.cookie-statement-popup | |
###cookieDivCover | |
###privacy-alert | |
##.main-footer ~ .cookie | |
##.cc_overlay_lock | |
##.cookie-consent .alert-dismissible | |
##.js-alert-cookie | |
###root > #rgpd | |
###ideocookie-widget | |
###ackcookie-popup | |
###___gatsby div[class*="cookies-alert"] | |
###yummy-parent[aria-label*="Cookie"] | |
###cookie-consent-dialog-bottom | |
###CookieHinweis | |
##.js-banner-cookie:not(body):not(html) | |
##.c-cookienotice | |
###ccpa-cookie-message | |
###footerrgpd | |
###komplett-bescheuerte-cookie-warnung | |
##.sb_content[data-s-type="cookie-message"] | |
##.is-active-cookie .md-cookie-box | |
##.als-cookie-button.show | |
##.cookie_compliance_popup | |
##.CookieCompliancePopup | |
##.cookie-notification__wrap | |
##.cookie_statement[class*="CookieBar"] | |
###___gatsby div[class*="Cookies__Wrapper"] | |
###js--tracking--note | |
###js-gdprcookies | |
##.cookie-popup-bg-container | |
##.cookie-consent[class*="alert-box"] | |
###info_cookies_dbs | |
##.cookieControl__Bar | |
##.pageContainer > div[class*="CookieConsent__wrapper"] | |
##.dallas.Campaign__canvas[id*="optin"] | |
##.banner-cookie-policy | |
##consent-cookie-popup | |
##.overlay-cookiebar | |
##.site-footer ~ #cookie | |
##.annoyerBarCont > .annoyerBar | |
##.ap-cookie-consent | |
###footer > div[class*="cookie-check"] | |
##.disclamer.cookies | |
##.block-cookie-warning | |
###data-security-wrapper.data-security-banner | |
##.mod_cms_cookie_bar | |
##.m-GDPR > .m-GDPR__container | |
###js-cookie-banner | |
##ma-cookie-law-info | |
##ma-cookies-law-info | |
###divBandeauCookie | |
##.en-cookie-banner | |
##.msgAcceptCookies | |
###app div[class*="CookieConsentPopup"] | |
###header ~ #cookies[style*="visible"] | |
###footer ~ .cookieagreement | |
###policy-notice-root | |
###wiedza_o_cookies | |
###note_cookies | |
###___gatsby div[class*="alert"][aria-label*="GDPR"] | |
###cookiesHintBox | |
##.CookiesHintBox | |
##.cookie-container-div-fixed | |
###info-cookie-law | |
##.ds-cookie-popup | |
##.ac_gdpr_fix | |
##.if6_eprivacy.initial | |
##.cookie-consent.cookie-consent--visible | |
###loadCookiePolicy | |
###cookieDisclosureBox | |
##n9-disclaimer-cookies | |
##.footer ~ div[class*="cookies-alert"] | |
##.cookieConsentLayer | |
##.show-cookies-message | |
###cookietool-message | |
##app-cookies-menu | |
~taschenhirn.de###klaro div[class*="cookie-notice"] | |
##.container > .row.cookieShell | |
###privacy-window.privacy-window | |
###vlnt-cookie-consent | |
###CookieOK-bar | |
###exponea-cookie-compliance | |
###ee-gdpr-banner | |
###ciasteczka-wiadomosc-container | |
##.bcms-cookies-consent | |
###cookie_policy_check | |
##.modal--cookie-agreement[data-modal-id="cookie-agreement"] | |
##.rgpd-block.alert | |
###gdpr_cookie_notice | |
###ccc > .ccc-banner.ccc-banner--bottom | |
##body > #cookies_terms | |
##.MuiSnackbarContent-root[aria-describedby="cookie-notice"] | |
##.pm_cookie_consent | |
###cm-cookie-policy | |
##app-cookie-law | |
##.kcs-cookie-consent | |
##.section-footer ~ .cookie-consent | |
###cookies-info-block | |
##.doc__cookieconsent | |
###mainContent > #mainPanels ~ #ccPanel | |
##.cookie-bar_container | |
###coockiehint | |
###cookieConsentGTM | |
###root div[class*="CookieWrapper"] | |
###_cookiePolicyOverlay | |
###tso-cookie-bar | |
##.c.notifier.is-bottom-fixed | |
##.gdpr-wrapper-parent | |
###__nuxt footer ~ div[aria-label*="cookieconsent"] | |
###cookie_notice_container | |
##.consent-holder.consent-show | |
###cookie--policy.full | |
###cb_cookie_bar | |
##.js-cookie-consent-container | |
###ccpaBanner | |
###checkCookieOkBox | |
##.block-wax-cookie-consent | |
###gdpr--cookie-policy-root | |
###cookii-overlay | |
###cookieswrapper > #cookiesinner | |
###root div[class*="CookiePopup"] | |
##.gdpr.js-gdpr[style*="block"] | |
##.cookie-msg-footer | |
###footer ~ div[class*="gpdr-banner"] | |
~coolmath.com##.gdpr-overlay-container | |
##.fixed-message-container div[class*="eu-cookie"] | |
##.b-cookie[data-cmp="cookiesHint"] | |
##.gdpr-cookieconsent-overlay | |
##.gdpr-cookieconsent-settings | |
###promos > div[style*="url(#default#userData)"] | |
###cookie_preferences_banner | |
##.consent-notice[ng-if="showConsentNotice"] | |
##.ex-cookie-law-disclaimer | |
##.plmr-c-cookie-notification | |
###overlay_parent_element[data-role*="gdpr"] | |
###cookie[class*="info"] | |
###supi\:banner | |
##.webf-cookie-consent | |
##.o-m413-cookie-layer | |
##.cookie-warning-messaging | |
###header > .kia-cookie | |
###cookieApproval.row | |
###benelux_cookiebar | |
###cb_cookie_dialog | |
###__next div[class*="PrivacyBanner"] | |
###content > div[class*="cookie-banner"] | |
##.enhanced-privacy-cookie-policy | |
##.cookie-header__wrapper | |
##.f-cookie-banner | |
##.bandeau-rgpd | |
##.cookies.no-print | |
###cookie_advisor_container | |
##.b-cookie-banner | |
###cookie[ng-app*="cookiePolicy"] | |
##.be-gdpr-cookie-notice-bar | |
##.qa-cookieBar | |
##.container > #cookie.cookie | |
##.n-cookie-banner | |
##.GDPR-cookies-notice-wrap | |
##.cookie-tip-div | |
###cookie-emergency-dialog | |
###__cookieWrapper.__cookieWrapper | |
##.bkw-snackbar-info | |
##.chr-cookie-banner | |
##.ptl-rgpd-cookies-popup-component | |
##.ccpa-notification | |
###cookieconsent-wrapper | |
##footer > .cookies.text-center | |
##.mui-js-cookie-banner | |
##app-root > cookie | |
##.l-cookie-message | |
###brownie-banner | |
###janus-header div[class*="cookie-consent"] | |
##footer ~ #cookie.active | |
##.js-basic-cookie-consent | |
###a-cookie.a-bar.a-top | |
###a-cookie.a-bar.a-bottom | |
###rgpd-container.rgpd-container | |
###gd-cookiebar | |
##.page-wrapper > #page-cookies | |
###header-notices div[data-cookiebanner] | |
##.cookieconsent--backdrop | |
###cookieconsent-container--simple | |
###cookie-consent-id | |
##.cookie-permission-modal ~ .js--overlay | |
##.pixelmate-general-banner-wrapper | |
##.sitenav .sitenav--cookie | |
###apoptin[src*="rapidzebra.io"] | |
###consent-bump ~ #app-container > #pushdown.noprint | |
###CC_ShowCookiesK | |
###CC_ShowCookies | |
###my-ctc-widget | |
##.cookiepolicy__banner | |
##div[class*="no-print"][class*="cookie-banner"] | |
###acceptCookiesPopup | |
##.cookie-consent.box | |
###global-cookie-banner | |
###bannerCookiesConsent | |
###app div[class*="CookieNotice"] | |
###cookie__agreement | |
##.consumer-privacy-banner | |
##.dt-cookie-banner | |
###coockies_box | |
##.cookie_panel > #dform_cookie | |
###serialcookielaw | |
##.wx-cookie-ppp | |
###cookies_privacy.cookies | |
##.gdprCookiePolicyBannerContainer | |
###cookies_footer | |
###cookiesFlyInBox | |
###vt-cookie-notification | |
##.cookie-consent__overlay ~ .cookie-consent | |
##.ip-cookie-banner | |
##.cookie-consent--GDPR | |
##.bottom-bar-cookies | |
##.gb_cookie_info | |
###CookiePolicyMessage | |
##.cookies-background | |
##.getrix-object[data-type*="privacy-alert"] | |
###db-cookie-hint | |
##.wrapper ~ .cookie-consent | |
###s-cookie-notice | |
###callout-cookies[data-key*="notice"] | |
###gdprx-bar | |
###root div[class*="CookieBox"] | |
###datenschutztoolbar | |
##.system-notification-container div[id*="privacy-policy"] | |
##.system-notification-container div[id*="cookies-policy"] | |
##ui-cookie-advisory-banner | |
###root div[class*="cookie-disclaimer"] | |
###cookie-warning-popup | |
###cookieslawcheck | |
##.hd-cookie-notice-wrapper | |
###cookies-bottom-bar | |
##.rgpd-encart | |
###cboxOverlay.cookie-consent | |
##.container-cookie-banner | |
###privacy_hints.alert | |
##.js-sp-cookie-info | |
##.o-dsgvo-wrapper | |
###showCMPreferencesBtn[onclick*="AS_OIL"] | |
##.m-global-disclaimer--show[lang^="de"] #m-global-disclaimer | |
###clion_cookieBar | |
~airam.fi##.main .cookie-consent:not(.btn) | |
##.rb-cookie-banner | |
##.block[class*="cookie-banner"] | |
###cookie-consent-holder | |
##.rgpdBan | |
##.cookie-open-overlay | |
###bss-cookie-notice | |
##.aaa-cookie-consent | |
##.cookies-conteudo | |
###headerCookieInfo | |
###fondo_aviso_cookies | |
###zedwcookiepopup | |
##.cookie-rodo-dialog | |
##.gdpr-wrapper ~ .modal-backdrop | |
##.modCookieMessage | |
##.fancybox-cookiebanner | |
##.footer-container ~ .cookies | |
##.cookie-banner-backdrop | |
###gdpr_cookie_notification | |
###gdpr_cookie_notification ~ .open_grpr_banner | |
###data-protection-notice | |
###gdpr-privacy-popup | |
###nolis-cookie-consent | |
###consent-management-alert | |
###mnm-cookies-agreement | |
##body > .cb_bar.cb_active | |
###area-PrivacyNotice | |
###eagerly-tools-cookie-btn | |
###eagerly-tools-cookie-btn ~ div[id*="cookie"] | |
###datenschutzfenster | |
##.h-modal-cookie | |
###alpenite-cookienotice-overlay | |
###alpenite-cookienotice-container | |
###magcn-cookie-notice | |
###keksi-consent | |
##.g361-cc-popin | |
##.sp-cookie-selection | |
##.ui-pnotify[class*="cookieManager"] | |
###gdpr-region > .sticker | |
###cookie_infobar_container | |
###cookie-disclaimer-bar | |
###cnmCC.cnmCC-lightbox | |
##.cookie-consent[data-auto] | |
##.site-footer ~ .site-gdpr | |
###footer ~ .popup-gdpr | |
##.keksbanner | |
##.rgpd-notice | |
###cookiemessage-root | |
##.footer ~ .b-cookie | |
###cookiewall ~ .cookiewall-modal.visible | |
##.site-message[data-barname="cookielawbar"] | |
##.footerStiky #cookie | |
###privacy_policy_wrapper | |
##.radish-cookie-bar | |
###privconsentContainer | |
##.container-top-bar-cookie-info | |
###nextoutils_gestionCookies | |
###nextoutils_gestionCookies ~ .popin-cache | |
###idxrcookies | |
##.privacy-statement-notification | |
###gdpr-fixed-bottom | |
###root div[class*="cookiePolicyComponent"] | |
###siteheader .cookieHeader | |
##.ng-toast[data-test*="cookie-message"] | |
###page > #cookieauth | |
##.tmblr-iframe--gdpr-banner | |
##.c-cookie-notice--default | |
###aryosys-cookie-message | |
##.alert[class*="coockies"] | |
###mui-cookie-banner | |
###cookies #optinCookie | |
##body > #cookie[ng-style*="contentWidth"] | |
###cookies-confirm | |
##.waconcookiemanagement | |
###mfm-cookie-notice | |
###sky-cookie-banner | |
##.show[class*="cookie-banner"] | |
###sticky-bottom > #cookie-wall | |
##.qg-consent.consent-toast.show | |
###gdpr-dialog | |
###cookie-disclaimer-new | |
##.banner[class*="gdpr"]:not(body) | |
###cookietMsg | |
##.comp-dsgvo-banner | |
##.rh-cookiepolicy | |
##.wrapper > #cookies.cookies | |
##.footer ~ .rodopolicy | |
###footer ~ .consent__banner | |
~credit-suisse.com###consent-cookie-container | |
###cm_cookie_notification | |
###yn-cookies.yn-cookies--show | |
##.evr-cookies[data-cookie] | |
###cookies.notice | |
###gcms_cookie_manager_popup_back | |
##.cookie-settings__overlay ~ .overlay__background | |
###Towa-Gdpr-Plugin | |
###cookie-manager-app | |
##.cookie-acc-panel | |
##.system-notification[data-six-cookie="accept"] | |
##.app .gdpr.reveal | |
###cookie_banner_outer_cnt | |
###avertissementCookie | |
##.cookie-bar__module | |
###up-cookie.uni-overlay.active | |
##.l-cookie-notice | |
###laypopCookie | |
##.cookie-bubble.bottom-center.show | |
###cookies-infobox | |
##.js__cookie-information | |
##body > .optin-stats | |
##.cc-window ~ #eu-modal | |
##.site-cookie-notification | |
##.m-cookie-popup | |
###cookieManagerDialog | |
##.cookie_notify | |
###ctl00_TopMenu1_cookiesMsg | |
###q-cookies-agreement | |
##.cookiehint-container | |
###cookiesdiv.setrappelcookies | |
##.oCookieLayer[role="dialog"] | |
###cookie-info_cookie_info | |
###cookie-info_cookie_info ~ .modal-backdrop | |
###social-opt-in[data-imprint-privacy-url] | |
##div[data-cid="mewtru/cookie-banner"] | |
###registrar-cookie-accept | |
###cookie-bottom-layer | |
##epaas-consent-drawer-shell | |
###data-protection.data-protection-overlay | |
###js-tracking-notice | |
##.footer ~ .cookies | |
###cookie.notification | |
##.js-gdpr-overlay.visible | |
##.gdpr[ng-controller*="GdprController"] | |
###zc_notice[name="zc_notice"] | |
###__next > [data-test-id*="CookieNotification"] | |
##.centered[id*="cookie-bar"] | |
###privacyBoxWrapper | |
###ci-rodo.is-visible | |
###cnil-bar-wrapper | |
##.user-alert--cookies | |
##.gdpr[ng-if*="shouldShowGdpr"] | |
##.footer-cookie-consent | |
##.shopui-eu-cookie-bar | |
###im_cookie_consent_modal | |
###surbma-gpga-modal | |
###___gatsby div[class*="CookieBar"] | |
###cookiepermissionDialogBox | |
###cookie_website_erstaufruf_hinweis | |
###react-root div[class*="CookieWarn"] | |
###___gatsby div[data-qa="cookie-policy"] | |
##.writing_cookies_notice | |
###cookie.overlay > .cookies | |
##.cookies[id*="Banner"] | |
##.footer-bottom > #cookies | |
###bel-cookie-info-banner | |
###Master_CookieBanner | |
##.sui-cookie-warning | |
##.rgpd-bar | |
##.test-cookie-banner | |
###overlays div[data-dmid*="cookiebar"] | |
###app div[data-dmid*="cookiebar"] | |
##.cookie-banner-layer | |
##.ng-scope[ng-controller*="CookieConsent"] | |
###root > div[class*="privacy-message-overlay"] | |
###consentManagerOverlay | |
###consentManagerOverlay + #consentManagerContent | |
##.component-cookies-banner | |
###page_wrapper > div[role="banner"][id*="cookie"] | |
##.sdl-message-cookie-notification | |
~abconcerts.be##.cookie-consent[style]:not(body):not(html) | |
##.open[class*="CookieLegalNotice"] | |
##.atomic-wrapper[id*="popup"][id*="cookie"] | |
###cookies.d-print-none | |
###gdpr-cookie-consent-bar | |
###cookie-policy-consent-bar | |
###js-cookie.cookie-consent | |
###cookie[class*="cookie-wrapper"][class*="visible"] | |
###bandeau_rgpd | |
###ccpa-banner | |
###CookiePolicyBanner | |
###d-notification-bar | |
##.cookiefirst-root | |
###root div[class*="ConsentBanner"] | |
###main-content > #cookie[style*="block"] | |
###cookieDetector.cookieDetector | |
###clp_cookie_content_table | |
###js-react-cookie-policy | |
##.open-cca[class*="compliance-confirm-alert"] | |
##.js-spicy-ask[class*="cookie-consent-overlay"] | |
##.bs-privacy-cookie-consent-mw-provider-bar | |
##.datenschutz_div | |
##.CookieConsentForm | |
##.DnnModule[class*="CookieConsent"] | |
###cookie-manager ~ .reveal-overlay | |
###ctl00_aviso_lodp_cookies | |
##.mura-object[data-statsid="cookie_consent"] | |
##.mura-object[data-statsid="cookie_consent"] ~ .mura-cta | |
###cookie_info_text | |
###footer ~ .gdpr.visible | |
##.flash-message--cookies | |
##.js-cookie-disclaimer-container | |
###cookieconsentmgr-overlay | |
###cookieconsentmgr-cookie-box | |
###simpletools_nl_cookie_notice | |
###gdpr-cookie-usage-widget | |
###nextlevelsCookieBox | |
##.fixed.w-full.bg-cookieWhite | |
##.fl-widget__body[id*="cookiepolicy"] | |
##.cookie_accept_div | |
##.bbc-cookie-message | |
##.csm[data-module="cookie-manager-dialog"] | |
##.ng-scope[ng-controller*="cookie_consent"] | |
##body > #dblclkbnr > div:not([id]):not([class]) | |
##.active[am-cookiebanner] | |
###cpnb_warningBoxBgOverlay | |
##.wp-cookie-notice | |
###root div[class*="CookiesBar"] | |
###headerbar_privacy | |
##.js-cookie-corner | |
##.cookie-banner__overlay | |
##.dsgvoBanner | |
##.dsvgo-cookie-overlay | |
##.cookieLeiste | |
~aptoide.com###__next div[class*="cookie-notice"] | |
##.CookieConsentBanner | |
##.react-cookie-banner | |
##.cookie-banner-box | |
##div[data-react="cookies-banner"] | |
###common-cookielaw-container | |
###cookieCallout.warning | |
##.site-cookie-container | |
##body[data-version] > script[src*="Labello"] ~ .popup | |
###dvCookiePopup | |
###hidePrivacyBanner | |
##.alert[id*="cookie-bar"] | |
##.cookie-consent-notification | |
###cookie-data-container | |
##.go-cookies-warning | |
~bienvenue-a-la-ferme.com,~normandiealaferme.com,~lagazettedemontpellier.fr,~sufilog.com###orejime > .orejime-AppContainer | |
##.cookies-rodo | |
###bongdpr | |
##.fixed-bottom[data-name*="CookieConsent"] | |
###tt-cookie-alert | |
##.accept-box--rodo | |
##.sg_cookieaccept | |
##.gdpr_disclaimer | |
###sdgdpr_modal_wrapper | |
##notification-block[data-notice*="cookie-disclosure"] | |
###cookiebanner-overlay | |
##.cookiesUseAgree | |
##.cookie[data-cookiecnil] | |
##.intgrtn-cookie-popup | |
##.cookies-widget-wrapper | |
##.cookiebar-block | |
##.position-fixed[class*="cookie-policy"] | |
##.tx-mp-cookie-control | |
##.sticker div[class*="consent-Container"] | |
##.jc-cookiemanager | |
##.cookie-preference-modal | |
##.alert[id*="usodeicookies"] | |
##.cdk-overlay-container base-cookies-modal | |
###dap-cookie-bar | |
###cookieGDPR | |
##.dv-cookie-banner | |
###__next div[data-testid*="cookie-banner"] | |
###cookieconsent-settings-popup | |
###privacy-policy-prompt | |
##.blockCookieNotice | |
###gdprBar | |
###ecm_cookieConsentBanner | |
~sunny.co.uk##.cookie-acceptance-modal | |
##.showCookiebanner | |
##.cookie-permission-container | |
##.rstbox[data-title*="RODO"] | |
##.rstbox[data-title*="RODO"] ~ .rstbox_overlay | |
##.cookie_banner_background | |
##.mrf-cmp-welcome | |
##.cookie-consent[data-component="CookieConsent"] | |
###cookie-confirm-banner | |
##cookie-wrapper | |
###divOneTrustButton | |
###cookie-banner-lgpd | |
##.cookiesagree | |
###cookie-accept-footer | |
##.cookie-ce-banner | |
###shopify-section-cookie-banner | |
##.cookie__floating--bottom-right | |
###cconsent-modal.ccm--visible | |
##app-accept-cookies | |
##.cookie-consent.small | |
##.cookies[data-accepturl] | |
##.m-popup.m-popup__cookies | |
##.js-cookie-consent-layer | |
##.footer-container ~ div[class*="cookie-notice"] | |
##.page ~ .cookie-consent | |
##.js-cookie-message-placeholder | |
###ensBannerBG | |
##.cookie-layer-strict.state-visible | |
###gdprSection.popup | |
##.ng-scope[ng-controller*="GDPR"] | |
##.GdprModalContainer | |
###io-cookie-consent | |
###clym-widget-privacy-frame | |
##.gdrp-cookie-banner-wrapper-overlay | |
##app-aviso-cookie | |
##.useCookiesInfo | |
~dpam.com,~sergent-major.com###consent-tracking.show | |
###trackCookieMessage | |
##.privacy_wrapper.privacy_bottomcenter | |
##.cookieconsent-bar | |
###aspnetForm .cookie-consent | |
###r-gdpr-node | |
###cookie-banner-text | |
###cookieNoticeBox | |
##.navbar-fixed-bottom[id*="cookie"] | |
###cookies-advise | |
###gdprcomplianceRoot | |
##.privacy_and_cookie_policy | |
##.cookie-consent[class*="print"] | |
###consent-container.consent-container | |
###app div[class*="CookiesDisclaimer"] | |
###gdpr_bar_frame | |
###tracking-aggrement-header | |
##.bei_cg_notification-cookieconsent | |
##.push-banner-consent | |
###app div[class*="CookieLayer"] | |
###root div[class*="CookiesPolicyAccept"] | |
##body > .consent-overlay | |
##.dp-cookies-popup | |
##.cookieinfo_over | |
##.DSGVO-alert | |
###root .cookie-consent | |
##cookies-notice | |
##.message_wrapper[id*="cookie"] | |
###CookieChoiceBox | |
##.message.fixed[data-cc-modal] | |
###gPrivacyPanelFrame | |
###divcookieconsent | |
###root div[data-testid*="cookies-overlay"] | |
###policy-validation.policy-validation | |
###consent-alert[data-cookie="consent-cookie"] | |
###mod-cookies-info | |
##.CookiesPolicy.animated | |
##.app-container ~ .cookie-consent | |
###cookie-boss-modal | |
##.wpcc-container.wpcc-banner | |
##.cookie_wrapper_tool | |
##.cookiePageOverlay | |
##.mlCookieBar | |
###cookiewpBox | |
##.colorbox-cookiepolicy | |
##.container-cookie-melding | |
###cck-box.cck-msg | |
###privacyPolicyWarning | |
##.cookieconcent.show | |
##.ck_gdpr.ck_active | |
##.bx-cookies-container | |
##.cookie_opt_in | |
##.cookie-ntf-wrapper | |
##.cookies-policy-widget-overlay | |
##.cp-cookie-tip | |
###cookalert-holder | |
##.footer-cookiebar | |
##.gdpr_cookies | |
###__next div[data-name="cookie-confirmation-banner"] | |
###header .cookie-dismiss | |
###react-root div[data-testing*="cookiePolicyBanner"] | |
###trackCookie.trackCookie.modal | |
###footer #fbarcnt .fbar ~ [data-ved][style*="block"] | |
##.Cookiebar-container | |
##.consentForm__container .consentForm__overlay | |
##.via-notification--cookie | |
###ReactContainer div[class*="cookie-notice"] | |
###privacy-policy-agreement.active | |
###informativaPrivacy[style*="block"] | |
~spotlightstores.com##.cookies-popup-wrapper | |
##.cookie-infobox | |
##.cookie-consent-widget | |
##.t3-cookie-notice ~ .cro-background-shadow | |
##.ember-view[class*="cookie-banner"] | |
###gdprbx | |
###___gatsby div[class*="ConsentBanner"] | |
##.react-modal-body[class*="gdpr"] | |
##.it-eprivacy-backdrop | |
##.cookiePolicyInfo | |
##.Cookieconsent-wrapper | |
###q4u_cookie_consent | |
##.footer .gdpr-wide | |
##.vue-app div[class*="cookie-bar"] | |
###CakewalkBanner | |
##.tpl-cookie-info-bar-widget | |
~airam.fi###__nuxt .cookie-consent | |
###Page ~ .cookie-consent | |
###lb ~ div > c-wiz > div[jscontroller] > div[style*="block"] | |
##.consent-banner-container | |
##.ToastNotification[class*="cookie-consent"] | |
###page ~ #rodo.rodo | |
##.wh-cookieInfoBox | |
###cookiesbaner | |
##.policy-c #rodo-policy | |
###policy-cookies-info-panel | |
##.widget.cookies | |
###root div[class*="PrivacyPolicyNotice"] | |
~abconcerts.be##.cookie-consent[role="dialog"] | |
###ask-gdpr-cookie | |
###cookie-consent-veil | |
###cookie_regulation_info | |
##.cookieBanner--layer | |
###sta-gdpr-modal-overlay | |
##.sta-gdpr-modal-wrapper | |
##.dnz-cookiebar | |
###cookie-alert-main | |
###cookies-modal.bottom-sheet | |
###cookies-modal.bottom-sheet ~ .modal-overlay | |
##.c3-gdpr-popup | |
###be-cookie-policy | |
##.cookie-control-bar | |
###cwarningpopup.warningpopup | |
###wrapper_cookiebanner | |
###easycmp > .banner | |
###cookie_accept_cnt | |
##.gdpr-alert-bottom | |
###Coi-Renew | |
##.pum[data-popmake*="aviso-de-cookies"] | |
##.cookie-overlay-wrapper | |
##.const__cookie-banner | |
###___gatsby div[class*="cookie-box-module"] | |
##.RGDP[role="dialog"] | |
##.cookie-welcome | |
##.cookie-welcome ~ .lean-overlay | |
##.site-cookie-information | |
##.react-cookie-law-dialog | |
###cookie_souhlas | |
##.c-bar-cookie-content | |
##.cookie-layer ~ .overlay__background | |
##.js-cookie-modal ~ .modal-backdrop | |
###footer ~ #landing_page_popup | |
###cookie-wrapper-container | |
##.cookie-wrapper-container | |
##.ccpa-banner | |
##.gdpr-component .banner-container | |
###notice-cookie-block-wrapper | |
###notice-cookie-block-overlay | |
###cookie\ warning | |
###boxCookiesAccept | |
##.eu_cookie_wrapper | |
~direct.de,~redable.nl##.amgdprcookie-bar-template | |
##.site-footer ~ .gdpr | |
##.iCookie.iCookie-whitered | |
##.q-cookie-consent__container | |
##.alert-info[aria-label*="GDPR"] | |
###cmsCookieChoiceBanner | |
##.gdpr-consent-box | |
##.gdprdiv | |
##.dialogCookieWarning | |
###cookiesOnSite | |
##.ucp-cookiebanner-wrapper | |
##.gdpr > .gdpr__wrapper | |
##.gdpr__wrapper.cookies | |
###CookieDialog[role="alertdialog"] | |
##.cookie-message__overlay | |
###cl_modal.cl_main.cl_no_overlay | |
###lnk-c.is-ready .lnk-c-modal.is-active | |
##.m-consent__wrapper | |
###cookie-layer[style*="visible"] | |
###t3CookieNotice | |
##.cky-consent-bar | |
###fixed-alerts #cookies | |
##.reveal-modal.gdpr ~ .reveal-modal-bg | |
##.sprd-cookie-banner | |
###cookieApproval[style*="fixed"] | |
##.dialog-off-canvas-main-canvas #cookies.ok | |
##.c-banner-privacy | |
##.fixed[data-target="gdpr.notice"] | |
##.banner-top[data-block="cookie"] | |
###m_wctrlCookieConsent | |
##.foundation-cookie-consent-modal | |
###cb_settings_alert | |
###cb_settings_alert_extended | |
##.cookie_loading .cc-window | |
###angular-app cookies-component | |
###top > #cookiechecker | |
##.cookie-bar-backdrop | |
##.cp-cookie-tip-euro | |
##.gj-cookie-prompt | |
##.sf-cookies.cookie-show | |
###cookie-box-container-inner | |
##.instance-item[class*="CookieConsent"] | |
##.o-Cookies.o-Cookies--visible | |
##.sticky-banner[data-controller*="cookiebar"] | |
###privacyConsent | |
##.tx-topt3-cookienotice | |
##.b-page_inner div[data-component*="Cookieprivacy"] | |
##.c-eupopup__container | |
~esv.info,~puratos.pl###cookieBannerModal | |
###cookies_band | |
###wb-co-cookies-cookielaw | |
###ncmp__tool | |
###cookieconsent_node | |
###root div[class*="cookieConsent"] | |
##aup-cookie-consent | |
##.calibrate-cookie-compliance | |
##.cookie-consent--wrap | |
###top_cookie_policy | |
##.gdbr_banner | |
##.cookieconsent-overlay | |
##.b-cookie-panel | |
###kaleva-cookie-consent | |
##.mf-cookie-model | |
##.nq_cnilbanner | |
###react-leaf div[class*="CookieConsent"] | |
###cookie2Wrapper | |
###__next div[data-qa-id*="cookie-popup"] | |
##.m-cookie c-cookie | |
###consent-layer[src*="consent/iframe"] | |
##.pop-rgpd | |
##.cookies-alert-block | |
##.uitk-gdpr-banner | |
##.dsgvo-dialog | |
##.z-cookie-banner | |
##.z-cookie-banner ~ .modal-backdrop | |
###sdCookieBanner | |
##.cookieframe ~ .fancybox-overlay | |
##.cb_cookiebanner | |
###wrap-cookie-bottom | |
##.gdpr-ribbon | |
##.cookie-background.modal-backdrop | |
##.cv2-wrapper > .cv2-window | |
###pecr-cookie-banner-wrapper | |
###footer ~ #cookie | |
##.cookie__notice | |
##.block-tcw-cookiesconsent | |
##.cookie-body-background | |
###modalCookie.cookieBottomBar | |
##.CookieBanner2 | |
###gdprCookieBar | |
###wss-cookie-banner | |
##.cookie-dis .cookie-dis__inner | |
###czgdpr-notice.overlay | |
###czgdpr-mask | |
###lddw-cookie-modal-box | |
##.footer .cookieTip | |
###mk-cookie-consent | |
##.gdpr-headerWrapper | |
##.c-appRootCookies | |
##.cCookiePolicy | |
###cookieacceptbanner | |
###rzmCsWrap | |
##.chimpify-popup | |
##.chimpify-popup + .chimpify-overlay | |
##.luya-privacy-widget-container | |
##.ac-window[id*="CookieConsent"] | |
##app-cookie-consent | |
##.container-fluid[reboot-cookie-statement] | |
###cookiesNotify | |
###infbar-cookies | |
###globalForegroundCookieDiv | |
##.nx-cookie-policy-popup | |
##.cookies__wrapper | |
##.cookie-notice__portal | |
##.cookiespromptblock | |
###cookieContent > #overlay[style*="block"] | |
###cookieinfo-bar-wrapper | |
###banner-cookie-privacy | |
##.banner-cookie-privacy | |
##.vw6-boxStatisticsOptBox | |
##.cleanslate.browser-consent | |
##.modal-accept-cookie.custom-modal | |
###clarip-cookie-consent-banner-container | |
~joyn.de,~prosieben.de##cmp-banner | |
###cookie-sticky | |
###privacyProtectionBanner | |
##.site-cookiebar | |
###kk-cookieCompliance | |
###rodo_notice | |
##.cookie-consent.active | |
###privacy-hint | |
###rotorCookie.open | |
###cookieSettingsToast | |
###pn_cookieconsent | |
##.cookieBubble.show | |
###zdprivacy-content | |
###mainApp div[class*="privacyPolicyPopup"] | |
##.mod-Cookiepopup | |
###cookie-control-panel | |
###cookie-control-panel + #enable-cookies | |
##.CookieAdvise | |
###cmp-renderModal | |
##.mmc-cookie-consent-bar | |
###rgpd.smart-popin | |
###htg-app .react-onclickoutside.bdrsm | |
###htg-app .posf.pen[style*="linear-gradient"][style*="800"] | |
###react-portal .react-onclickoutside.bdrsm | |
###react-portal .posf.pen[style*="linear-gradient"][style*="800"] | |
###jager-app .react-onclickoutside.bdrsm | |
###jager-app .posf.pen[style*="linear-gradient"][style*="800"] | |
###boot .react-onclickoutside.bdrsm | |
###boot .posf.pen[style*="linear-gradient"][style*="800"] | |
##.ednpro_main_wrapper | |
###cookiesCondition | |
##.rgpd_banner | |
##.kick-kcm-settings | |
##.kick-kcm-overlay | |
###mod_gdpr_container | |
##.js-cookie-advert-container | |
###soycontrolcookies | |
##.cookie.cookie--show | |
##.hintCookie | |
##.popupForCookies | |
##.layouts-footer-cookie_warning | |
###cookie-settings-alert | |
###anunt-cookie | |
##.Plugin_WeUseCookies | |
##.consentr-notification | |
##.nr-cookie-notification__wall | |
##.popup--cookie-handling | |
##.Important[msgid="cookie-info"] | |
###gdc-container.gdc-container | |
##.privacywire-wrapper | |
##.u-cookies-consent | |
###__next div[class*="privacy-notification"] | |
##.auskunft-cookies | |
###vue-app-privacy-bar | |
###root div[class*="cookieMonster-wrapper"] | |
##.cookie__policy-notice | |
###privacyWrapper > #privacyInner | |
##.EUChoice[id*="GDPR"] | |
##.cookiebox-wrapper | |
###aw_cookie_policy | |
##.gdpr-cookie-notice-modal | |
###cookie-info-div | |
##.v-cookie-bar | |
##.cookie-consent-dialogue__advertising | |
###hinweisCookie | |
##.dataProtectionSettingsWrapper | |
###cookiesInformer | |
##.cerez-politikasi-container | |
###js--flash-message-cookies | |
##.cookie-note-popup | |
##.cookiebanner-legacy | |
###AppCookieBar | |
###dsgvoFooter | |
###cookie-store-section | |
###wq-cookie-banner | |
##.cookie-optin-modal | |
##.AcceptCookies-container | |
###bar-privacy | |
###bottom_info_cookies | |
###acceptCookieAlert | |
###cookiePolicyPopupHTML | |
###___gatsby div[class*="cookieBox"] | |
###cookie-infobar | |
##.cookieTextsWrapper | |
###cookiedeclaration | |
##.cookie-compliance-banner | |
##.wordpress-gdpr-open-privacy-settings-modal | |
###app-layout .cookie-consent | |
##._cookie-advanced--active | |
###consent-manager-container | |
###dataCollectPolicy | |
###cookie-policy-shadow | |
###app div[data-qa="cookie-banner"] | |
###bk-cookie-consent-container | |
##.cookiePolicyContainer | |
##.gdpr.page-window | |
##.bar-cookies-gtm | |
###wt_cookieconsent | |
##.cookie.loaded app-cookie | |
##.layout__overlays__cookieNotice | |
##.modal.sm_optin_bg | |
###sm_optin_btn_review | |
###modal-root .RgpdPopup | |
##.gdpr_overlay | |
###gdpr_banner_portal | |
###cookiesaviso | |
##.ws-cookie-notice | |
###viewport > .cookie.fixed | |
##.eu_cookie_warning_popup | |
##.eu_cookie_warning_popup ~ .popup_blanket | |
##.gdrp-wrap.gdrp-show | |
##.cookie-permission--backdrop | |
##.c-cnil-wrapper | |
###__next div[class*="CookieConsent"] | |
###popup-cookie-policy-small | |
##.eightworks-cookie-consent-plus | |
##.eightworks-cookie-consent-plus-toggler | |
##.js-layer-cookies | |
###vogons-cookies-master | |
###AcceptCookieInfo | |
###page-container ~ .cookie-background | |
###tracking_hinweis | |
###stt-cookie.stt-cookie | |
##.mod_privacy_optin | |
###cookieInfoWindow | |
##.org-cookie-mini.fixed | |
###nfPPBar | |
~jku.at###cookieman-modal:not([style]) | |
##.component-cookie-info-bar | |
##.nu-cookies-alert-container | |
###__next div[class*="CookieWidget"] | |
##.cs-cookie-overlay | |
###customCookieLoadingBackground | |
##.ea-cookies-bar | |
###dsvgoAccept | |
##.CookieWarning__wrapper | |
###js-optIn-banner | |
###gdprbanner | |
##.layoutFloating[is="basis-cookie"] | |
###privacy-consent-banner | |
##.layout > .footer ~ .gdpr | |
###gdpr-screen | |
##.m-cookies.visible | |
##.cookies-warning-footer | |
###cookie-banner_flag | |
###cookie-banner_flag ~ #banner-wrapper | |
##.cookies-agreement-class | |
###ctl00_privacyUpdate | |
###ctl00_cookieNotice | |
###ldCookieConfirm | |
##.cookiesMessageWrap | |
##.cookieusage__base | |
###ccpa-cookie | |
###cookie-policy-notification__microservice | |
##.cookie_picking_block | |
###gdpr-cookies-notice | |
##.b-cookies_notification | |
##.CookiesNotification | |
##.footer__eu-cookie | |
##.consent-cookies-dialog | |
##.cc-individual-cookie-settings | |
##.cc-individual-cookie-settings-overlay | |
##.c-cookie-law | |
###div_cookies_warning | |
###tc-privacy-wrapper | |
##.pum[data-popmake*="cookie-consent"] | |
###gdpr[data-cookies-policy-url] | |
###cookie-choice-container | |
##.eudsgvo | |
###gdpr-consent-popup | |
###cookie-settings-layer | |
##.gdprCookieAlertPopup | |
###cookieCardBg | |
##.cookie-notification__bar | |
~nablawave.com##.iubenda-cs-content | |
##.universalcookiedisclaimer | |
###gdpr-banner-wrapper | |
###sp-cc[action*="cookiepref"] | |
###cookie__agreement__wrapper | |
###___gatsby .cookie-manager.open | |
###popup-mask-rdo | |
###ipott div[class*="CookiePolicy"] | |
##.banner-cookies-2 | |
##.change-cookie-settings | |
~evarazdin.hr##.cookie-warning-wrapper | |
##.cookie_Banner | |
##.rgpd.view.show | |
###CookieWarningPanel | |
##.cookie-notice-ui | |
###uo_cookie_banner | |
##.cookieFooterDiv | |
###cookie_consent_playzo | |
##.CookiePopup | |
###js-module-cookie-policy | |
###t-footer div[data-storage-item*="cookiename"] | |
##.react-reveal[class*="cookie-banner"] | |
##.cookie-disclaimer-background | |
##.cookie-disclaimer-overlay-container | |
##.cookieActive .cookie-consent | |
##.cookies-div-footer | |
##.site-footer .cookies[style*="block"] | |
###__next section[class*="Cookiebar"] | |
~wolt.com###app div[class*="ConsentsBanner"] | |
##.ld-cookie-notice | |
##.pn-cookies-banner | |
###main-cookies-banner-container | |
###gdpr-cookie-wall | |
~promondo.de###agreementPrivacy | |
###advgdprpopin-global | |
##.section-popup-gdpr | |
###bw-gdpr_toaster | |
##.application div[class*="cookieNotification"] | |
###popup-cookieConsent | |
###cookie-law-div | |
##.privacy-manager__overlay | |
##app-cookies-consent | |
##.tx-ewi-eyecookie | |
##uc-cookie-notification | |
##.popup-box[class*="cookies"] | |
##.kacookie-cm-window | |
##.mtde-rgpd-window | |
##.cookie-manager-overlay | |
###App-react-component div[class*="cookie-banner"] | |
###___gatsby div[class*="cookies-consent"] | |
###modal-cookie-background | |
###modal-cookie-setting.cmp-modal | |
###hulk_cookie_bar | |
##.dc-cookie-control-toggler | |
###cookiePrivacy.shBox | |
###ow_cookie_consent_container | |
##.bpa-cookie-banner | |
##.rah-cookie-consent | |
##.Notification[data-js-id*="CookieConsent"] | |
##.fixed-bottom[class*="gdpr"] | |
##.cookie-consent-jolt | |
##.ng-scope[ng-if*="CookieConsent"] | |
###CookiesBestaetigen | |
##.app-disclaimer-rgpd | |
##.js-nanobar-first-login | |
##.nanobar-cookie-cog | |
##.dialog[aria-label="cookieconsent"] | |
###cookies.component-cookies | |
##.cookie-policy-panel | |
##.mod-overlay[data-topic="consent"] | |
###modalrgpd | |
###accept_Cookie | |
##.fil-cookie-policy | |
###cookie_note_voll | |
###cookie_note_voll ~ .ui-widget-overlay | |
##.EWSCookieConsentOverlay | |
##.message--cookies | |
##.DVWebNode-cookie-compliance-notification-wrapper | |
##.cookie-notifier-content | |
##.cntx-cookie-info | |
##.cntx-cookie-modal-handler | |
###site-alert-cookienotice | |
##wp-cookie-notification-banner | |
##.cookie-layer-advanced | |
##.privacy-notification.js-privacy-notification | |
~what3words.com##.CookieNotice-Drawer | |
##.nxm2CookieBar | |
###gdpr-acceptance | |
##.cmp-popup-cookies | |
###cookieConsentModal ~ .iziModal-overlay | |
###pl-sp-privacy-button | |
###hst3-cookieconsent-consent-popup | |
###__next div[class*="cookies-bar"] | |
###cookie-overlay ~ #cookie-layer | |
###main-content div[class*="CookieWarning"] | |
##.tao-cookie-hint | |
##.mainWrapper > .cookiesAccept | |
##.banner-lgpd-consent | |
###cookiewarner | |
##.privacy_cookies_policy | |
###Div_CookieNag | |
###jsCookieNotification | |
###cookie_info_container | |
##.page-footer ~ div[class*="cookie-banner"] | |
##.BannerPrivacyInformation | |
###app div[class*="CookieWarning"] | |
###pnlPrivacy | |
##.component-cookie-banner | |
###__next div[class*="GdprBanner"] | |
###CCPA-notification | |
###___gatsby ~ div[class*="consent-banner"] | |
###pageHeader div[data-selen-group="cookies-bar"] | |
###weUseCookiesPopup | |
##.js-cookie-infomation | |
###root div[data-test*="Cookie-Banner"] | |
###__next div[class*="CookieNotice"] | |
###awsccc-sb-ux-c | |
##.mf-cookie-banner | |
###cookie-dim | |
##.usercookiemanagement | |
###cliSettingsPopup | |
###optanon ~ div div[data-testid="main-cookies-banner-container"] | |
###prompt-cookies | |
###gdpr_message | |
###cc_privacy_layer | |
###root div[aria-label="cookieconsent"] | |
###vueGdpr | |
###tracking-consent-header-container | |
##.privacy[aria-label*="notification"] | |
##.spec-cookie-optin | |
###SITE_CONTAINER ~ div[data-hook*="consent-banner"] | |
##.o-layer.cookie-consent | |
###v4core_cookie_settings | |
##.widget--enable-cookies-box | |
###idxcookies | |
##.cookie-banner--disable-overlay | |
###popup-cookie-block | |
##.react-cookie-gdpr-blocker | |
##.react-cookie-gdpr-dialog | |
~istore.com.hr,~spielzeug-paradies.de,~sabinastore.com,~xiaomiromania.com##.cookiesplus-modal | |
##.RootContainerClassName div[class*="CookieNotificationPopup"] | |
###footer-lgpd | |
###cookieDisclaimerBanner | |
##.nav-cookie-disclaimer | |
##.site-footer-cookie-banner | |
###bluepageContainer ~ #privacy-statement | |
###bluepage_container ~ #privacy-statement | |
###cookie-background-overlay | |
###cookie-notice-v3 | |
##.x-cookies-modal | |
##.e3n_cookiebanner | |
##.l-cookieWrapper | |
###cookie-consent-outer | |
###consent-tracking.m-active | |
##.sf-cookie-banner | |
##.cookie-options-hook | |
##.cookies-and-privacy-notification | |
###gdpr-modal.slideInUp | |
###cookie-settings-dlg | |
##.cookie-notify-container | |
##.ubg-cookies-banner | |
##.js-cookies-block | |
##.announcement[class*="cookies"] | |
##.cookiesInformation | |
###cookie_box_info | |
##.cookie_acceptance | |
##.consent-manager-layer | |
##.consent-manager-layer ~ .consent-manager | |
###px-cookie-consent-overlay | |
###px-cookie-consent | |
##.js-CookieConsent | |
###notice_privacy | |
##.keksbox-overlay-layer | |
##.keksbox-overlay | |
##.js-privacy-consent | |
##.x-el[data-aid*="COOKIE_BANNER"] | |
###ctl00_ctl00_ucCookieAlert_updtCookie | |
###gdpr-header.notification | |
###cookieSettingsDialog | |
##.cookie__modal.modal-bottom | |
###gd-cookie-consent | |
##.component_gdprMessage__container | |
##.kitt-cookie-warning | |
##.privacy-message-overlay | |
###cookieInfoDialog | |
###privacybanner_modal | |
###policyPopupContainer | |
###___gatsby div[class*="cookie-consent-module"] | |
##sell-cookie-banner | |
###cookie-consent--js | |
##.user-cookie-notice | |
###mbm-cookieok_bar | |
##.primo-cookie-compliance-placeholder | |
###gdprBottomLayer | |
##.fo-cookies-policy | |
##.use-cookie-component | |
##.cookies-policy-block | |
##.evo-gdpr-box | |
##.gdpr-popin | |
###cookie_information_box | |
###cookie_information_overlay | |
###CookieConsentBanner | |
###mount [data-test-id="cookie-notification"] | |
##.cookie-box__overlay | |
##.cookie-box__wrap | |
###react-app div[class*="cookieConsentBanner"] | |
##.m-gdpr-alert-banner | |
##.cookie-notice-root | |
###cm-cookie-window | |
##.fingerprint-wrapper[onclick*="cookieman"] | |
##.phunk-cookie-wrapper | |
~merrell.pl###gdpr-cookie-block | |
###gdpr-agreement | |
##.consent-ui--banner | |
###cookiemanager_cookiebar | |
###digipublica-cookie-shade | |
###rodoBox | |
###cookie_optin_back | |
###SITE-CONTAINER ~ div[data-hook*="consent-banner"] | |
###consentPopup.cookies-modal | |
##.c-dsgvo | |
##.stickyfooter-cookie-alert-box-wrapper | |
###cookies_policy_banner | |
###cookiedisallowoverlay | |
###komunikatCookies | |
###jix-accept-cookies | |
##.cookie-notice-footer | |
##.dp--wrapper.cookie--permission | |
##.cookie-settings.is-visible | |
##.CookieComplianceContainer-veil | |
##.cookie-footer--wrapper | |
###pages_cookie_consent | |
###main ~ div[data-testid*="cookie-notice"] | |
##.cookies_consent_banner | |
###cookiesOkBox | |
###react_element__cookiebar | |
##.cookiew-law-banner | |
###cookie-acknowledgement-control | |
##.js-gdpr-tooltip | |
###hf-cookie-notice | |
##.contao-cookiebar | |
###gdprpatronInfoleiste | |
###uiCookieConsent | |
##.popup_cookies | |
###cookNTrack | |
##.dsgvo-confirmation | |
##.cookie-privacy-banner | |
##.m-message[class*="cookie-alert"] | |
##app-cookie-rules | |
###cookies-info-frame | |
##.cookie-banner--simple | |
##.cookiejs-banner-wrapper | |
###ppms_cm_bar_overlay.ppms_cm_consent_bar | |
##.container[data-js*="cookie-message"] | |
###cookie_consent_popup | |
###c-modal[aria-labelledby="c-modal-label"] | |
###c-modal[aria-labelledby="c-modal-label"] ~ .modal-backdrop | |
##.js-cookie-consent-banner | |
##.component-cookie-policy | |
##.cookie-policy-opt-out | |
##.bn-cookie-panel | |
###mod-eprivacyoptin | |
###jentis_consent | |
###cookiesck_overlay | |
##.cookie_notification_container | |
###cookiesOverlay | |
###cookies.panel-pane | |
##.message-cookie-banner | |
###main div[data-testid*="cookienotice"] | |
###cookiepopupbg | |
###__next div[class*="cookie-banner"] | |
##.cookie-manager--extended | |
##.ember-application > div[class*="cookie-banner"] | |
###cookiehinweisboxback | |
###cookiehinweisbox_wrapper | |
##.abbr__cookiebanner | |
###cookieconsent-dialog | |
###root ~ div[class*="consent-banner"] | |
##.acris-cookie-consent:not(.is--modal) | |
###ab-cookie-advice | |
###accept-cookies-notice | |
##.component-cookie-bar | |
###nefos-cookie-container | |
###cookiemeld | |
##.cookie-permission-container-big | |
##.plugin-cookieconsent | |
###kb-cookie-banner | |
##.data-protection-notice | |
##.v-alert.alert-rgpd | |
##.cookies-dialog__wrapper | |
###root div[class*="GdprOffer_block"] | |
###clickskeks-popup-outer-holder | |
###cookie-hint-container | |
###cookie-hint-message | |
###hofff-consent-banner | |
###cookie-manager-wrapper | |
##.notification-bar[data-bar-type="gdpr"] | |
###_gdpr_box | |
##.dtm-cookie-banner | |
###komunikat_rodo | |
###cookiesCont.cookie-advisor | |
##.cp-module-info_bar | |
##.cookie-consent-banner-overlay | |
###noConsentAlertModal | |
###metisCookieTopBar | |
##.lds-cookie-consent | |
##.arsorsCookie_wrapper | |
###app .cookie-consent:not(.lightbox) | |
##.alert-gdpr | |
##.js-gdprAlert | |
##.Cookie-consent-block | |
##.gdpr_notice_container | |
###cmsInfoCk | |
###DivBandeauCookies | |
##.lemon_cookie_window_outer_wrapper | |
###btCookieConsentRoot | |
##.cookie-consent__dialog | |
###brink-gdpr-cookie-notice | |
##.privacyModal[class*="cookies"] | |
###___gatsby div[class*="Cookiebar"] | |
##.cookie_settings_container | |
##.cookie_settings_toggle | |
###__next div[class*="CookiePopup"] | |
##.flatsome-cookies--active | |
###cookieNotif | |
##.cookies.cookies_active | |
###gbc-cookie-directive-top | |
###Cookieinfo | |
###MDCMSCookieNote | |
###qbCookieConsent | |
###GDPR-alert | |
###WCPcookieBannerId | |
###ms-cookie-banner | |
##.consent__cookies | |
###___gatsby div[class*="CookieBox"] | |
##.sticky-footer-cookie-info | |
##.cookie-policy-banner-bar | |
###ms-cookie-consent-banner | |
##.cookie-disclaimer-component | |
###CookiePlus.cookieplus | |
##tui-cookie-consent | |
##.popup-cookie-background | |
##.cookie-accept-popup | |
###jive-cookie-overlay | |
###gdpr-banner-module | |
###trackingcookie-banner | |
###cct-box[data-ccid*="cookie_consent"] | |
###app div[class*="CookieNotification"] | |
###GDPR-acceptDialogWrapper | |
###cookieSimpleHint | |
##.overlay__shadow--cookie-consent | |
##.privacy_consent | |
###gdc-cookieSettings | |
###root div[data-dmid*="cookiebar"] | |
###notice.cookies | |
###cookieDialogue | |
##.CookieConsent-wrapper | |
###Banner_cookie_0 ~ #bannerOverlay | |
##.cookie-consent-overlay-background | |
###cookiePopupBG | |
###dgdsgvocookie | |
##.js-cmp-cookiesBar | |
##.cookies-control-container | |
###app div[class*="CookieCompliance"] | |
###cookieBoxOverlay | |
###cmp-iframe | |
##.gdpr-sticky_message | |
##.gdpr-cookie_message | |
###cookie-consent-dialogBox | |
##.cookie_notice_blue | |
###GDPR_MainContainer | |
##.cookie-consent.invers | |
##app-banner[arialabel*="Cookies"] | |
###pnlCookieStatus | |
##.cookie-consent[data-closable] | |
###cookie-modal-container | |
##.tx_cookiemonster_dataprotection_overlay | |
##app-cookie-notification | |
###info_message.cnil_consent | |
##.gdrp-cookie-banner-wrapper | |
###pdpa-popup | |
##.uk-position-fixed[aria-label*="cookieconsent"] | |
###eu-gdpr-overlay | |
##.tab2-rodo-bar | |
###__next div[class*="CookieModal"] | |
##.cookie_gdpr | |
###mmMS--bottom-notification | |
###mmMS--notification | |
##.GrowmarkGDPR_Wrapper | |
##.cookies-main-overlay | |
##.cookies-confirm-block | |
##.cookie-banner-body-overlay | |
###CookieOverlayBox | |
###cookiesplus-overlay | |
~sabinastore.com,~xiaomiromania.com###cookiesplus-modal-container | |
##.mp-cookies.mp-show-cookies | |
##.page-wrap--cookie-permission ~ .js--overlay:not([id*="age"]) | |
###cookiesConsentBar | |
##.gdpr-cookie-wrap | |
##.cookies-content.fixed | |
###privacy_blockscreen | |
##.cookie-consent-splash | |
##.p-cookie-layer | |
##.ch-cookie-consent | |
###cookieModalOverlay | |
###ccc > .ccc-popup | |
##.exponea-banner--cookie | |
###gp-cookie-agreements | |
##app-cookie-consent-feature | |
###root div[class*="GdprAcceptance"] | |
###gdpr-banner-blurred-background | |
##.cookieBnrWrp | |
###nh-neth-gdpr-cookie-popup | |
###cookie-erlaubnis | |
###cookie-erlaubnis-wrapper | |
##.CookieControlBanner | |
##.mode-cookie-tip | |
###ConsentCookiePopup | |
###cookies-layout-banner | |
##.cp-popup-content[data-title*="GDPR"] | |
##.js-cookie--modal | |
###bandeau-dxlabs-cookie | |
###hellotrust_cookie_popup | |
##.c-cookie-consent-modal | |
###mhp-cl.mhp-cl | |
##.cookie-notice-overlay | |
###dcCookieHelper--bg | |
##.cookie-settings-band | |
###gdpr-disclaimer | |
##.acceptCookiesPanel | |
###bandeau_cookies_footer | |
##.CookieConsentOverlay | |
###cookiesDialogue | |
##.cookiepopup-container | |
##.d_co_box | |
###cookieBanner\.banner | |
###nxs-ccpa-banner | |
##.js-cookiebanner-wrap | |
##.alternative_cookie_layer_background | |
##.alternative_cookie_layer_holder | |
###cookie-acception.active | |
###vt-ccb-notify | |
##.cmnstr-activated | |
##.pum-open-overlay-disabled .pum[class*="cookie-policy"] | |
##.block-cipix-cookiecontrol | |
##.policy-notification--privacy-policy | |
##.gdpr #cmpBanner | |
###paperplane-cookie-notice | |
##.fnn-cookiemanager | |
##.uk-position-fixed.cookies | |
###ccp-overlay.ccp-overlay-fullscreen | |
###bottom-cookie[ng-if*="CookieNotification"] | |
###cookieoverlay_outer | |
##.ew-cookie-note | |
##.cookie-consent-footer | |
###overlay.cookie-consent-show | |
##.dsgvo-consent--popup | |
##.cookie-inquiry--settings | |
###gdrpNotification | |
###wcpConsentBannerCtrl | |
##.react--module__cookies | |
##.cookies-modal__background | |
##.cookies-modal__background ~ .cookies-modal | |
##.footer-section-cookie | |
##.d-cc--modal[aria-label*="Datenschutz"] | |
##.d-cc--modal-backdrop | |
###gdprCookiePolicy | |
##.vw-header--accept-cookies | |
##.cookies-agreement-wrapper | |
###CookieInfoOverlay | |
##.cookie-info-overlay | |
###gdpr_overflow | |
##.ot-sdk-show-settings | |
##.notice-block.cookies | |
~erdbeerprofi.de###gdpr-cookie-container | |
###cookie-box-info | |
###cookie-announcement | |
##.popup.cookie-consent | |
###consent-tracking.consent__wrapper | |
###notification_of_cookie | |
###cookiePolicyAgreement | |
###cookie-mask.show | |
##.banner-aceptacion-cookies | |
##.mrpix--cookie-permission--overhead-container | |
###ps_cookiebar_cookies | |
##.gdpr-cookie-banner-wrapper | |
###DivCookiesMessage | |
###datenschutz-consent | |
##.tancmbnr | |
###LCookieBar | |
##.change-priv[href*="Cookiebot"] | |
##.cmp-cookie.cmp-modal | |
##.gdpr-component-holder | |
##.zpconsentinfo | |
##.zpconsentinfo ~ div[id^="consent"] | |
##.cookie-consent-manager | |
##.cookie-consent-manager ~ .backdrop | |
###root-header div[class*="GdprPopup"] | |
###sui-TcfFirstLayerModal | |
##.privacy_notification | |
###__next div[class*="PrivacyNotification"] | |
###mmsCookieLayer | |
###mmsCookieLayer ~ .modal-backdrop | |
###__next div[class*="PrivacyPolicy"] | |
##.wbu_cookie-wrapper | |
##.beans-cookies-notification__container | |
###jwsdw-cookieHint-container | |
##.cookie-popup-overlay | |
###PAcookies_consent_container | |
##.cookie-banner ~ .backdrop | |
##.announcement[data-id*="cookie_notice"] | |
###cookies-ribbon | |
##.cookie-content-overlay | |
###gdprCookieConsentManagedSummary | |
##.module_cookie_consent | |
##.s--message[class*="cookie-notice"] | |
##.app-message[class*="cookie-consent"] | |
##.app-message[class*="cookie-consent"] ~ .app-message-modal-background | |
##.google_line_tracking | |
##.cxa-cookie-notification | |
###__shopwired_consent_cookie_container | |
###cc-consent-container | |
##cookie-notification | |
###privacymanager | |
##.privacyBanner | |
###nebula-cookie-notification | |
##.cookiemonster-container | |
##app-cookie-policy | |
###__layout > .layout.hoverable > .notification[style*="bottom"] | |
##.v-cookieconsent | |
###cookiePermission | |
###cookie_notices | |
##.cookie-cnf-banner--background | |
##.propeller-cookieconsent | |
##.cpOverlay[data-cookie-consent-overlay] | |
###divi-life-cookie-popup | |
##.c-cookies-consent | |
###acceptCookieModalTemplate | |
##.oneTrustLayer | |
##.cookies-banner__container | |
###cookie-consent-root | |
##.gdpr-cookies:not(.content-container) | |
###cookiewookieblock | |
###cookiebannerOverlay | |
###cookie-consent-manager | |
###msr_cookies | |
###GcCookieBox | |
###aviso-politica-privacidade | |
###__next div[class*="GdprParentWrapper"] | |
###cookie-question-banner | |
##.cookie_enable_popup | |
###avertissementCNIL | |
###Header-react-component [class*="cookie-banner"] | |
###es-cookie-consent-app | |
###root div[class*="cookie-consent"] | |
###afficheBandeauRgpd | |
##.cookieNotice__container | |
##.tm-cookie-banner | |
##.cookies[data-cy*="banner"] | |
##.cookies-bottom-banner | |
##.cookie-policy-aggressive-popup | |
##.cookie-consent[data-controller] | |
##.fixed-bottom[aria-label*="cookiebanner"] | |
##.js-react-component-CookieNotification | |
###empori-cookie-modal | |
##.informativo-lgpd | |
##.rodo-overlayer | |
###__next div[data-testid*="cookieBanner"] | |
###root > div[class*="cookie-policy"] | |
###eugdpr-banner | |
###eugdpr_modal | |
###div_message_cookies | |
###cmpBackdrop | |
###overlay-cookies | |
###cookies-sticky | |
###sprd-consent | |
##.cookies-box-info | |
###page-wrap > #privacy-container | |
##.consent-bg [id^="idHrSysGips"] | |
##.page-dialog-dsgvo | |
##.gdpr__wrapper.is-open | |
##.container-cookie-advise | |
##.consent-summary-shown .modal-backdrop | |
##.cookies.alert--full | |
##.-s-cookie-bar | |
###tarteaucitron-root | |
###oc_cb_wrapper.oc_cb_wrapper | |
~wirtschaftsagentur.at##.cookie-consent__container | |
###CookieConsentContainer | |
##.new-cookie-banner | |
###DSGVO_container | |
###flex_cookie_popup | |
###flex_cookie_popup ~ .modal-backdrop | |
##.flex_cookie_popup_bottom | |
###SubscribeBox.PopupBox ~ #bottompopup.bottompopup | |
##.elfsight-widget-cookie-consent | |
##.tx-conn-cookie-consent | |
##.card[id*="consent-bar"] | |
###cookieNoticeAlert | |
###cookie-popup-with-overlay | |
##.dsgvoApproval | |
##.ds-cookies-wrapper | |
##.cookie[data-selector="cookies-bar"] | |
###cookiesPolicyWrapper | |
##.js-cookie-agreement | |
##.cookies-notification--wrap | |
##.Notification[data-js-id*="CookieSettings"] | |
##.bs-privacy-cookie-consent-mw-provider-overlay | |
##.pum[data-popmake*="cookies-politique"] | |
##.cookieconsentcontainer | |
##.cookie-manager-popup__container | |
##.cookie-preferences-banner | |
##.trillian-cookie-consent-banner | |
###annoying_cookie_alert | |
##cookie-consent-component | |
###idCookiePerm | |
###my-cookie__consent | |
##.GDPR.ng-star-inserted | |
##.seopress-user-consent-backdrop | |
##.cookieconsent-shade | |
###ppms_cm_popup_overlay | |
###cookie_revoke > .cm_wiggle | |
##.gdpr-alert-box-wrapper | |
##.prompt_cookies | |
###page ~ #cookie | |
###privacy-statement-wrapper | |
###privacy-statement-wrapper ~ .overlay | |
##app-cookie-banner | |
##.tg-info-cookie | |
###fr3ex-cookiewarning | |
##.cookie-message__wrap | |
###CookieReportsBannerAZ | |
###EUcookieBanner | |
##.gdpr-modal-wrapper | |
##.gdpr-modal-wrapper ~ .modals-overlay | |
###unitcookieonpageBar | |
##.mm-cookie-banner | |
###cookie_accept_bar | |
###root .cookie.fixed-bottom | |
###page ~ [id*="cookiebar"] | |
##.dcx-cookie-consense | |
##.banner[class*="cookie-consent"] | |
##comply-consent-manager | |
##.cookie-consent-shadow-bg | |
###js-cookies-footer | |
##.cookies_warn | |
##.cookie_law_reveal_overlay | |
##.cookie_law_reveal_dialog | |
##.gdprManagerMessage | |
##.paper-client-privacy-agreement | |
###backdrop-cookie-banner | |
###sizzle-gdpr | |
###sizzle-gdpr-supressor | |
##.privacyMelding | |
##.pr-cookie-modal | |
##.pr-cookie-overlay | |
##.consentOverlayContent | |
##.acc-cookie-message-background | |
##.module-tracker.has-form | |
##.consent-manager.banner | |
##.gt-cookie-bar | |
###cookie-panel-banner | |
###PersonalDataInfoBar | |
##.ccpa-consent-bar | |
##.ccpa[ng-controller*="CcpaBanner"] | |
##.ot_cookie_settings_btn | |
##.cookie-ribbon-component | |
##.privacyNotice | |
##.pp-cookies-notice | |
###cookieNoticeDialog | |
##.m-cookielayer | |
##.EprivacyBanner | |
###acris_cookie_privacy_popup | |
~stabila.com##.mod_cms_accept_tags | |
##.brk_eu_cookie_msg | |
###rs_cookie_manager_popup_shadow | |
###rs_cookie_manager_popup:not(.modal) | |
##.cookies-tracking--bottom | |
##.swic-cookie-permission-container | |
###coockie.privacy-panel | |
##.module-cookies-notification | |
##.ic-gdpr-popup | |
##.js-cookie-privacy | |
##.cookie-consent.cookie-consent--show | |
##.box-aviso-cookies | |
##.cookie-consent-bar-overlay | |
##.b-cookie.is-active | |
##.cookie-widget--open .cookies | |
##.comx-cookies-banner | |
###footer div[id*="cookie_bar"] | |
###COOKIEMESSAGE | |
##.background_cookie_banner | |
##.site-cookieBanner | |
###cookie-consent ~ .modal-backdrop | |
###js-cookie-bar | |
##.body-overlay[data-show-cookie-banner-overlay] | |
###gdpr.m-active | |
##.cookie-banner-window | |
###cookiePopup ~ #blackOverlay | |
###gdpr_cnt | |
##.cmp-experiencefragment--cookies | |
###gdpr-consent-box | |
###cookiesHint | |
###privacy-msg-container | |
###cookie_accept_msg_block | |
###CookieConsentGdpr | |
##cookie-consent-banner | |
###econda-pp2-banner | |
##.privacy_warning | |
##.eprivacy-plugin .epp-cookie | |
##.gdprcp-cookies-bar | |
##.cookies__modal.card | |
###dsgvoBox | |
##.js-cookies-eu | |
##.c-cookiesDisclaimer | |
###cookieconsentpopup | |
###lp_eu_container | |
###shopify-section-gdpr-notice | |
##.dsgvo-footer[class*="fixed"] | |
###modal-cookie-man | |
###aviso-privacidade | |
##.cookies-notificator | |
###overlay-accept-cookies | |
###___gatsby div[class*="cookieBar"] | |
##.cookie-consent_overlay | |
##.rh-cookie-consent | |
##.bhCookieBoxWrapper | |
###__next div[class*="CookieMesage"] | |
###moove_gdpr_save_popup_settings_button | |
###cookiebot | |
##.script-privacyPolicy-cookie | |
###privacymessage | |
##.cookie-notice-alert | |
###cWarn.cookie | |
###redux-page-container div[data-test-selector*="cookie-banner"] | |
##.cookie-consent.bottom | |
###publicCookieUsage | |
###root div[class*="cookie-banner"] | |
###e2e-cookie-banner | |
##.cookie-policy-open div[class*="NotificationBar"] | |
###dsgvo-opt-in | |
##.EUCookieLawBar | |
##.consent-popover | |
##.ng-scope[ng-if*="cookiesAccepted"] | |
###popup_cookies_modal | |
##.ccpa-popup | |
###COK_wrap .confirm_box | |
###ctl00_pnlCookies | |
##.cookieDisclaimerV2 | |
###formalAgreementModal.custom-modal | |
###formalAgreementModal ~ #modalBackdrop | |
##.axeptio_widget[data-service="cookies"] | |
##.cookie_container_wrapper | |
##.gebaeck-notice | |
###gdprWindow | |
##.poswp-databar | |
###gdpr_cookie_modal | |
###cookieify | |
##.cookie-law-block | |
###idium-cookies-notification-bar | |
##cookies-policy | |
###cookiesNotifier | |
##.show[class*="cookie-notice"] | |
###cookiesUsageFooter | |
###gdprComponent .consent__container | |
###nestigo-cookie-notice | |
##.mm-slideout > #cc-layer | |
###pnlEUCookieBanner | |
##.cookie-modal__overlay | |
###__next div[class*="ConsentBanner"] | |
###cookie-message ~ #footer::after | |
##.container-cookie-consent | |
##.b-cookies-informer | |
##.cookie-usage-info | |
###page-wrapper [class*="CookieSnackbar"] | |
##.cookie-melding-fond | |
##.forum-cookie-notices | |
##.cb-banner.is-visible | |
##eu-cookie-compliance | |
###pop-gdpr | |
##.sc-popup .container.sc-popup-inner | |
##.mensaje-cookie | |
###cookie-consent-window | |
##.cookiesNoticeContainer | |
###hotCookieBotDialogBackground | |
###vbcn.vbcn[style*="block"] | |
##.cookie-banner-shadow | |
##gdpr-consent | |
##.cookie__floating--bottom | |
##.pop-up-cookies | |
###capa_cookie_rgpd | |
###cnilCoockies | |
##.cookie-notification-header | |
##.grt-cookie-active | |
###xcookiebar | |
##.bloc-cookie-banner | |
###cookielaw_alert | |
##cookies-overlay | |
###overlayTradeCCT2 | |
##.notice-cookies-horizontal | |
##.hp-cookie-notice | |
##.c-privacy-consent-modal | |
###cookieWarningPanel | |
###cookieConsentModal ~ .modal-backdrop | |
###t4m-dsgvo-consent | |
##body > #policy-info | |
##.vtl-cb-main-widget | |
##.dbtfy-cookie_box | |
##.gdpr-modal-notify | |
##.osw-privacy | |
~kaufland.de###consentOverlay | |
##.cookie_tips | |
##app-cookies | |
##.cookies-used-notice | |
##.cookiesInfo_modal | |
##.cookie-hu-container | |
##.pum[data-popmake*="cookies-policy"] | |
###_cookiePopup | |
##.cookie_preferences_banner | |
##.pw-cookie-consent | |
##.cookie-toaster | |
###notice-cook | |
##.cookie-approval__wrapper | |
##.nedfinity-cookie-consent-notification | |
##.biscuitbox-wrapper | |
###layout-cookie-banner | |
##.notify-banner[ir-notify] | |
##.nasa-cookie-notice-container | |
##.dce-privacy | |
##.cookies_overlay_wrapper | |
##.cookie_notice_overlay | |
###cookiesterms | |
##.cookiepolicyoverlay | |
###___gatsby div[data-selector="cookie-consent"] | |
##.fixed.z-cookie | |
###tracking-consent-block-page | |
###cookies-modal.cookies-modal | |
##.-cookie-notice | |
##.cartware_cookieconsent | |
##.avg-overlay > .avg-bar | |
##.cookiepanel_overlay | |
##.top_nav ~ .cookie_tag | |
###notify.cookie | |
###cookie-settings-wrapper | |
##.cookies-banner__overlay | |
###mp-misc-cookie-bar | |
###consent-mgmt-banner | |
##.cookie-consent-component | |
###___gatsby [class*="Cookies-module"] | |
##.cookie-consent-app | |
###cookiera_figyelmezteto_doboz | |
###LGPDdisclaimer | |
##.w-cookie.center | |
###info_cookie_background | |
##cookie-wrap | |
##.twododigital--cookie | |
##.eboxCookieLaw | |
##.gdprbox__wrapper--simple | |
###pm--cookie-permission | |
###cc.cc_dialog | |
##.hwcookiebanner | |
##ux-cnil[cookie-name*="tracking"] | |
###cookies-consent-section | |
##.cookie-bar ~ .ccklayer | |
###cookiedialogbox | |
##.extreme-cookie-panel-toggle | |
##.extreme-cookie-panel-toggle ~ .extreme-cookie-content | |
###tx_cookieconsent_preferences_edit | |
##.ju_Con[data-title*="Cookie%20Bar"] | |
###gdpr-options.dialog--full | |
##.header-cookie-banner | |
##.cookiesjsr--app | |
###klaro .cook-modal | |
###__next div[class*="cookieBar"] | |
###cookie.olw-cookie | |
###lightbox-cnil | |
###lightbox-cnil ~ .dijitDialogUnderlayWrapper | |
##.privacy-policy-consent | |
###privacyCookieDisclaimer | |
##.lgpd-message | |
##.responsive > .otPlaceholder | |
###cookie-banner-wrap | |
##.hos-is-active > .hos-bar | |
###lisa-consent-container | |
###BannerLGPD | |
###cmp-widget-wrapper | |
###bc-cookie-notice | |
###cookie-bg-cover | |
###cookie-layer.show | |
##.gdprcookie-mask | |
###cookie-consent-tool-placeholder | |
###grdp_barre_maxi | |
###grdp_barre_mini | |
##.cookie-manager-banner | |
###rgpd-accept-cookies | |
###cookiewarningcontainer | |
##.fixed.z-cookies | |
##.AnalyticCookieConsent | |
###___gatsby div[class*="cookie-banner"] | |
###agan_gdpr | |
###rodo-bar | |
##.cc-dialog-backdrop | |
##.cc-dialog[aria-label="cookieconsent"] | |
###GDPRConsent[style*="block"] | |
###GDPRConsentOverlay | |
##.cookie_settings_bottom | |
##.w-modal[class*="privacyalert"] | |
##.cookie-banner__section | |
##.radish-rcc-bar | |
##.ecom-cookie_box | |
##.eu-cookie-prompt | |
##.gdpr__banner | |
##.vbcn-backdrop | |
##.u-cookie-banner | |
###cookieBarVisible | |
##.cpck-banner | |
##nsd-cookie-banner | |
##.cs-cookie__wrapper-start | |
##apollo-cookie-notification | |
##.cookiehinweis-wrapper | |
###ws_cookie_privacy | |
###bloc_rgpd | |
##.wnet_cookiespolicy | |
##.cmp-cookie--display | |
##.eprivacy-module | |
###block-privacypolicypopup | |
##.AcceptCookieComponent | |
##.sticky-bottom-banner #cookieSticky | |
###accn-cookie-notice | |
##.cookies-notice-container | |
###cookieConsentPanelFull | |
##.popin-cache-cookiesPopin | |
##.modal[aria-labelledby*="weUseCookies"] | |
##.sana-cookiebar | |
###ccsn.gdpr | |
###racookiepolicy | |
###__next div[class*="CookiesWrapper"] | |
##.cookie_policy__container | |
##.cookie_policy__wrapper | |
##.js-gdpr.gdpr--visible | |
###RGPD_warning | |
##.cookie-policy-agree | |
###__next div[data-cy*="CookieBanner"] | |
##.lds__privacy-policy | |
###pg-gdpr.pg-modal-blackout | |
###MsgCookies | |
##.c-cookies-info | |
###BOX_CookiePolicy | |
##.it-eprivacy-banner | |
##.modal--cookies-backdrop | |
###__next div[data-dmid*="cookiebar"] | |
##.trackingmanager.ready | |
##.akku-cookie-tools-design-toggler | |
##.bg-cookie-bar | |
##.cookies-policy-trigger | |
##.cookie-consent-dialog | |
##.js-form-set-gdpr-consent-cookie | |
###politykaPrywatnosciDiv | |
##.data-consent-container | |
##.cookies-wrpr | |
###acepted_privacy_policy | |
###cookiesAlarm | |
###___gatsby div[class*="CookiePopup"] | |
###cookietip | |
##.cookies-accept-message | |
##.fm-cookie-agreement-message | |
##.som-cookie-banner | |
###cookiebanner-root | |
###root div[data-test*="cookieInfo"] | |
###__next div[class*="cookieconsent"] | |
##.js-cookieConsent | |
###lgpd.lgpd | |
##.cerez-uyarisi | |
###cookiechoice-wrapper-outer | |
##.html-alert-is-cookie | |
###cookie_noti | |
##.hinweis_cookie_desktop | |
##.pc-cookie-accept | |
##.cookie-preferences-alert | |
##.fixed-bottom[class*="cookie-advice"] | |
###__next div[class*="alert-cookie"] | |
###footer .cookie-permission | |
##.CookiesBubble.is-active | |
##.fixed[x-data*="cookieConsent"] | |
##.c-rodo-bar | |
###divCookieMessage | |
##.cccenter-div-banner-bottom | |
##.cookie-plugin[data-cookie-modal] | |
##.ebnGdprNoticeWrap | |
##.wpf-cookie-consent | |
###gdpr-banner-component | |
###root div[aria-label*="cookie banner"] | |
###app .cookie-curtain | |
##.privacysettings__iframeLightBox | |
###mod-eu-cookies | |
###mod-eu-cookies-overlay | |
###cookie-disclaimer-box | |
##.privacy-consent-banner__overlay | |
###cookie_richtlinie | |
##.bandeau-information-cookies | |
##.shop-gdpr-container | |
###MemoGadgetCookiebotDialog | |
###cookie-banner ~ .modal-backdrop | |
###cookietoast | |
###cookieAd | |
##.m-modalLGPD.is--active | |
###cookieBanner-gdpr | |
###cookieConsentWidget | |
###wrapper-popin-cookie | |
###shopify-section-cookies-popup | |
##.dsgvoLayer | |
##.waconcookiemanagement-cookiebar | |
###box-lgpd | |
###disclaimerCtn > .disclaimer | |
###w18lara_tgplugin_consent_window_banner | |
##app-cookies-bar | |
###cconsent-overlay | |
##.cookie-warning-background-blocker | |
###cookiebox_start | |
###cookiesnotifier | |
###cookie_law_notification | |
###Cookie_Hinweis | |
###cookieOkDiv | |
##app-cookie-settings | |
###GDPR-Popup | |
###GDPR-Popup ~ .modal-backdrop | |
###yeah-cookiebar | |
###cookie_disc_container | |
##.notification-bar[data-name*="cookies"] | |
##.c-cookieWarning | |
##.as-modoil[data-qa="oil-Layer"] | |
###cookie-modal-backdrop | |
##.minCookieHint | |
###caBanner.caFull | |
##.qi_cookie_optin_container | |
###cookiemgmt #ensModalWrapper | |
###ensConsentWidget | |
##.ensPrivacyManager | |
###privacy-tools-banner | |
~otpbanka.hr###perpetuum-cookie-bar.visible | |
##.perpetuum-gdpr-settings | |
###footer-cookie-policy | |
###cookie-law-notice | |
###cookie-disclaimer ~ #cookie-rebutton | |
##.PrivacyPopup | |
###bandeauRGPD | |
##app-cookies-banner | |
###admorris-cookie-wrapper | |
###__next section[data-testid*="cookies_footer"] | |
##.czgdpr-container | |
##.ui-dialog[aria-describedby="cookies"] | |
##.ui-dialog[aria-describedby="cookies"] ~ .ui-widget-overlay | |
##.m_cookies-bar | |
##.lgcookieslaw_overlay | |
###personalized-content-notification | |
##.cookie-data-warning | |
###cc_dsgvo_banner | |
##.cookie .v-alert | |
###cookies ~ #mask | |
###cnp-disclaimer-cookie-consent | |
###gdpr-not-set-popup | |
##.cookie_accept_container | |
###partner-page .react-onclickoutside.bdrsm | |
###partner-page .posf.pen[style*="linear-gradient"][style*="800"] | |
##.das-cookie-banner__wrap | |
##.cnt-ckcnsntmngr | |
##.btn-ckcnsntmngr | |
##.govuk-cookie-banner | |
##.navigation-cookiebbanner | |
###lh-consent-dialog | |
###GLOBAL_GDPR | |
##.cookie-msg-wrap | |
##.cookies-notice-wrap | |
##.cookienote__container | |
###___gatsby div[class*="Alert"][aria-label*="Cookie"] | |
##.cookies-snackbar | |
###root div[class*="CookieNotice"] | |
##.mfp-bg[class*="cookies"] | |
###es-cookie-block | |
###consentWrapper.consent-modal | |
###footer_center ~ #ack_usage | |
###content div[class*="cookieConsentBanner"] | |
###gdpr-notifier | |
###dvcookiechoiceinfo | |
##.privacy-manager[data-js="privacy-manager"] | |
###ck_dsclr_v2 | |
###kindleApp_eucookie_banner_center | |
##.experiencefragment-cookie | |
###BarCookiesContainer | |
###navbar ~ music-notification-ribbon | |
##.CookiesHandlerWrapper | |
###cookieplease.cookieplease | |
###__next div[class*="cookieConsent"] | |
###cookie_policy ~ .modal-backdrop | |
###tooltip-cookies | |
###cookie-site-container-box | |
###__next div[data-test*="cookie-notification"] | |
##.header-gdrp-cookies-visible body::before | |
##.header-cookies-gdpr | |
###cmp-app-container | |
##.layer__cookieconsent | |
##.module-gdpr-acceptance | |
##.dbayCookieSelect | |
###CookiesConsent | |
##.wrapper-dsgvo-popup | |
##.ftc-cookies-popup | |
###root div[data-testid*="cookie-message"] | |
##.c-modalBackgroundForConsentTracking | |
###page_evconsent | |
###ocn-cookie-wrap | |
##.ui-dialog[aria-describedby="privacy"] | |
##.ui-dialog[aria-describedby="privacy"] ~ .ui-widget-overlay | |
###floating-cookie-button | |
###cookie-dsgvo | |
###cookie-dsgvo ~ .modal-overlay | |
###sl-cookie-consent | |
###cookie-consent-section | |
###csb_cookiehandler_overlay | |
###csb_cookiehandler_icon | |
###csb_cookiehandler | |
###cmpboxrecall | |
##.widget-cookie-bar | |
###header1_PanelCookie | |
###___gatsby div[data-cy*="cookie-policy"] | |
###root div[data-cy*="cookiePopup"] | |
##.cookie-control-banner | |
###cw-cookieUsageContainer | |
##.global-gdpr-container | |
##consent-layer.ng-star-inserted | |
##.c-consent-banner | |
##.c-consent-banner ~ .c-backdrop | |
##.cookiebar_wrapper | |
###informationsCookies | |
###cookie-notification-block | |
###cookie-acceptance-layer | |
###cookiePrefPopup | |
##.cmp-ban-nocookie | |
##.cf-oil[data-qa="oil-Layer"] | |
##.x-cookies-banner | |
##eu-cookie-action-bar | |
###cookiebarBox | |
###CookiePolicyBox | |
##.ui-cookie-consent | |
##.alert[aria-describedby*="cookie-info"] | |
##.cookies-disclaimer-kamino | |
##.sv-layout div[class*="CookieBar"] | |
##.eu-cookie-compliance-popup-open::before | |
###react-cookie | |
##.th-cookie-banner | |
##.cookies.alert--notification | |
##.privacy-notice-background | |
! | |
! CUSTOM RULES | |
! | |
linkedin.com###js-notification-wrapper[role="alert"], .global-alert.global-alert--yield, #global-alert-queue, #artdeco-global-alert-container, .alert, #alert | |
yahoo.com###gdpr[style*="padding"], #y-shade, #applet_p_50000174, .tdv2-applet-nagbar, .login-body + .login-footer | |
duckduckgo.com##.badge-link.ddg-extension-hide | |
bing.com###bnp_cookie_banner[aria-modal="false"], #bnp_ttc_div, #thp_notf_div, .b_hide.bnp_ttc, #t_termsInfo | |
ask.com###ccbar, #cp-banner | |
ted.com##body > div:not([id]):not([class]) | |
toldosalsina.com###aviso | |
barcelona.cat###bcn-ccwr | |
barclays.com##.dialogMask | |
britannia.co.uk###noticePanel | |
soundcloud.com##.announcements | |
debenhams.com###debCNwrap | |
hostgator.com###alertBar | |
theregister.co.uk###RegCTBWF | |
rapturetv.com###apDiv1 | |
civilsociety.co.uk##.announcement-banner | |
cofunds.co.uk###idrMasthead .idrPageRow .smContainer | |
channelregister.co.uk###RegCCO | |
ordnancesurvey.co.uk###messages | |
hattrick.org##.alert, #alert | |
ecdl.hr###admin_sys_notif | |
sajmovi.eu###mBox1, #mBox1+div | |
poba.hr###meerkat-wrap | |
heinz.co.uk##body > div:not([id]):not([class]) | |
tvlicensing.co.uk###blq-global | |
esure.com###slideMenu | |
mggp.com.pl##.navbar-fixed-bottom | |
neckermann.com###st_popup, #st_overlay, #ewcm_container | |
thejournal.ie###notify-container | |
dba.dk##body > div:not([id]):not([class]) | |
gosc.pl##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
bilbasen.dk##body > div:not([id]):not([class]) | |
stargreen.com##body > div:not([id]):not([class]) | |
wrzucacz.pl###logo .info | |
wattsindustries.com###header1_overlay2 | |
mistrzowie.org##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
korwin-mikke.pl##body > div:not([id]):not([class]) | |
element14.com##.e14-cookie-directive | |
oushop.com##body > div:not([id]):not([class]) | |
mocnopomocni.pl##body > div:not([id]):not([class]) | |
instal.si##body > img, .urejanjecenter, .urejanjecenter + table | |
megashopbot.com###alertBar | |
daft.ie###notify-container, .strapline-container | |
vegetus.nl###tracking | |
thetoyshop.com###entCNDiv | |
direct-croatia.com###site_nt | |
odjechani.com.pl##.guest_warn | |
kulturstyrelsen.dk###lbmodal-overlay, #lbmodal | |
bosw.pl###popup, .popup | |
zend.com##.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable | |
clinique.co.uk###bt_notification | |
rk.dk###lbmodal-overlay, #lbmodal | |
krsystem.pl###cook, .cook | |
shelldriversclub.co.uk###modal_container | |
boards.ie###notify-container | |
plus.google.com###gba.gb_Ec | |
katowice-airport.com##body > div:not([id]):not([class]) | |
oferia.pl##body > div:not([id]):not([class]) | |
grafoteka.pl###info-container | |
shopusa.com##body > .box | |
ohra.nl###wrapper-overlay | |
jw.org##.legal-notices-client--notice | |
dynos.es###cuerpo > div:not([id]):not([class]) | |
pobieralnia.org###close | |
amadeus.com##.wayfinder-component, .country-lightbox.cookies | |
siemens.com###c-info, .cm-banner | |
fiskarsgroup.com##.q_cookies | |
androidmagazine.pl##body > div:not([id]):not([class]) | |
smulweb.nl##.accept_container | |
epiotrkow.pl##.user_politic_pop | |
bygningskultur2015.dk###lbmodal-overlay, #lbmodal | |
racjonalista.pl###_ci | |
xtremmedia.com###mensacok | |
herbaciani.pl##body > div:not([id]):not([class]) | |
waw.pl###wip.stability, .alert-warning, .komunikat | |
costco.co.uk##.site-messages-container | |
adverts.ie###notify-container-sticky-wrapper | |
siemens.pl##.alert.block.show, .PopupDiv | |
laznianowa.pl##body > div:not([id]):not([class]) | |
leroymerlin.es###divFlotante | |
swiatnauki.pl###menu | |
oxfordshire.gov.uk##.occlss-alert--cookiepopup | |
mtvmobile.nl###exposeMask, #TMobile_nl_WebPortals_UI_PageComponents_CookieSettingsOverlay_CookieSettingsOverlayController_OverlayRootDiv | |
legolas.pl###kuki | |
mappy.com###IndexView-first-visit | |
slke.dk###lbmodal-overlay, #lbmodal | |
ists.pl##.polityka | |
fora.pl##.pp-t-a-c | |
petardas.com##body > div[style*="color:white"], body > div:not([id]) > div[style*="color:white"] | |
winrar.es###ckwarn | |
racunovodja.com##.polprosojno | |
reviewcentre.com###growlcontainer | |
pensioenleeftijdberekenen.nl###ckpol | |
toysrus.es##body > div:not([id]):not([class]) | |
cepsa.com##.b-home-modal | |
omegasoft.pl##.ui-dialog | |
mpolska24.pl##.infoBox | |
smakizycia.pl###info-bar | |
tabletsmagazine.nl##.opt-in | |
ebuyclub.com###bandeau-c | |
szpital-chrzanow.pl##.warp_top_message | |
automapa.pl##body > div[style*="fixed"], .error.rounded | |
szkolkikornickie.pl##.head-page-information | |
kikocosmetics.es##.mod-notification | |
shellsmart.com###modal_container | |
webm2.dk###footer_notification | |
storm24.pl###popup, .popup | |
weespreventief.nl###popup, .popup | |
danskernesdigitalebibliotek.dk###lbmodal-overlay, #lbmodal | |
24hgold.com##.divTop | |
policja.pl##.informationBar, .JSWrapper | |
ford-esklep.pl###box_alert | |
tomtom.com###tabbed_menu + .container.expand, .tt-cookie-bar-module | |
healthcare.siemens.dk##.alert, #alert | |
centraalbeheer.nl##body > iframe | |
layar.com##.remarketing-banner | |
wiz.pl###menu | |
cartoonnetwork.com###tos-bar | |
testigo.pl###cp_wrap | |
wiara.pl##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
tyrdanmark.dk###C46703f08cookie | |
markgum.com.pl##body > div[id=""] | |
cnn.com##.m-truste, #new-tos-privacy, #js-tos-prompt, head + div, .user-msg, #notification-legal, .popup_tosEdition | |
kopland.pl###message, .message | |
zorgbelang-noordholland.nl##.telecom-tracking-dialog | |
unizg.hr###cms_area_admin_bar | |
4hifi.pl##.myModal-box | |
office.com###BannerContainer, #h_popup, .sortable-control > .row-fluid.pmg-txt-align-center.pmg-grid-content-no-padding.pmg-grid-content | |
aktieinfo.net###eufis | |
ksiegaimion.com###euci | |
ecfr.eu###footerr | |
lrb.co.uk###wrapper > div:not([id]):not([class]) | |
kunst.dk###lbmodal-overlay, #lbmodal | |
oesterreichinstitut.cz###cook-cont | |
foto4u.pl###info-bar | |
napovednik.com##.alert, #alert | |
maty.com##.banner-wrapper | |
skitour.fr###coo_aut | |
vttour.fr###coo_aut | |
olsztyn.com.pl##.rodoaccept | |
sondagenational.com###legalCookies | |
love.dk###scw | |
sodisce.si###system-message, #system-messages, #system-message-container | |
zepass.com##.bloc-notifications | |
reactor.pl###einfo | |
energiemoinschere.fr###headband | |
mutuelle.com###cook, .cook | |
zombiearmy.com##.warning | |
buziak.pl###cffc | |
hop.com###cnil-layer | |
notre-planete.info###npimsg | |
kingston.com###policy_message | |
zeroturnaround.com##.hud | |
pewnykantor.pl###cu_bar | |
hth.dk##.nb-message | |
alltricks.fr##.alltricks-CnilRibbon | |
hi-tec.com.pl###cookies | |
unisys.com###AlertWrapper | |
thelawpages.com###terms | |
yachtbasen.com##body > .hidden-print | |
nba.com###nba_tos | |
danmarklaeser.dk###lbmodal-overlay, #lbmodal | |
aso.fr##.confidentialite | |
blogs-r.com##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
cio-online.com###dialog.bulle_bas | |
grandeavenue.fr##.fixedBanner | |
motomoto.pl###itlbox | |
bluearan.co.uk###slider | |
themudday.com##.confidentialite | |
zien.tv###cbar | |
talerzpokus.tv##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
radioluisteren.fm###cbar | |
aceprensa.com###anuncio | |
off-road.pl###popslide | |
mininstitution.dk##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
ihg.com###topSpot, .mod-modal | |
fora.se##.alert, #alert | |
mediametrie.fr###cooks | |
unoform.dk##.notificationbar | |
lotnictwo.net.pl###navbar_notice_123 | |
environmentlaw.org.uk###nf_htmlonly | |
werkenbijstayokay.com###sliderWrap | |
sfinks.org.pl##body > div:not([id]):not([class]) | |
macrojuegos.com###popupmsg_wrapper | |
glyphweb.com##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
skatteverket.se##.alertWrp | |
bitmarket24.pl##.alert, #alert | |
merixstudio.pl###message, .message | |
purinaonline.es###__afpc | |
selexion.be###splash_footer | |
kinoteka.pl##body > div:not([id]):not([class]) | |
minmyndighetspost.se##.alertWrap | |
minameddelanden.se##.alertWrap | |
thagson.com##.init_message | |
licytacje.komornik.pl###sign_up, body > div[style*="margin-top: 100"] | |
sprezyny-strozyk.pl##.head-page-information | |
emagister.fr##.fixed-footer | |
ulabox.com##.flash-message-bar | |
bloodhoundssc.com##.ccwrap | |
malygosc.pl##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
lodz.pl###stpdueckmsg, .sticked-widgets__widget-trigger[href*="ochrona-danych-osobowych"] | |
cieem.net##body > div:not([id]):not([class]) | |
brouwland.com##.notification-top | |
podatnik.info##.p14-footer > div:not([class]) | |
survey-remover.com##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
clubhyundai.es##body > div[id][class] | |
wwf.gr###popupBg | |
biznes2biznes.com###stickynote2 | |
mundosexanuncio.com###alegal | |
avogel.dk##.slideOutContainer | |
sizzle.co.uk##.alert, #alert | |
mysnapp.co.uk##.cookies-content | |
botrans.eu###c_tlo | |
minigamers.com###popupmsg_wrapper | |
runinreims.com##.confidentialite | |
ogaming.tv##.navbar-fixed-bottom | |
fitzpatrickreferrals.co.uk###hellobar | |
xuletas.es###privacy_w | |
konkolnieruchomosci.pl##.head-page-information | |
otabletach.pl###cop | |
kikocosmetics.com##.mod-notification | |
parkguell.cat###fixdiv | |
dvdfr.com###dvdfrCnil | |
digitenne.nl##body > div:not([id]):not([class]) | |
macquarie.com###alert-first | |
kanpai.fr###f_r_e_e | |
motonotes.pl##body > div:not([id]):not([class]) | |
weber.dk##.flash-info | |
seges.dk###vcc_container | |
die-linke.de##.disclaimer | |
net.hr##.disclaimer | |
dielinke.berlin##.disclaimer | |
opera-comique.com##.disclaimer | |
valtra.de##.disclaimer | |
fellow.pl##body > div:not([id]):not([class]) | |
salonroman.pl##body > div:not([id]):not([class]) | |
pss-archi.eu###miam_div | |
lafi.fr##.nota | |
flatme.it###ic | |
123partyshop.nl##body > div:not([id]):not([class]) | |
volkswagen.com###vwd4_m509, .system-notification | |
visitleevalley.org.uk###howdy | |
nageurs.com##body > div:not([id]):not([class]) | |
pusc.it###pixelfabrica-cs-banner | |
agroterra.com##.alert, #alert | |
allekoszyk.pl###allekoszyk > div[style*="fixed"] | |
nutrimuscle.com###messageBox | |
forumcommunity.net##.note, .jnote | |
londontechweek.com##.festival-cookie | |
ondarock.it###bottom-banner | |
fcarreras.org##.NoticesBox | |
homecinemamagazine.nl##.opt-in | |
bahnhof.se##.top-line-block | |
southwestcoastpath.org.uk##.roar-body | |
jal.com###JS_ciBox, #JS_ciBox_filter, #JS_ciBox_filter_iframe, #JS_ciBox_style | |
cochranelibrary.com##.system-message-container | |
lindex.com##.notification | |
klockolandia.pl##body > div:not([id]):not([class]) | |
smhi.se##.polopolyNotification | |
supersoluce.com##body > div:not([id]):not([class]) | |
magazynpracy.pl##body > div:not([id]):not([class]) | |
devilpage.pl##body > div:not([id]):not([class]) | |
laga.se##.site-info-message | |
hertz.it###light-box-1 | |
elektrozysk.pl##body > div:not([id]):not([class]) | |
krakow.pl##body > #ci[style*="fixed"], body > #kuki, body > #mainCookie | |
bywajtu.pl###co15ie87a | |
tecnun.es###alertbar | |
invita.dk##.notificationbar | |
juzaphoto.com##.s_bluebox | |
telesystem-world.com###cover, #cookies | |
holding-graz.at##.blockOverlay | |
efax.fr##.stickyFooter | |
mountain.es###messagebar | |
dictzone.com###ac | |
qrzcq.com##body > div:not([id]):not([class]) | |
stoeger.net##.sqs-announcement-bar | |
gore-ljudje.net##.blockUI | |
winsornewton.com###PECR | |
flugladen.de##.notificationContainer | |
lca.pl###popupDiv | |
baulinks.de##body > div:not([id]):not([class]) | |
estos.de###cpol-banner | |
spreaker.com###ly_flash_message | |
auxmp.com##.policy-label | |
linuxportal.pl##body > div:not([id]):not([class]) | |
modeoutlet.nl###popup, .popup | |
9maand.be##.flashup | |
blogfree.net##body > .jnote | |
browar.biz##.page > div > div[style*="gray"] | |
ents24.com##.cookie-nudge | |
xe.gr##.google_diaclaimer | |
newhallhospital.co.uk##.popupbox | |
jotti.org##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
ikalender.se##body > center > table[style*="F0F0F0"] | |
milan7.it###site-content > .row > h2 | |
polomarket.pl##body > div:not([id]):not([class]) | |
les-champignons.com###pub | |
beko.es##.sayfaIcDiv .row300 | |
centrumpiwowarstwa.pl##.page > div > div[style*="gray"] | |
superstart.se##body > div > div > div[style*="777"] | |
discounto.de##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
prezzoforte.it###bottombar | |
toysrus.pt##body > div:not([id]):not([class]) | |
paivyri.fi##body > center > table[style*="width:100%"] | |
netcarshow.com###cNag | |
euromaster.de###lytic_layer, #lytic_askbox | |
netvaerkslokomotivet.dk###ck_row | |
ic2montecchio.gov.it##.page > div[style*="fixed"] | |
codziennikfeministyczny.pl###bazinga-muffin-container | |
box10.com###cwarn-box | |
costaclub.com##.alertMessaging | |
stamboomonderzoek.com##body > form | |
kalendarzswiat.pl###consent_box_wrapper | |
saltogpeber.dk##.push-up[data-id="sp-cookie"] | |
linkem.com###bottom-banner | |
stubhub.de###banner-container | |
360qpon.it###footerSlideContainer | |
medarbejdernet.dk###modalLayer | |
qr.cz###eu-fck | |
leyprodatos.es###cs_informationBar | |
ktotv.com##.headline | |
sallyx.org##.topInfo | |
wowza.com###ck_pu | |
litmind.com###bottom_notice | |
costacroisieres.fr##.alertMessaging | |
huaweivenicemarathon.it###cp-cont | |
pyrex.fr###popajax | |
eservice.pl###zwcc | |
discountoffice.nl##.navbar-fixed-bottom | |
uctovani.net###message_wrap | |
mangaclassics.mboards.com##body > div[id][class] | |
eurojackpot.it##.popup-view.modal | |
timing.pt##.policy, #policy, .cpolicy | |
swiat-agd.com.pl##body > div:not([id]):not([class]) | |
fiatklubpolska.pl###navbar_notice_1.restore | |
szlakpiastowski.com.pl##.head-page-information | |
lainox.it##.background_overlay, #overlay_form | |
opel-sklep.com###simple-modal-overlay, #simple-modal | |
filminstitutet.se##.info-banner | |
chateauxhotels.com###notificationBar | |
distritopostal.es###ecl-container-box | |
soeren-hentzschel.at###storage-notice | |
toscana.it###cookPol, #banner-overlay-top-page, #myCookie | |
nas-forum.com##.ipsMessage_error | |
fundedbyme.com##.pageNotification | |
blasapisguncuevas.blogcindario.com##body > div[id][class] | |
intrage.it##.BoxPrivacy | |
ingemecanica.com##.encabez | |
fxsolver.com###tframe | |
123rf.com###tnc-bar | |
infiniti.nl##body > .c_128 | |
infiniti.de##body > .c_128 | |
nkd.com###DIV_1 | |
eksiegarnia.pl###kuki | |
dailyedge.ie###notify-container | |
blauarbeit.de###messages-container | |
email.it###inckem, #FrstCksDiv, body > div:not([id]):not([class])[style*="000"] | |
e-lawresources.co.uk##.topbarBox | |
rast.hr###blokDiv | |
livescores.com##.info-msg | |
akcneletaky.sk###infoCoo | |
paysdelaloire.fr##.tx-pnfcnil | |
ingyen-van.hu###figyu | |
steffen-hanske.de###note | |
infiniti.co.uk##body > .c_128 | |
firstsave.co.uk##.msgBox p | |
hrportal.hu###fixdivgoogle | |
miplo.pl##.error.rounded | |
drivepad.fr###privacy, .privacy | |
the42.ie###notify-container | |
hpobchod.sk###hpmGmtT | |
vas.com.pl##body > div:not([id]):not([class]) | |
federacja-konsumentow.org.pl###cu_bar | |
bancomparador.com###cuki | |
amaterky.sk##body > div:not([id]):not([class]) | |
previ-direct.com##.alert, #alert | |
kodilive.eu###claw | |
areatour.pl###topbar | |
userbenchmark.com###notForm | |
kinonh.pl###div_ac | |
novatech.com.pl###cooki | |
st-ab.nl##table[width="941"] td[height="38"][width="100%"] | |
montura.it##body > div:not([id]):not([class]) | |
spaziorock.it###bottom-banner | |
mobil-1.nl##.fancybox-container | |
gratisfaction.co.uk###grey-bar | |
spielfilm.de##.alert, #alert | |
runmap.net##.messages.temporary | |
acara.cz##body > div:not([id]):not([class]) | |
allomarie.fr##body > div:not([id]):not([class]) | |
scuolerimini.it###upper_div | |
radiosetv.com##.fck | |
asd.pl##body > div:not([id]):not([class]) | |
miastograf.pl##.ui-widget, .ui-widget-overlay | |
ihrzeszow.ires.pl##.PopupOverlay, .Popup | |
controcampus.it###Controcampus_cookie_advice | |
soft112.com###s112_accept_cookies | |
giappo.com###normativa | |
linnunrata.org##body > div:not([id]):not([class]) | |
rentl.io###scroll-popup | |
rankomat.pl##.rank-cookie-bar | |
foto.no###allwrapper > div[style] | |
bonappetit.hu###foodfood_cookie | |
neue-freunde-finden.com###privacy-bar | |
almacen-informatico.com###Informacion | |
vienormali.it##.info | |
kvalster.se##noindex #y | |
wander-community.de###privacy-bar | |
ildesertofiorira.org###system-message, #system-messages, #system-message-container | |
origin.com##origin-global-sitestripe | |
istotne.pl##.notification | |
firefoxosdevices.org###storage-notice | |
inelenco.com###hid | |
calcolostipendio.it##.bold_text | |
decrypterlenergie.org###alert-mention | |
demaiogroup.it###normativa | |
apdmarket.pl###popup, .popup | |
zosiaikevin.pl###novem-slot | |
zdrowemiasto.pl###_mo | |
amarone.pl###contBanner | |
rckik.poznan.pl##body > div:not([id]):not([class]) | |
avery-zweckform.poznan.pl##body > div:not([id]):not([class]) | |
peka.poznan.pl###popup-peka | |
wydawca.com.pl###kuki | |
wirtualis.pl###info_container | |
webelite.pl###infobar | |
simba.com.pl###cContainer | |
metairie.fr##.popup-notification | |
sapo.tl##.bsu-v2-ntfs | |
traningspartner.se##.top > .container > .sd-surface > .sd-object-if | |
alatest.it##.identity-noticebar-content | |
lstsoft.com.pl##body > div:not([id]):not([class]) | |
jordbruksverket.se###svid10_7824f13e14ed0d5e4dcbbcf0 | |
uabstyle.it##.alert-dismissable | |
supermarchesmatch.fr###fevad | |
vergelijk.nl##div[data-bind*="PageLocationLinksBehavior"] > div[data-bind*="PopupBehavior"] | |
marbaro.it###marbaro_cookielaw_banner | |
z-ciziny.cz##.euc | |
eset.com###cook, .oks_pp_msgs | |
legnica.pl###popupDiv | |
strefa.fm##.cookskom | |
przyspiesz.pl###container_vsm | |
buliba.pl###tooltip-hook | |
platinumoil.eu##.head-page-information | |
e-gratka.info###pojemnik | |
imp.gda.pl###cp_wrap | |
kupbilet.pl##.alert-dismissible | |
krosnocity.pl###polcia | |
hemp.pl###cookie | |
fandemonium.pl##body > div:not([id]):not([class]) | |
expozdrowie.pl###alert_popup | |
eteacher.pl###info_container | |
kielce.eu###belka_dolna | |
aftermarket.pl###part-cookies | |
getem.pl###polityka | |
archiwumalle.pl###polityka | |
anonse.com###polityka | |
kosmetykizameryki.pl###polityka | |
basketzone.pl###polityka | |
teletec.it###cookieNewTeletecMainSitoInfo | |
playme.it###msg-close | |
wrigleys.co.uk###rpcm | |
dexigner.com###cwarn | |
netonnet.se##.topInfo | |
netonnet.no##.topInfo | |
lawyersonline.co.uk##.alert, #alert | |
ouedkniss.com##.informations_box | |
allianz.hu###idAllianzCookiePolicy | |
kicktipp.de##.messagebox | |
scanbot.io##.sb-banners--cookie | |
antalis.co.uk###overlay | |
urban-rivals.com##.alert, #alert | |
poxilina.com.pl###back-lightbox | |
unifrance.org##.headerInfos | |
scutt.eu###pojemnik | |
svensktnaringsliv.se###warning | |
hkr.se###cookies | |
mercateo.nl###header-popup-info | |
bresciamobilita.it##.cn-wrapper | |
tipsmidler.dk###lbmodal-overlay, #lbmodal | |
udlodningsmidler.dk###lbmodal-overlay, #lbmodal | |
hpmarket.cz##body > div[style*="FFF"] | |
mygame.co.uk###footer ~ div[id] | |
hankooktire.com##.top_ep_wrap | |
po-sloveniji.com###cookN | |
forumplay.pl###notices | |
grandix.nl###popup, #overlay | |
bleacherreport.com##.privacy_notice | |
spalensky.com###w_notice | |
austrian.com##.cop | |
teogkaffespecialisten.dk##.alert-dismissable | |
apogeum.net.pl##body > div:not([id]):not([class]) | |
uk-oak.co.uk###cc-conf | |
finefish.cz##body > div:not([id]):not([class]) | |
dentisti-italia.it##.di-banner | |
zeelandhome.nl##.onderbalk | |
radioplay.se###root > div > div:first-child | |
ecodallecitta.it###consenso | |
lesportecles.com##.alert-info | |
autosjbperformance.fr##.cekomeadsbottom | |
b-travel.com###fb-cd | |
salonocasion.com###fb-cd | |
lediomedee.it###cookie-choices | |
arguedas.es###barra | |
avalon.me###stickyFooter, .sticky-footer | |
radiofama.com.pl##body > div:not([id]):not([class]) | |
eena.pl###whole_page_loader | |
izi.si##.cookies | |
affaronissimo.it###af-cw-box | |
brobygning.net##body > div:not([id]):not([class]) | |
iit.it###messageOuter | |
opengapps.org##.mdl-snackbar | |
hudo.com##.cookie-screen | |
texxas.de###texxas-cookie-accept | |
atg.se##.notice__info-info, .alert--info | |
seasaltcornwall.co.uk##.global-promotion | |
w3logistics.com###w3l-cookiebox | |
actionforme.org.uk##.afme_cookie | |
jajco.pl##div[id*="cookies-notification"] | |
filmempfehlung.com###fe > div[style*="fixed"] | |
mondoconv.it###CokCon | |
brieffreunde.org##body > div:not([id]):not([class]) | |
basiszins.de###wrapperdiv | |
cebit.de##.notifier.is-top-fixed | |
catalunyacaixa.com###politica | |
jdrp.fr###jdrp_cookie_notice | |
firearms-united.com##body > div:not([id]):not([class]) | |
snp.nl##.snp-cookiebar | |
f2p.com###CN | |
wedotechnologies.com##.notification-general | |
senoecoseno.it###dcb-black-screen | |
gam.com###gamCookieNotice | |
compteurdelettres.com##.rssincl-content | |
baseplus.de###agb_area | |
slwstr.net##.sqs-announcement-bar | |
adomik.com##.sqs-announcement-bar | |
electronique-mag.com###alert_trk | |
gyldendal-uddannelse.dk###tempDiv | |
tge.com.pl##body > div:not([id]):not([class]) | |
allianz.de##.banner, #banner | |
tattoomania.cz##body > div:not([id]):not([class]) | |
kriwanek.de###system-message, #system-messages, #system-message-container | |
balslev.dk###lbmodal-overlay, #lbmodal | |
joomeo.com###c-policy | |
happycare.cz##.SiteMessage | |
mercedes-benz-clubs.com###cp-wrap | |
apartmanija.hr###site_nt | |
chordbook.com###cbeu_container | |
maltairport.com###cookthis | |
abandomoviez.net##.alert-danger | |
fbackup.com###fbackup_accept_cookies | |
sachsen-anhalt.de##.lsa-privacy-alert | |
trattorialatellina.it##.peek-a-bar | |
carfacto.de###b-cc | |
anisearch.com##.urgent-msg | |
sportfondsen.nl###zwemmen-optin-header | |
whiskyreview.nl##body > div[id]:not(#sitepicker):not([class]):not(#footer) | |
justaway.com###bannerTop | |
digienergy.ro###sticky-popup | |
bblat.se###p_ciCont | |
digitel.sk##td[height="35"][bgcolor="#CCFFCC"], td[height="35"][bgcolor="black"] | |
appdynamics.fr##.announcement-bar | |
needrom.com###cookie_needrom | |
fitbitsemideparis.com##.confidentialite | |
nissan.si###ckContainer, #ckBg | |
ridewill.it###footerCk | |
unitedresistance.eu##.infobox | |
barracuda.com##.alert-tertiary | |
alipaczka.pl###bottom-charm | |
pclooptvast.nl##body > div[id]:not(#websitecontent):not([style]):not([class]) | |
dentonet.pl###cpolicy_wrap | |
armedangels.de##.notice-home | |
birdfood.co.uk###setup_notice | |
pani-teresa.com.pl##.head-page-information | |
cifec.es###fixdiv | |
viralagenda.com###viral-footer | |
pictetfunds.com###tracking-message | |
paysafe.com###notify | |
oalley.fr###CGU | |
stiridecluj.ro###acn_cook | |
na.se###p_ciCont | |
hth.se##.nb-content | |
salon404.pl###jqmAlert | |
alatest.nl##.identity-noticebar-content | |
kinderspiele-welt.de##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
aicanet.it##.popup-view | |
forncaltia.com###kopageBar | |
menhdv.com##body > div:not([id]):not([class]) | |
allocadeau.com###allocadeau-cookies-lightbox | |
confartigianato.it###ssspu-wrapper | |
binck.nl##body > iframe | |
rugby-league.com##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
elettrocasa.it##.bottomBarMessage | |
albertsteinhauser.at##.wppn-wrapper | |
firstdraftnews.com##.welcome-message | |
pan.bg##.coloralert | |
solarenvi.cz###cs_bx | |
e-food.hu###efood_cookie | |
pmi.com###lightbox-panel | |
ingame.de###ingameCookie | |
backup4all.com###backup4all_accept_cookies | |
mesonic.com##.maintd td[style*="background:#999"] | |
mercateo.fr###header-popup-info | |
kombit.dk###lbmodal-overlay, #lbmodal | |
neopost.fr##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
webzdarma.cz###fixedBar | |
mklr.pl##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
enerpoint.it###container > div[style] | |
grammata.es##.alert-info, .alert-warning, .alert-box | |
geonovum.nl##.geonovum_cookie_popup_main_wrapper | |
goodsstall.co.uk###hideme | |
cafassoefigli.it##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
helsingborg.se##.alert-info, .alert-warning, .alert-box | |
supernordicskipass.it##.infPr | |
natura-nuova.com##.bottomBarMessage | |
qbasic.at###ckkasten-container | |
nestlehealthscience.fr###nhsCookiePopUpBar | |
axa.sk##.axa-cookies | |
managerzone.com##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
auto.at##table[width="98%"][bgcolor="#666666"] | |
garbo.ro###ictsuc_block | |
sapsalis.gr##.termsnote | |
paf.com##.mo-notification-bar-fixed | |
sconfini.eu###sbox-window, #sbox-overlay | |
jimbeam.com##.ng-scope[data-jb-message-cookie] | |
docteurclic.com###disc | |
coulisse.de##body > div:not([class]):not([style]):not(#content-wrapper):not(#search-overlay):not([id*="fancybox"]) | |
technopolis.bg###infomessage | |
elektrykapradnietyka.com###epnteucookie | |
mediaworld.it###bannerPolicy | |
ulianavalerio.it##.alert-info, .alert-warning, .alert-box | |
komunitnicestiny.cz##.alert, #alert | |
cyclingarchives.com###header > div[id*="zxcw"] | |
destinyghosthunter.net##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
auditoriaswireless.net###adk_acblock | |
zs1mm.edu.pl##body > div:not([id]):not([class]) | |
fowtcg.it##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
alcoholics-anonymous.org.uk###cook, .cook | |
forumlekarza.pl###cpolicy_wrap | |
ncplusgo.pl##.js-messages | |
autogasnord.it##.pre-privacy-container | |
moly.hu###eu | |
infiniti.fr##body > .c_128 | |
lotus-planete.com###lotus-cookies-wrap | |
docdroid.net##.ui-pnotify | |
aegonalapkezelo.hu###AEGONCookieLine | |
monptivoisinage.com###com-message, #bandHead | |
tvgids24.nl###cbar | |
theinvergordonarchive.org###CQ | |
meteo-service.nl###popup-container | |
valher.si##body > table | |
zahradnikrby.cz###cs_bx | |
v10.pl##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
hlidacipes.org###hlidacipes_cookies | |
affecto.fi##.privacy-policy-container | |
datatypes.net###cw | |
regalideidesideri.it##.centered-container .msg | |
teemo.gg##.alert, #alert | |
dnevnik.si###app-messages | |
einbuergerungstest-online.eu##.alert-info, .alert-warning, .alert-box | |
todotejados.com###kopageBar | |
avtomobilizem.com##.c-notice | |
cinquantamila.it###privacy_advisor | |
englishgratis.com###privacy_box_container | |
sexomercadobcn.com##.hidder, .disclamer | |
nordschleswiger.dk##.TopAdvertising-Content-Wrapper > .Seeems-CollapsibleArea | |
heim-und-haustiere.de###hinweise | |
librogame.net###system-message, #system-messages, #system-message-container | |
concordiaubezpieczenia.pl##.head-page-information | |
farmacosmo.it###bottombar | |
ttela.se##.ttelcGRCookieContainer | |
carmenthyssenmalaga.org###divAlertas | |
orgoglionerd.it##.irpclw | |
gmsystem.pl##body > form | |
therapia.cz##.CC_wrap | |
tagsistant.net###sbox-window, #sbox-overlay | |
rhp.nl###cn-wrapper | |
helbling-ezone.com###statusBar | |
andyhoppe.com###cmsg | |
faqin.org##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
hyperxgaming.com###policy_message, .notification-center | |
mtv.com###balaMainContainer | |
geoprostor.net###REALISCCBAR | |
uni-kl.de###cookie-uni-kl | |
merlin.pl##.merlin-legal-note | |
parcoappiaantica.it##.moduletable-privacy-popup | |
volvo.com##.headerNotification | |
geekhebdo.com##.cookiegeek | |
essilorpro.co.uk###mentions | |
bouwformatie.nl###stickyHeader | |
smartphonehoesjes.nl###bar | |
itwayvad.com###light | |
nousmotards.com##.csa-popup | |
game-ready.com##.ly-cookie | |
nite-ize.eu##.blockMsg | |
draagle.com###nonsense_root | |
cafe-royal.com##.browsehappy | |
notariado.org##.alert-info, .alert-warning, .alert-box | |
senarrubia.it##body > div:not([id]):not([class]) | |
relpol.pl###powiadomiony | |
el-klinikken.dk##body > div:not([id]):not([class]) | |
forbot.pl###ForbotCookies | |
swm.de##.mod-029 | |
polipc.hu###sutik_elf | |
luxicarshireltd.co.uk##body > div[data-rule-type] | |
wearewater.org##.messages | |
alsacechampagneardennelorraine.eu##.cm-message | |
homejardin.com##td[valign="top"] > p[style*="text-align:justify"] | |
flyordie.com###eucc | |
sickbrain.org###popslide | |
rychlyrande.cz##.cok | |
convert-my-image.com##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
vedian.io##ve-cookies | |
adeccomedical.fr##.bannerContainer | |
raikaritten.it##.bottom_note | |
vanitybamboo.com###div_c | |
alectia.com###NavigationHeader > .smart-object[style*="white"] | |
flitsers.nl###cc_overlay | |
grupazywiec.pl###apollo-bar | |
abt-s.pl###myModal, .modal-backdrop, .reveal-modal-bg | |
telefonoassistenza.net###window | |
ako-uctovat.sk###message_wrap | |
professioneparquet.it###system-message, #system-messages, #system-message-container | |
loterieplus.com##.ck_popin | |
fotozine.org###kukijima | |
praktiker.bg###infomessage | |
tysiagotuje.pl##body > div > div:not([id]):not([class])[style*="fixed"] | |
numericable.mobi##.toastComponent | |
bordersdown.net###message-1 | |
diyaudio.pl###navbar_notice_11 | |
kelloggs.fr###kelloggsfrance | |
xilo1934.it##body > div:not([id]):not([class]) | |
mediatheque.sainthilairederiez.fr###info_message | |
wabeco-remscheid.de###myModal, .modal-backdrop, .reveal-modal-bg | |
ardes.bg##.c-msg | |
villamadruzzo.com##.tpca | |
tma-winding.com###system-message, #system-messages, #system-message-container | |
eaux-de-normandie.fr###notifybar | |
mcclic.com###dialog | |
musicworks.it###infromativap | |
sachsen.de###xcm-bar, .ld_container | |
lonelyplanet.com##.alert, #alert | |
sabrain.com##.message-panel[data-notice-id="brainscookienotice"] | |
matoga.com.pl##body > div:not([id]):not([class]) | |
swarovskioptik.com###cpp-wrapper | |
voiceanddatazone.com###popup, .blocker | |
expogatemilano.org##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
kreuzwort-raetsel.net##body > div:not([id]):not([class]) | |
jobdiagnosis.com###benefits | |
repostuj.pl##.jumbotron | |
visit.brussels##.confirm | |
variart.org##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
maccosmetics.it##.bt-content | |
gewoonvegan.nl###tracking | |
lopolis.si##.ui-widget, .ui-widget-overlay | |
nowlive.eu###overlayPopup1, #opacity | |
lucachiesi.com##.wpcp | |
postrabbit.pl##.alert-info, .alert-warning, .alert-box | |
maklarhuset.se##body > .uk-panel-box | |
mediaspeed.net##.cp_overly, #cpContainer | |
promotionbasis.de###c_test_box | |
whitehorsedc.gov.uk##.ccwrap | |
tan.io###panel_11 .widget.plgText | |
mgr.farm###mgr_cookie_notice | |
como-se-escribe.com###pck | |
vfl.dk###vcc_container | |
compassionuk.org##.notification-bar | |
gmp.police.uk##.alert, #alert | |
vidahost.com###vh-cookie-terms | |
nissan.be##body > .c_128 | |
omnitel.lt##.oop-notification | |
hardloopschema.nl###interContainer, #interVeil | |
ahlens.se##.ah-warning | |
almamarket.pl###claw | |
g5tiregala.it###n1_popup | |
toborrow.se##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
retromarket.club###doc_injected | |
gunof.net##body > p | |
nlite.it###system-message, #system-messages, #system-message-container | |
gautier.fr###block-lchuser-user-preferences | |
jnjmedical.it###bottom-banner | |
rosacea-info.de##.infobox | |
koakdesign.info###barre | |
anticocaffetoti.com##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
vespaonline.de##.footerBar | |
oriocenter.it##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
deutsche-bank.de###wt-confirm-layer.wt-confirm-layer | |
azimutyachts.com##.floatFooter | |
resultados-futbol.com###privacyPolicy | |
partyflock.nl###ckcnsnt | |
pampling.com###mensaje_aprobacion | |
datocapital.com###ckp | |
smac-casa.it##.ccp-banner | |
hosch-kleber.hu###cinfo | |
aegon.hu###AEGONCookieLine | |
biosystems.es###aspnetForm > div[style*="fixed"] | |
forumwodne.pl##body > div[id] > div[style*="fixed"] | |
piqd.de##.pq-flash_message-outer_wrap | |
gangnam.lv###menu_side | |
binck.fr##body > iframe | |
eco07.com###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
pikore.com##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
gafas.es##.header_cookie_gfs | |
transcend-info.com###legal_notice | |
mojcomp.net##.q-ico-container | |
ragazzon.com##body > div:not([id]):not([class]) | |
amnesia.es###barra | |
siegwerk.com##.popover | |
bilka.com.pl###mod99 | |
solagrifood.com###ecl | |
activexsoft.es##body > div[class*="msg-cookies"] | |
doku5.com###msgWindowX | |
domain.com###alertBar | |
zoiglapp.de###boxes | |
infiniti.hu##body > .c_128 | |
theerlangelist.com###privacy_note | |
suzuki2wheels.be##.policy-window | |
aviva.es###ventanaFlotante | |
soundsgood.co##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
peugeotscooters.be##.policy-window | |
ravanson.pl##body > div[style*="cookies"] | |
konkurrensverket.se##.alert-info, .alert-warning, .alert-box | |
thecoupleconnection.net###anon_mode | |
globalassicurazioni.it##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
gamesgrabr.com##.alerts-wrap | |
webzeen.fr##.footer-fixed-bottom | |
bitpalast.net##.con | |
schoolandvacation.it##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
maxifoot.fr###mfcok1 | |
payoneer.com##.gb-popup | |
lavorar.it##.headerline2 | |
mtech.pl###content_jquery_bottom | |
jomalone.co.uk###bt_notification | |
czarymary.pl##.ek-bar | |
vera.com.pl##.head-page-information | |
ncplus.pl##.js-messages | |
mccruddens-repair.co.uk##body > div[data-rule-type="notification"] | |
bristoltransmissions.co.uk##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
companycheck.co.uk##footer .news-bar | |
buzzfil.net###popup1 | |
zoomalia.com##.cnil_container | |
majestic.co.uk###ens_overlay_main | |
idealing.com###idealing-cookie-consent-wrapper | |
tuandco.com##.jnotify-container | |
simpelkoken.nl###colorbox, #cboxOverlay | |
pavillonfrance.fr##body > div:not([id]):not([class]) | |
afcwimbledon.co.uk##.optional_module.profile_summary | |
getagift.pl###header > div[style] | |
mojapogoda.com###IR | |
uzdrowisko-wieniec.pl###statement | |
deshgold.com##.rltcp_information_cookie, .rltcp_overlay | |
woolrich.eu##.firstvisit | |
fratinardi.it##.wrapper > div[id*="cookie"] | |
casadei.com##.firstvisit | |
camcom.it###fine | |
portalodo.com##.alert, #alert | |
leaandperrins.co.uk##body > div:not([id]):not([class]) | |
burn-out-forum.de##.ifancybox-overlay-fixed | |
pemp.pl###divCiacho | |
swiat-laptopow.pl##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
monsterdoodles.co.uk###msgBox | |
maggi.com.my##.agreebox, .transparent | |
hannovermesse.de##.user-notes-notification | |
pavinviaggi.com###otp-privacy | |
ipodnikatel.cz##.footer-banner-container | |
uta.com###hinweisoverlay | |
vivatechnologyparis.com###content > .full > .fixed | |
synpeka.gr###trumpet_message | |
informationisbeautiful.net###iib-cookies | |
hss.com##body > div > .center_block | |
monchio-delle-corti.pr.it###system-message, #system-messages, #system-message-container | |
groupeelectrogene.com###cFrame | |
guideastuces.com###agreeMsg | |
myairbridge.com###terms | |
privatesportshop.fr##body > div:not([id]):not([class]) | |
persgroepwielerspel.nl###st_popup, #st_overlay | |
mots-croises.ch###askCk | |
adamequipment.com###fl_menu | |
atlasdepoesia.blogcindario.com##body > div[id][class]:not(#math_parentdiv):not(#pagina) | |
promet.si###REALISCCBAR | |
hang-sluitwerk.nl##.ui-widget, .ui-widget-overlay | |
bonnejournee-by-up.fr##.bandeau | |
eknjiga.hr##.popupbox | |
whoisanna.com##.popup-background, .popup | |
heythroppark.co.uk###pecr_summary | |
headfirstbristol.co.uk###cook, .cook | |
elternchecker.de##.cc_container | |
penzionist.info###sbox-window, #sbox-overlay | |
aerlingus.com##.ng-isolate-scope[cookie-content] | |
practicalphysics.org###alerttop | |
riomare.it##.ccp-banner | |
hypemerchants.nl##.body-innerwrapper + div[id] | |
autohaus-brandt.com###notify2 | |
nombra.me###privacy_w | |
dobrarada.com.pl###notice_bar | |
lcfc.com##.optional_module.profile_summary | |
adventureinsel.de##.infobox | |
goteo.org###message.info | |
valvolgyikisvasut.hu###SITE_ROOT + div | |
germinalbio.it##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
papergeek.fr###notification-bar-top | |
transcend.de###legal_notice | |
aidonslesnotres.fr###cnil-wrapper | |
unicreditbank.cz###pop-down | |
opel-rupprecht-wernberg.de###tooltip-privacy-shown | |
mmtv.pl###policyInfo | |
regupedia.de##.wr_regupedia-header-cookie | |
ardanta.nl###cookie-bar-ardanta | |
environnement-magazine.fr##.enviro-cookies | |
italiaracing.net###Allpopup_PW0 | |
bbbell.it###slideit | |
drittemanntour.at###selfedit-privacy-window | |
e-weber.it##.flash-info | |
visionaidoverseas.org##body > div:not([id]):not([class]) | |
trainstationgame.com##.alert-info, .alert-warning, .alert-box | |
wearablesmagazine.nl##.opt-in | |
hirealestate.es###stickyFooter, .sticky-footer | |
olib.oclc.org###userMessaging | |
esklep-sbs.pl###cibMessage | |
seaheroquest.com##.tab-cookies | |
davidviner.com###cklmsg | |
chceauto.pl##.cookue | |
masymasbarato.com###galetes | |
mysearch.com###cp-banner | |
bpm.it###inline-cookie-tab | |
cz.it###dviT | |
butagaz.fr###prehead | |
heyn.at##body > form | |
lalocandadeigirasoli.it##.allowBox | |
commentseruiner.com###uec_wrap | |
bongacams.com##.popup_18_plus .block.two | |
bruno-bedaride-notaire.fr##.avertissement | |
sklepbiegowy.com##body > div:not([id]):not([class]) | |
covertimes.com###privacyPolicy | |
autohus.de##.c-toast-notification | |
stresninosice.cz##.remarketing_allow | |
node-os.com###westoredata | |
bigbank.lt##.sticky | |
classcroute.com##.alert-info, .alert-warning, .alert-box | |
vh1.com##.preventAcceptance | |
magazzinirossi.eu###informativaBreve | |
lavozdeasturias.es##.alert-info, .alert-warning, .alert-box | |
rawranime.tv##.site-news[data-id="acceptcookies"] | |
sentinellelagazuoi.it###contact | |
lyrics.cat###cxcx | |
rock-in-chiado.com###SITE_ROOT + div | |
avtoset.si##body > div[style*="2A2A2A"] | |
termalfurdo.hu###layout_advertising_bottom | |
blackoise.de##.wppn-wrapper | |
profiloptik.dk##.message-large | |
parcoittico.it###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
leporelo.info##.bg-info | |
prohibita.pl##.ciachbtm-wrap-container | |
elumbus-reisen.de##.alert-info, .alert-warning, .alert-box | |
suder.eu##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
dela.nl###dela-cookie-bar | |
kelformation.com##.alert, #alert | |
pyrexuk.com###popajax | |
drukowalnia.pl##.ek-bar | |
alfakan.si##.jquery-bar | |
autotask.com##.alertbar | |
zvono.eu###footer > table | |
gsbk.pl###ci | |
trovanumeri.com###hid | |
chateauversailles.fr##.bloc-notifications | |
buyamower.co.uk##.policy, #policy, .cpolicy | |
memorialhenrykapuzonia.pl###sc | |
referendumcostituzionale.online###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
also.com##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
paramountplants.co.uk##.uk-notify | |
bndunlimited.com###header-banner | |
nationalacademic.nl###footer_fixed | |
unimib.it###bico-bscn-cnt, #cookies | |
centromedicobeb.it##.alert, #alert | |
sosulski.pl##body > form | |
howdidido.com##.alert-info, .alert-warning, .alert-box | |
bryncynonstrategy.co.uk###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
teaminternet.dk##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
highworthrec.co.uk###cookiebtn | |
oszkar.com###footerbar | |
ekko.com.pl###messagePopup | |
ministerstworeklamy.pl###messagePopup | |
jak-ksiegowac.pl###message_wrap | |
kicktipp.at##.messagebox | |
cowsep.com##.cg-notify-message | |
eg.dk##.top-alert | |
albrevin.org##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
weclap.fr##.front_web_app_main_menu_front-web-app-main-menu-component_front_show_cookie_container | |
llttf.com##.ico | |
cronacaqui.it###footerprivacy | |
camping-les-loges.com###MenuCnil | |
scavino.it###fanback | |
radsportseiten.net###zxcw03 | |
startupmalta.com##.alert, #alert | |
mtsmarkets.com###headerDropDownPanel | |
atmanavillarospigliosi.it##.sqs-announcement-bar | |
teamliquid.net##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
gcpat.com##.ms-dlgOverlay, .ms-dlgContent | |
conservateur.fr##.banner, #banner | |
instytutlogopedyczny.pl###flash-msg | |
bestiloghent.dk##.popup-container | |
theblues-thatjazz.com##.transbox1 | |
mini.it##.md-custom-overlay, .md-custom-overlay-veil | |
zeewolde-actueel.nl###CARD-optin-header | |
ef.com.es##.aa | |
sg-weber.de##.flash-info | |
mercedes-benz.net###cLayer, .cLayer, .bottom.notice, #emb-cp-overlay, #emb-cp-dialog, #cPageOverlay | |
hypersunday.com###menu-who | |
editionlimiteepays.com##.alertAgegate | |
kalenderpedia.de##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
next-gamer.de###ingameCookie | |
artedas.it###cookiemex | |
medatixx.de###cky-notification | |
cottages.com###createCookie | |
quotazero.com##.banner, #banner | |
qsoftnet.com##.art-sheet > table | |
calendrier-lunaire.net###toptop | |
vrty.org##.usage-notice > strong | |
3dtvmagazine.nl##.opt-in | |
aziendasicura.net###FrstCksDiv | |
hardreset.hu###system-message, #system-messages, #system-message-container | |
yogenfruz.pl##.shotimoo | |
brdfinance.ro###cook, .cook | |
ebok.jmdi.pl##.ui-notificationbar.top | |
battlecam.com##.navigation-notify | |
lma.eu.com##.banner, #banner | |
crowdstrike.com###optInMessage | |
cplusplus.com##body > div:not([id]):not([class]) | |
ezermester.hu##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
kapszulavadasz.hu###cook, .cook | |
kalkulatorkalorii.net##.ek-bar | |
manualslib.com##.policy, #policy, .cpolicy | |
alablaboratoria.pl###cover | |
kkuriren.se###p_ciCont | |
alko-memy.pl###cookieMain | |
remax.at###datenschutz | |
kierunekspozywczy.pl###cook, .cook | |
blackspur.com###MainTable div[style*="background:#333"] | |
visahq.co.uk###main_visa_warning | |
dopdf.com###dopdf_accept_cookies | |
beardsmen.co.uk##body > div:not([id]):not([class]) | |
sanef.com##.bandeaux | |
ah-finmekanik.dk##body > div:not([id]):not([class]) | |
auchandirect.fr##.LooprPage__NavBarContainer > .SparkFlexbox--display-flex | |
uitdatabank.be##.alert-info, .alert-warning, .alert-box | |
azimutyachts.cz##.floatFooter | |
fitneszvilag.hu###id_accptTerrms | |
varese.it###headervarese ~ a | |
para.it##.popup-alert-notice | |
buderus.de##.tt-mybuderus-common-cookiebar | |
appdynamics.de##.announcement-bar | |
mimio.com##.botmid | |
sausageandciderfestival.co.uk###CC_Bar, #CC_Shade | |
cinemacity.sk##.policy, #policy, .cpolicy | |
grottapalazzese.it##.modal-strip | |
crescent.se##body > div[data-am-cookie-information] | |
kozy.pl###claw | |
wislaportal.pl###cook, .cook | |
liebl.de##.ish-global-notice-container | |
sussexarchaeology.org###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
lords.org##.global-notice-wrap | |
weber-terranova.hu##.flash-info | |
southoxon.gov.uk##.ccwrap | |
auto-schorn.de###notify2 | |
viu.es###sst_container | |
breakingitaly.it##.sqs-announcement-bar | |
mare2000.it###avviso | |
serialefilmyonline.pl##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
uuid.cz###fuckies_info | |
unicreditbank.si###pop-down | |
federconsumatoripavia.it##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
mountstuarthospital.co.uk##.popupbox | |
alatest.no##.identity-noticebar-content | |
tyrolia.at##body > form | |
motorcycles-motorbikes.com###CQ | |
nowtv.it##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
almaimotthona.hu##.aszfLayerText | |
spelsberg.de##.tx-elsbase-notification | |
stylefactoryproductions.com##.sqs-announcement-bar | |
negrita.fr###slidebox | |
ingwb.com##.glass, .dialog | |
voloweb.it###popupDivC | |
ilfruttarolo.it###decretopr | |
e-cegjegyzek.hu###suti_csik | |
coisas.com##.fixebar | |
runinmarseille.com##.confidentialite | |
carhartt-wip.com##.standard-message | |
wnt.com###trackerBanner | |
sherburnaeroclub.com###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
e-stave.com###message, .message | |
satispay.com##.alert-info, .alert-warning, .alert-box | |
alpintouren.com##.humane | |
jooas.com##.alert, #alert | |
quazer.com##.fullscreen-notification | |
szyj.pl##body > div:not([id]):not([class]) | |
alyt.com###ALYT_privacyCookie | |
epexspot.com###ub | |
privatesportshop.it##body > div[style*="FFFFE1"] | |
laatumaa.fi###PrivacyNotice | |
frivolausgehen.eu###hinweise | |
daiwa-info.hu###wrap | |
americancentury.com###instruction_message | |
mimprendo.it##body > div:not([id]):not([class]) | |
katorishintoryu.it###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
podcrto.si###cc-note | |
kicktipp.com##.messagebox | |
mycircle.tv###notif_ck | |
filedesc.com###cwarn | |
vrn.de###vrn-cookie | |
mywebook.com##.cui-coks | |
decathlon.hu###container-screen | |
rendi.hu##body > div:not([id]):not([class]) | |
overcoming.co.uk###msg_top_bar | |
somethingartistic.net###hellobar-slider | |
valtifest.nl###cerabox, #cerabox-background | |
volvotrucks.nl##.headerNotification | |
havoline.com##.blockUI | |
zetchilli.pl##.giodoContainer | |
marathondumontsaintmichel.com##.confidentialite | |
humanic.net###privacyOverlay | |
webmaster-rank.info###footerSlideContainer | |
216dt.com###bdy > div[style*="fixed"] | |
pingvinpatika.hu##.alert-info, .alert-warning, .alert-box | |
voglioviverecosi.com##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
ekuriren.se###p_ciCont | |
britmodeller.com##.ipsMessage_error | |
liquiddota.com##body > div:not([id]):not([class]) | |
digivaardigdigiveilig.nl###boxes | |
liveuamap.com##.user-msg | |
mongars.fr###metacontainer > div:not([id]):not([class]) | |
ig.com###stickyFooter, .sticky-footer | |
usm.com##.usm-cookie | |
smarthomemagazine.nl##.opt-in | |
aircostcontrol.com##.question | |
stubhub.co.uk###banner-container | |
did.ie###notify-container | |
peugeot-scooters.nl##.policy-window | |
tuv.com###simplemodal-container, #simplemodal-overlay | |
printerman.pt##body > div:not([id]):not([class]) | |
neti.ee##.neti_reminder | |
hirpress.hu###cooky | |
os-naklo.si###message, .message | |
fis.tv##.messagesWrapper | |
eloben.hu##.law-accept | |
tudorwatch.com##.tdr-ribbon | |
videosection.com##body > div:not([id]):not([class]) | |
boraszportal.hu###layout_advertising_bottom | |
meteo.lt###ecl | |
diochan.com###di5c141m3r | |
uneto-vni.nl###euBackground | |
kotburger.pl##body > div:not([id]):not([class]) | |
liberal.hr###footer | |
byom.de##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
versatel.nl###targetedPopupFrame | |
chathispano.com##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
forzearmate.org###WPS_popup_message | |
ntp-shop.it##.bottomBarMessage | |
grazia-magazin.de##.safeSpaceForClose | |
twed.com##.topline_wrapper | |
audito.fr###iframe_cc | |
watfordfc.com##.wfc-m-cookie | |
badkissingen.de###chint | |
liquidhearth.com##body > div:not([id]):not([class]) | |
nick.com###balaMainContainer | |
brenntag.com##.page-hint-box | |
luebben.de###datenschutz-wrapper | |
teamliquidpro.com##body > div:not([id]):not([class]) | |
sheknows.com###dfp-interstitial-holder | |
mrsmithcasino.co.uk##.global-inline-notifications | |
robertsspaceindustries.com##.bottom-notif-bar, .l-notification-bar | |
surveycircle.com###consent_info | |
amnesty.fr###content > div > div:not([style]):not([id]) | |
willys.se##.ax-global-messages | |
greek-weather.org##.notice-top | |
anisearch.de##.urgent-msg | |
rocva.nl##.brochure-overlay, .brochure-overlay-bg | |
giornalepop.it###policy-alert | |
badplaats.nl##.cnotice | |
futurelearn.com##.m-heads-up-banner[aria_label="Cookie banner"] | |
ksk-koeln.de###dpWarningWrapper | |
bulls.de##footer > div[class*="cookie-hinweis"] | |
fairmondo.de##.l-news-header | |
ou.nl###M093A | |
vodafone.hu##.cookie_fix | |
tarifaexpert.hu##.lablec_suti_szabaly | |
grammophon-platten.de###hinweise | |
supercanemagic.com###SE-disclaimer | |
suzuki.nl##.page-helper__content--cookies | |
symscooters.nl##.policy-window | |
mypeopledoc.com##.tall .update | |
viewsoniceurope.com##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
kuki.cz###fuckeu | |
psc.cz##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
l1.nl###l1_cookie_policy | |
eclipsecomputers.com##.pagecookie | |
vertaa.fi##div[data-rendering-area="dialogs"] [data-bind*="ui.dialogs.PopupBehavior"] | |
efset.org##body > .aa | |
hemkop.se##.ax-global-messages | |
wuerzburg.de###chint | |
hdi.global##.js-top-header | |
inforete.it##body > div:not([id]):not([class]) | |
keyforweb.it###dcb-black-screen | |
wseven.info###ntf | |
akrapovic.com##.cookies-bubble | |
poigps.com###poigps_cookie_advice | |
gourmet.at##.row-wrapper.blackbox | |
mondial-assistance.fr##.region-disclaimer | |
rabla.ro##body > div[id=""] | |
smartenergygb.org##.segb-cookiecompliance | |
vectonemobile.nl###alert_home | |
ristorantegellius.it##.sqs-announcement-bar | |
shopwelt.de###dateschutzinfo | |
rankinglekarzy.pl###message, .message | |
lovepedia.net##.policy-banner | |
weather2umbrella.com###w2u_cookie_notice | |
euractiv.es###avisosusc | |
nacesty.cz###term-of-use | |
viactt.pt##.popupContainer | |
procyclingstats.com##body > div:not([id]):not([class]) | |
lesoriginelles.fr###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
fatface.com###messages | |
casinoeuro.com##.growl-container | |
emtecko.cz###__loadCookie | |
abb.com###abb-cookie-banner | |
fishersci.fr###legalMessageWrapper | |
telkom.co.za###PrivacyNotice | |
broughtons.com##.notice-wrap | |
idee-fuer-mich.de##.subNaviNotification | |
hessenchemie.de##.readcookie | |
erkel.hu###suti_info | |
freeonlinegames.com###cwarn-box | |
paf.es##.mo-notification-bar-fixed | |
metropolisweb.it###informativa | |
vocabolariotreccani.it##footer | |
kum.dk###lbmodal-overlay, #lbmodal | |
my-supps.de##.pn_container | |
yomoni.fr##.header__cook | |
enel.it##.message-notification | |
prorun.nl##body > div[id]:not([class]) | |
go4celebrity.com##.ccc | |
werkstatt-betrieb.de##.cooco-window | |
accessibilitacentristorici.it###htmlbox_div1 | |
innoq.com##.tracking-wrapper | |
maschinewerkzeug.de##.cooco-window | |
magiogo.sk##.headerMessages | |
naacesrf.com###cklbox | |
ajurveda-brno.cz##.notify | |
studioevil.com###SE-disclaimer | |
miciny.cz###fixedBar | |
dagelijksestandaard.nl##.dgd_stb_box | |
debenhams.ie###debCNwrap | |
energiedirect.nl###wall | |
volvotrucks.gr##.headerNotification | |
net-s.pl##.regulations | |
rozwojowiec.pl###fixedBar | |
jobbio.com##.alert-info, .alert-warning, .alert-box | |
hotel-sonnblick.at##.pageCookie | |
haalo.pl###cooks | |
holfuy.com##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
liverpoolfc.com##.bottom-overlay | |
alatest.de##.identity-noticebar-content | |
floriantravel.com##.cookieatata | |
canrosendo.com###cookies-wrapper2 | |
czesci-samochodowe.wroclaw.pl###popup, .popup | |
sockshop.co.uk###CNwrap | |
scandtrack.com###st_cookie | |
bzwbk.pl##.cookie-btn | |
newsnow.co.uk###pmbar | |
gruppocarraro.it##body > div:not([id]):not([class]) | |
riddarhuset.se##.cookieWidget | |
dvdbluray.hu###sutibox | |
nickjr.com###balaMainContainer | |
loto.ro##.top-cookies | |
volkswagen.it###trackingPolicy | |
guidastudenti.it##.barraPrivacy | |
sokkaljobb.hu###SPS_noaccept | |
webmonkeysoftware.it###Divcookie | |
staffettaonline.com###ctl00_CtrlLogAbbonato1_cookiealert | |
sportetstyle.fr##body > div[id*="cookie"] | |
juegosdiarios.com##.bottombar | |
voicegroup.co.uk##.cookie-menu | |
vicenteamigo.com##.cva_accept | |
mixare.org##.rain1-cp-container | |
hilzingen.de##.popupbox | |
faelectronic.it##body > div[id*="cookie"] | |
fastalp.biz##.policy, #policy, .cpolicy | |
svapoworld.com###policy-alert | |
kyokugym.nl###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
digiminster.com##.alert-info, .alert-warning, .alert-box | |
grebbeberg.nl###acceptscp2012 | |
365curtains.com##.top_warning | |
hybridshop.co.uk###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
urbanfires.co.uk###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
fuba.com###cover | |
batcmd.com###cmsg | |
mtom-mag.com###alert_trk | |
itrebon.cz##.info-okno | |
jeveuxlafibre.re###les_cookies | |
eko-care.si##.ndp-panel | |
miliboo.com##.m-milibooCookie | |
capgroup.com###sb-container | |
aquaparksenec.sk###PovInfCoo | |
muzeummw.pl##.cookieForm | |
netbridge.dk###bkg | |
uresmykker.dk##body > div:not([id]):not([class]) | |
seguroscity.com###galleta | |
molfettalive.it###Info | |
bloomsbury.com##.stickyFooter | |
twojliquid.pl###message, .message | |
fragasyv.se###siteflash | |
campisiconserve.it##body > span | |
szexpartnerindex.hu###cookiewindow | |
gocards.nl###cbar | |
uneo-avantages.fr##.bCnil | |
fireteam.net##.cc-container | |
algerieinfo.com##body > center > font | |
geoblog.pl###cContainer | |
mojbrzuch.pl###__cookies_ | |
weetabix.co.uk##.oCookie | |
lacnews24.it###overlay_pri, #box1 | |
talentsoft.com###cnil_message | |
italradio.org##.privacyStatement | |
misterfox.co##body > div:not([id]):not([class]) | |
fijlkam.it###privacy-wrapper | |
dieantenne.it###camp | |
alltricks.es##.alltricks-CnilRibbon | |
sigmastudio.it###system-message, #system-messages, #system-message-container | |
candycastle.nl##.cookiesC | |
tokiomarine.com##.navigation-secondary-top | |
beroerteadviescentrum.nl###cc | |
privatesportshop.es##body > div:not([id]):not([class]) | |
online24.pt##.clm | |
sydmaquinaria.com###infoContainer | |
lettercount.com##.top-header | |
dirtyrhino.com##body > div:not([id]):not([class]) | |
gdjenamore.com##.kolacic | |
immense-serie.com###cookie_auth | |
pirk.lt###toolbar_container | |
grizly.cz##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
caferosenhaven.dk##body > div:not([id]):not([class]) | |
confort-sauter.com###block-notice | |
digi-work.com###mobileHeader | |
allplay.pl##body > div:not([id]):not([class]) | |
krups.com.pl##body > div:not([id]):not([class]) | |
vlmedicina.lt##.div_cookie_bg | |
teoma.com###cp-banner | |
coinucid.it###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
nextdoor.nl###top_banner | |
sportechplc.com##.mdl-notification | |
oneyeartarget.com###sbox-window, #sbox-overlay | |
france.fr##.atfcookie | |
tetrainfo.com###tetrainfo_eu | |
xxxvogue.net##body > div:not([id]):not([class]) | |
futbolenvivoargentina.com##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
mols-linien.dk##.CInfo | |
prague-catering.cz##.feuc | |
k-tuinskool.com###c-cookies | |
musixmatch.com##.mxm-cookie-alert | |
megascans.se###react-app > div:not([data-reactid]) | |
nosolosalud.com###downbar | |
fahrrad-kuechler.de##.cookieHintVisible div[class*="cookie-hinweis"] | |
gerlach.org.pl###top0info | |
cartests.net##.messi | |
wellmall.cz##.euc | |
entirelyholby.co.uk###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
belfastmet.ac.uk###div-alerts-wrapper | |
medizzine.com##.alerta | |
riassuntini.com##.banner.section.white-bg | |
motohid.pl###simple-modal-overlay, #simple-modal | |
copyrightpolska.pl###cookie-ack | |
beeshary.com##.banner, #banner | |
neobiznes.pl###cpolicyHolder | |
zgodafc.pl##body > div:not([id]):not([class]) | |
benissa.net###faldon | |
latiendahome.com##.cookie_validation | |
lincelot.com##.columbus-background | |
capri-lublin.pl###mod98 | |
dafmuseum.com##.page-overlay | |
rw2010.pl##.head-page-information | |
wecare.gr##.ee-cookie | |
esinvesticijos.lt###pre_header | |
casaktua.com##.alert, #alert | |
procycles43.fr###divacacher | |
tuodi.it###popup, .popup | |
beko.gr##.sayfaDisDiv > .sayfaIcDiv > .row300 | |
nordpasdecalais.fr###bandeauCnil | |
bubblebed.bg##.gs-cookies-review | |
moebelix.at##.xxxlutzkarrierecenter-themeBoxCookieInfo | |
hijob.me##.flash-cookie | |
iabfrance.com###boxAlert | |
thejukeboxman.com##.promo-banner | |
wholefoodsmarket.com##.QSISlider | |
bad-wildbad.de##.popupbox | |
eleonline.it###content > div[style*="fixed"] | |
evopayments.eu###zwcc | |
noleggiodiy.it###privacySlider | |
echevarne.com###note | |
asuntosaatio.fi##.js-disclaimer-dismiss | |
osiander.de###onlyCookie | |
lyleandscott.com###cookieCont | |
get-notes.com###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
sachsen-tourismus.de###xcm-bar | |
significados.com.br##.clm | |
daimonin.org###ecl_outer | |
karvancevitam.nl##body > div:not([id]):not([class]) | |
homelet.co.uk##.cp-wrapper | |
desall.com###stripe | |
gel.com###system-message, #system-messages, #system-message-container | |
buddhismguide.org###info_text_header | |
afs.de##.afs_coi | |
autoklicecz.cz###cookiesI | |
ggintegral.fr.nf##body > div:not([id]):not([class]) | |
learn-french-free-with-stories.weebly.com###header-top | |
inzeratyzadarmo.sk###coo_source | |
myproducts.bandce.co.uk##.banner, #banner | |
d-cycling.nl##.ui-widget, .ui-widget-overlay | |
initalia.it##.notice-wrap | |
playinfinity.it##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
vta.lt##.cooask | |
thefourthphase.com###red-bull-cookie-notification | |
radiologie-mannheim.de###myModal, .modal-backdrop, .reveal-modal-bg | |
securedbydesign.com##.interimpopup | |
fc-koeln.de##.mod-alert | |
rkw-kompetenzzentrum.de###rkw-infolayer | |
mivoq.it##.check-policy | |
atlas-roslin.pl##.tytul > span | |
bptour.pl##body > div:not([id]):not([class]) | |
chaptercheats.com##.headertp | |
jusan.it###privacy-popup | |
drivingskillsforlife.nl###popup_custom | |
autentiek.nl###ciWrapper | |
hezkakoupelna.cz##.euc | |
noclegi24h.pl##body > div:not([id]):not([class]) | |
agenceecofin.com##.pwebbox | |
eco-sunglasses.com###first_visit_message | |
sg-weber.at##.flash-info | |
thebtas.co.uk##.slidepanel_oter | |
alphotel.at###tx_tracking | |
cimoc.com###styleUp | |
spglobal.com###privacyPlicyBanner | |
maregel.net##.banner, #banner | |
barclays.it###boxTextCookie | |
cantinesettesoli.it##.modal-privacy.attiva | |
hdr-photographer.com###rn_container | |
piensasolutions.com##.head .top | |
dnbfeed.no##body > div:not([id]):not([class]) | |
mct-corp.com##.uk-alert | |
acierto.com###blockdisclaimer | |
rio2016.coni.it###privacy-wrapper | |
singles-in-stuttgart.de###DC | |
lycos.fr###nomnom | |
alpenradio.net##div[data-wzb="CookieNotification"] iframe | |
valeofglamorgan.gov.uk###fixed-bar | |
slikomat.com##.jquery-bar | |
societapiemonteseautomobili.com##.banner, #banner | |
life365.eu##body > div:not([id]):not([class]) | |
taxipedia.info###fpub-popup | |
openprof.com###cookie_id | |
przelewy24.pl###policy_container | |
bankomatfinder.at###c-cookie | |
drive-smart.com##.dri-ncookies-alert | |
tns.fr###pop-cnil | |
casinodeparis.fr##.ui-widget, .ui-widget-overlay | |
hoelangnog.nl##body > .container.transparency h3 | |
arch-homes.co.uk###cookiepaneltab, #cookiepaneltab ~ .ui-dialog | |
claremontconsulting.co.uk###demo-bar | |
sgp.nl##.footer-msg | |
24chasa.bg###cookie-b | |
ismatteirecanati.it###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
sonypictures.net###sp-nettrack | |
axa.cz##.axa-cookies | |
kcprofessional.nl###optIn, #optIn ~ .reveal-modal-bg, .alert-box | |
midas.pt##.bg_cookie | |
rocdesalpes.com##.confidentialite | |
symfonia.org###eu-dir | |
sparda-n.de##.occ-inline | |
autonews.fr##body > div[id*="cookie"] | |
lirelactu.fr###app > div[data-reactroot] > div[class*="container"] | |
contratprive-recette.6tzen.fr##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
quotidianoenergia.it##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
certina.com##.footer-cnil-wr | |
opticjungle.gr###sid-container | |
drinkdruid.com###sid-container | |
cyclemiles.co.uk###messages-cont | |
droidchart.com###cw | |
techknow.ie###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
weetabixfoodcompany.co.uk##.oCookie | |
wyrobieniepaszportu.pl##body > div:not([id]):not([class]) | |
loccioni.com###box.fascia | |
mediatheque-chabris.net###info_message | |
bartek.com.pl###journal-cookies | |
galnet.fr###topnotecontainer | |
mybustracker.co.uk###zoneCookie | |
cliente.enerxenia.it##.commons-alert-overlay, .commons-alert-box | |
musicclub.eu##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
hiboox.fr##body > div[id*="cookie"] | |
checklistwebwinkel.nl###smbv_splash | |
portalinvatamant.ro###terms | |
designfund.dk##.sleeknote | |
eleicoes2014.com.br##.clm | |
digitalshoping.com##.banner, #banner | |
ophetwww.net###footer_container ~ div, script[src*="cookies.min.js"] ~ div | |
killarneyroyal.ie##.PPContent | |
fishersci.nl###legalMessageWrapper | |
digimobil.it###sticky-popup | |
tarhely.eu###sutik | |
rail.phototrans.eu##body > div:not([id]):not([class]) | |
kwf.nl##.cbar-wrapper | |
viciodigital.es###adk_acblock | |
prixtel.com###wpx_cookie | |
wishy.it##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
weberbeamix-dhz.nl##.flash-info | |
hotmilfzone.com##body > div:not([id]):not([class]) | |
armedunity.com##.ipsMessage_error | |
maribor-pohorje.si##.cookeEnabler | |
google-cache.de###meldungContainer | |
ajoto.com##.sqs-announcement-bar | |
linkgroup.pl###lg_cookies | |
avia.de##.cs-info-wrapper | |
viber.com##.policy, #policy, .cpolicy | |
skapiec.pl##.cookies-rwd | |
telia.fi##.app-content-scroll-container .notification-inline, .notification[data-cookiename="cookies_fi"], #yhteiso-messages, .notification--blue | |
ultrahack.org##.app > hr:first-child + div:not([class]):not([id]) | |
radio24syv.dk##.r24syv-cookie-notice | |
cercolavoro.com##.alert-info, .alert-warning, .alert-box | |
tp.lpp.si##body > table[height="20"] | |
allianz-assistance.es##.region-disclaimer | |
trony.it##.smcc_overlay_cokkieaccept, .smcc_modal_cokkieaccept | |
hmerologio.gr###sid-container | |
prawobrzeze.info##body > div:not([id]):not([class]) | |
tennistv.com###notifications--static | |
sanprobi-superformula.pl##body > div:not([id]):not([class]) | |
boxannunci.com##.terms | |
shopforshop.it##body > span | |
upendo.tv##.alert, #alert | |
virginmoneygiving.com###blank-container | |
mjam.net###__Mjam__CookieBanner | |
maree.info###CGUCookie | |
vercapas.com##.footerck | |
168chasa.bg###cookie-b | |
wienerborse.at###page-alert | |
opel.nl##.ui-widget, .ui-widget-overlay | |
familylawweek.co.uk###zeus_box | |
egarage.de###fpub-popup | |
banaxi.com###form2 > div[style] | |
prawdaobiektywna.pl###mcpc | |
irozhlas.cz##.b-cookie | |
pravda.sk##.sticky-cookies | |
dewereldmorgen.be###cookie-consent-overlay ~ div[style] | |
wanttoknow.nl###colorbox, #cboxOverlay | |
donnons.org##.head-line | |
tastedive.com##.tk-Footer-cc | |
aukro.cz##.cookiesWrap | |
mobilenet.cz##.sys-alert | |
polygon.com###chorus_notifiations | |
toffeeweb.com###fixedFooter | |
bgfermer.bg###cookie-b | |
watchfinder.co.uk###cookie_ | |
gonnesa.ca.it###fake-div | |
motorsport.com##.ms-footer-fixbox, .ms-header-messages, #privacy_accept | |
lifeisstrange.com##.comp-flash-notice | |
zumba.com##.privacy-policy | |
beaute-test.com###bt__cookie | |
bgdnes.bg###cookie-b | |
acquabella-construplas.com###ico_wrapper | |
gorillaz.com###footer | |
toornament.com##.cookie-legal | |
manikowski.de###notify2 | |
streetz.se###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
hudsonsbay.nl##.gk-stickymessage | |
minecraft-serverlist.net###ingameCookie | |
distri.cz##body > div:not([id]):not([class]) | |
mojehobby.pl##.message-footer-panel | |
receptentabel.nl###loading, #loading + .noblur | |
omnires.pl##.cookie-allcontent | |
1pmobile.com##body > .row | |
pathfinder-w.space###pf-cookie-hint | |
flyingtiger.com##.save-cookies | |
upolujebooka.pl##.navbar-fixed-bottom | |
ingdirect.fr###cookieManagement | |
racked.com###chorus_notifiations | |
drmartens.com##.dm-cookie-container | |
meubella.nl##.cnotice | |
plan.de##.psg-cookie | |
niknot.com##.cLaw_mainCnt | |
ftb.world##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
restaurantweek.pl##.cookiesLaw | |
zerochan.net##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
hemglass.se##.message-popup | |
umziehen.de###mcCookie | |
skoda-connect.com##.notification-container | |
agenziademanio.it###bannerInfo | |
kortingscouponcodes.nl##.spu-box | |
swaper.com###confirm-stripe | |
smarkets.com##.notices-wrapper | |
mooiedeal.nl###cbar | |
weequizz.com##.bt_cookie | |
wyevalegardencentres.co.uk###privacyStatement | |
maquillalia.com###coke | |
conseils-thermiques.org##.display_cookies | |
nazwa.pl###policy-box | |
animod.de###animod-c | |
gogift.com##.iziToast-wrapper | |
autozeeland.nl###cpol | |
zeta.nu###oddcookie | |
fitnessuebungen-zuhause.de###cookie[type] + div | |
reco.se##.pms.bg-white.cntr | |
asiaflash.com##.cc_container | |
qshops.org##.loading.cache-loading | |
kfc.co.uk##.cookies-view | |
openmind-shop.de##.content-cookie | |
valleyvet.com###ToU_float | |
hellostudent.co.uk##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
amref.it###divCk | |
hboespana.com###main-warning | |
lsb.dk###notificationBar | |
kamilianie.eu##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
weshop.co.uk##.notices | |
destockplus.com##.page_warning | |
gwp.pl###notice_bar | |
messe.de##.user-notes-notification | |
ragusanews.com###barra | |
curverstyle.pl##body > div:not([id]):not([class]) | |
pro-bikegear.com###message, .message | |
helicomicro.com##.cp-info-bar | |
pendlerinfo.org###containerDataProtection | |
stargazerslounge.com##.ipsfocus-globalMessage | |
asst-pg23.it###divInformativaBreve | |
teb.com.tr###cokieMain | |
palma.cat###avisolssi | |
nolotech.jimdo.com##.powr-popup.powrLoaded | |
framtiden.com##.sol-cookies | |
uhren-miquel.de##.ui-dialog.innoPrivacy | |
tysol.pl###cooinfo | |
torebrings.se##.alert-info, .alert-warning, .alert-box | |
lesinfos.ma###bottomBar | |
scio.pw###hinweise | |
tooba.pl##.dialog-serwis-msg.dialog-fixed | |
historicengland.org.uk##.alert-banner | |
pensburgh.com###chorus_notifiations | |
yoy.tv###notice | |
habitat76.fr##.header-cnil | |
recast.ai##.Toasts | |
meetic.fr##.main-frame-bottom-strip | |
chinamobiel.nl###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
calorielijst.nl###loading, #loading + .noblur | |
theonlinesurgery.co.uk##.alert.ue-content | |
youmobile.es##.iklon | |
lxax.com##body > div:not([id]):not([class]):not([title]) | |
lbp.me###error-overlay | |
fdrive.cz##.sys-alert | |
voxmedia.com###chorus_notifiations | |
kabeltje.com##body > .mbdialog | |
regiobank.nl###cleanPageContainer | |
sbnation.com###chorus_notifiations | |
societegenerale.rs###sgs_cookie | |
spycolor.com###policy-window | |
weck.com.pl###popup2 | |
aab.dk##.cookieinject | |
curbed.com###chorus_notifiations | |
eumostwanted.eu###sortingPreference | |
swedoor.dk###swedoor_privacy_widget | |
davplus.de##.cookiesmanager | |
salus.de##.notification[data-identifier="cookie"] | |
e-b-z.de###cooklay | |
janrain.com##.wptbbarheaddiv | |
dccomics.com###consent-modal | |
liquidlegends.net##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
allianz-voyage.fr##.region-disclaimer | |
sane.org.uk###jxcc-bar | |
gotobrno.cz##.b-cookie | |
krug.com###_evh-ric-age-gate | |
ekino-tv.pl###cookies | |
dws.de##.flash-message__wrapper | |
stilenaturale.com###adw-bottombanner | |
dyson.co.uk##.js-notifications | |
torinostar.it###footerprivacy | |
feuvert.fr###cookies | |
sahamassurance.ma###rubon | |
toolbox.com###m_privacyPolicy_privacyNotice | |
phoneklinik.com##.jcncontainer.jcntopoverlay | |
freemeteo.gr###cookies | |
hmc.org.uk###modal-mask | |
rajsvitidel.cz##.cc_wrapper | |
spotlight.pl##.statement-container | |
inver.com###notice | |
hkik.hu##.alert-info, .alert-warning, .alert-box | |
reading.gov.uk##.alert-info, .alert-warning, .alert-box | |
alpenski.pl##.alert, #alert | |
lesara.nl##.notification__container | |
spartacus-educational.com###new-domain | |
etstur.com##.protectionOfData | |
libertas.pl##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
wetterheute.at##.cookie-insert | |
parasol.com.pl###black_background, #black_background_panel | |
codeplay.com###notificationPopup | |
freemeteo.rs###cookies | |
fhpelikan.com.pl###simple-modal, #simple-modal-overlay | |
minstercleaning.co.uk###ecld_bar | |
fc.de##.mod-alert | |
safc.com##.global-notice-wrap | |
akh.hu###macookie | |
flottagumiszerviz.hu###macookie | |
peters.de##.footersessionarea | |
colchones.es###avisosusc | |
upvx.es###lean_overlay, #change_cookies | |
chambre-vienne.notaires.fr###cnil-notice | |
bechbruun.com##.header-notice | |
trekking-koenig.de##.cookie5 | |
pierotofy.it##body > div:not([id]):not([class]) | |
fishersci.es###legalMessageWrapper | |
efinancialcareers.de###pageMessages | |
dokumentyzastrzezone.pl###gkTopBar | |
ftopadova.it###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
symmotos.ch##.policy-window | |
stayinwales.co.uk##.ckinfo-panel | |
generatorkodowkreskowych.pl###cn | |
coopalleanza3-0.it##.cookieDisplay | |
wsim.de###dataPrivacyPolicy | |
lycos.es###nomnom | |
elektroaktivisten.de##.main-alert | |
seriale.co###komunikat | |
tuvlita.lt##.section.accept | |
battle-of-glory.com##.ui-pnotify.background-transparent | |
onninen.com###OnninenCookieInfo | |
koolhydratentabel.nl###loading, #loading + .noblur | |
gloucestershire.gov.uk##.ui-widget, .ui-widget-overlay | |
wallangues.be###wallangues-eu-cookie | |
pcbox.com###cookies | |
vintage-radio.net###notices | |
traconelectric.com##.cookie-row | |
operasanfrancesco.it###avviso | |
cosiepsuje.com##.ciacha | |
alberidinataleartificiale.it###note | |
foliesbergere.com##.ui-widget, .ui-widget-overlay | |
m.peruzzosrl.com##body > div:not([id]):not([class]) | |
infodefensa.com###cookies | |
atleticodemadrid.com###cookies | |
almapress.com.pl###message, .message | |
hoxa.hu###container > div[style] | |
roly.eu##.jq-toast-wrap | |
aquaquiz.com###footerSlideContainer | |
passmyparcel.com##.banner, #banner | |
receptnajidlo.cz###cxcx | |
gruppoeuromobil.com##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
brain-magazine.fr###cookies | |
meteoconsult.fr###top_head | |
mesmateriaux.com###CookiesValid | |
coolermaster.com###coolermaster-cookie-policy | |
guenstiger.de###ck-pop | |
gunnars.fr##.cp-slidein-popup-container | |
exweb.exchange.uk.com###ibox | |
lacsiboltja.hu###uzeno | |
sermicro.com###galletas | |
mercedes-amg.com###emb-cp-overlay, #emb-cp-dialog | |
scooter-system.fr##.avertissement | |
slupsk.eu###pp | |
nbazar.sk##.eu | |
ordineveterinariroma.it###privacywarn | |
wecanjob.it###trace-form | |
carnovo.com##.fixed-alert | |
10clouds.com##.tenc-header__cookies | |
desokupa.com###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
bib-cclachatrestesevere.net###info_message | |
kepmegoszto.com###cw | |
guglwald.at###tx_tracking | |
symfrance.com##.policy-window | |
rymer.org###divzasobu | |
conjuga-me.net###overlay | |
fahrschulcard.de###modalCookies | |
nuget.org##.banner, #banner | |
comarsport.com###cooking | |
twinset.com###ckInfo | |
isa-sociology.org###politica | |
skystore.com##.top-notification-container | |
eralsolution.com###stato | |
enel.ro##.message-notification | |
offerraadgivning.dk###ck_row | |
uroda.com###blockPopupInformation | |
demaralimentari.it###privacy-advise | |
tmt-magazine.com##.sitealert | |
pianho97.hu###alertify, #alertify-cover | |
ssangyong.es###eltexto | |
eshop.silicmedia.cz##.box.notify | |
sonypicturesreleasing.es###track-layer | |
hays.nl###header-msg | |
pozyx.io##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
governmentcomputing.com##.privacy_notice | |
consumind.nl###csm-optin-bar | |
maccosmetics.be###bt_notification | |
kunstveiling.nl###kunstveiling-accept-form | |
gelighting.com###privacy-message | |
tiendagonzalezbyass.com###stickyFooter | |
ligne-adsl.fr##body > div:not([id]):not([class]) | |
parafarma.be###popup, .popup | |
toutabo.com##.cookie-text | |
fieraforli.it##.ns-box.ns-bar | |
myparliament.info###data-disclaimer | |
06gids.nl##.ilikecookies | |
adernats.cat###cookies | |
airlinecheckins.com##.app-header + .layout-row | |
czytio.pl###cookies | |
masodomov.sk##.alert, #alert | |
microgiochi.com###popupmsg_wrapper | |
sorelfootwear.fr###notify-bar | |
weltdergoetter.de###notice | |
dugout.com##.simplemodal-bg.snap-bottom | |
acf-amphibians.com###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
ifp.si##body > table | |
mediatheque.ville-montrouge.fr###info_message | |
cipriani-phe.com###myAlert | |
fibs.it###privacy-wrapper | |
witaminy-mineraly.choroby.biz###wcp | |
kreoart.com.pl###popupContact | |
uva.es###cookies | |
transformacni-technologie.cz##.upozorneni | |
acega.es##.aviso | |
informatica7.com###sumome-smartbar-popup | |
mspy.fr###infoToolbar | |
szabadkeresztyen.hu##body > div:not([id]):not([class]) | |
spike.com###balaMainContainer | |
bbcsolution.it###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
piab.com##.topBanner | |
hora.com.es###ley | |
regione.abruzzo.it###system-message | |
tchncs.de##.alert-dismissible, .alert-dismissable, .alert--dismissable, .pmd-alert-dismissible | |
wizdeo.com###cookieGA | |
faperme.it##.alert, #alert | |
if.lt##.btx-expandable | |
shipton-mill.com###cookies | |
bongu.de###infoBar | |
ingsprinters.nl##.modal[data-module="cookie-settings"] | |
lira.nl##.highslide-container | |
video-virali.it##div[id*="cookie_pres"] | |
ornikar.com###message--cnil | |
securetrading.com##body > div:not([id]):not([class]) | |
stenatechnoworld.com##.stickyfooter | |
yonos.pt##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
jcb.com##.jcb-cookie-policy | |
elaee.com###bcnil | |
lanebypost.com##.sqs-announcement-bar | |
bubblegumstuff.com###SITE_ROOT ~ div[data-reactid*="siteAspectsContainer"] | |
scez.nl###overlay2 | |
records.team##.sqs-announcement-bar | |
egscans.com###egs-cookie-popup | |
mediathequeouestprovence.fr###info_message | |
autoreflex.com###legal | |
forbit.it##.page > div[id*="cookie"] | |
dpo-consulting.fr###POPUPS_ROOT | |
24zdrave.bg###cookies | |
wandermap.net##.messages.temporary | |
archiviodistatotorino.beniculturali.it###system-message | |
mpm.pl###__cookies_ | |
spiceworks.com##.sui-site-message-container | |
heavengroup.it###cookup | |
molgroupitaly.it###mgit_notification | |
portalkucharski.pl##body > div:not([id]):not([class]) | |
sanotechnik.ro##.cookiequestion | |
esdemarca.com###cookie_informativa_esd | |
bati-orient-import.com###overlayCookie2015 | |
discoverychannel.it##body > div:not([id]):not([class]) | |
maccosmetics.de###bt_notification | |
casando.it##div[id*="ctrlCookies_divCookie"] | |
intu.at##body > form | |
keil.com###privacymodule | |
xxxmilfpics.com##body > div:not([id]):not([class]) | |
buquebus.com##.cart_cookie | |
plutobooks.com##.pp-cookie | |
swiat-sypialni.pl###box_alert | |
paramedyk24.pl###notice_bar | |
veritas-shop.com##body > form | |
forsvarsmakten.se##.s-cookies | |
wallpapermania.eu##.uk-alert | |
vornamen-weltweit.de##body > div:not([id]):not([class]) | |
i4a.pl###hideMe | |
steinadler.com###countrySelectOverlay | |
ticnologia.pt###rt-drawer | |
giulianomazzuoli.it###cookievjw | |
marko.pl###cookie_nav | |
lamuscle.com###info_banner | |
postnauka.ru##notifications | |
hivehome.com##.header-stacked-message | |
evs.com##.language-switcher | |
presscut.hr###kolacici | |
ceske-sjezdovky.cz##body > form | |
milanoajto.hu##.cdisclaimer | |
calculatrice.lu###cookies-content | |
enelgreenpower.com##.message-notification | |
gw2treasures.com###notifications | |
delkom.pl###cookies | |
showcasecinemas.co.uk##.section-prompt | |
wirklichweiterkommen.de##.lsa-dialog.lsa-js-active | |
cross.bg##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
fizyka.org###pp | |
ordineavvocati.bari.it###cookies | |
cyberdoktor.de##.cc_container | |
versace.com##.first-visit-banner | |
entreprenor.se###warning | |
scseleccion.com##.vgcookies | |
pierosangiorgio.kyani.com##body > div:not([id]):not([class]) | |
lucidsamples.com###blocksplash | |
atrio.it##body > div:not([id]):not([class]) | |
tactical-equipements.fr##.warning | |
bigbang.si###cookies | |
edcom.fr###cookies | |
dzamlinggar.net###cookieID | |
tubacex.com##.containerBlack | |
cirquedusoleil.com##div[data-cookie="cookieWarning"] | |
flatcast.net##.h_dataprot | |
abbottsaab.com###cc-container | |
alterego.waw.pl###SITE_ROOT ~ .siteAspectsContainer | |
frichti.co##.notification--CNIL | |
gwpharm.com##.main > .block.block-block.show | |
ttv.pl###msgLayer | |
androidcentral.com##.usr-msg | |
oysteryachts.com##.top-header | |
vrin.fr###Disclaimer | |
locservice.fr###CookiesInfos, #CookiesInfosPrefix | |
mymagazine.co.uk##span[id$="cookiePanel"] | |
konsbud-hifi.com.pl###stickyFooter, .sticky-footer | |
halens.ee###site-message-container | |
thefamilycurator.com##.cn_box | |
azorek.pl##.giodoContainer | |
artboxone.de###ab1_cookie_bar | |
brunel.ac.uk###brunelcookies | |
therugbychannel.it###SITE_ROOT ~ .siteAspectsContainer | |
dewijkgaard.nl###popup_melding | |
jpopasia.com##body > div:not([id]):not([class]) | |
telewizjapolska24.pl##.head-page-information | |
stylecaster.com###dfp-interstitial-holder | |
geo-fs.com##.geofs-cooked | |
air-indemnite.com###general-conditions-of-use | |
mynet.com###privacy-notification | |
hashflare.io##.alert-dismissible:not(.alert-success) | |
microhowto.info###cookies | |
formulacionquimica.com###pck | |
wind.it###cookies, body > #track, .contentCntr + .messageOverlay | |
portugalglobal.pt###barramensagem | |
openbookpublishers.com##.menu-header | |
dmty.pl##body > div:not([id]):not([class]) | |
heal-link.gr##.alert, #alert | |
fieldgulls.com###chorus_notifiations | |
ku.dk##.privacy-policy | |
pfarrverband-koenigslutter.de###hinweis | |
webnovel.com##.m-streamer | |
reittiopas.fi###messageBar | |
zenith.gr###cookies | |
kimovil.com###code_cookies | |
rmastri.it###cokadv | |
vitrasa.es###cookies | |
oddo-bhf.com##.durandal-wrapper[data-view*="CookiesSettings"] | |
oet-redwell.it##.magnus-cookie | |
gittigidiyor.com##.policy-alert | |
elsignificadode.net###bn-cookies | |
louder.com##.hint | |
coherent.com##body > div:not([id]):not([class]) | |
survio.com###cookies | |
m.omroepwest.nl##.c-cbp-container | |
aktionspreis.de##.leiste_vollstaendig | |
moment-liege.be###coo | |
mega-mania.com.pt##.pl-cookies | |
go4pro.lt##.wu_holder-wrapper | |
lifescience.net##.alert, #alert | |
cortesdecima.com##.row.notice.s_active | |
forum-windows.net###ntf | |
vitek.cz###cookiesI | |
crizal.pl###__cookies_ | |
draeger.com##globalnotification | |
basilica.ro##.alert, #alert | |
tpd.sk##.header__notice | |
ogrtorino.it###__next > div[data-reactroot] > div[data-reactid] > div[class] | |
giftsandcare.com###divbottom | |
kempa-satellite.com###mc_top_bar | |
turbocso.hu###auroraOverlay | |
thinkwithgoogle.com##.global-toast | |
konicci.cz###fixedBar | |
games.fm###cxcx | |
malihu.gr###malihu-cookies | |
askabox.fr###id_div_bandeau | |
gpstraining.co.uk###cookies | |
internationalchips.com##.ba | |
klar-im-vorteil.de###footer > .inner > p:first-child | |
clickatell.com##.cookie-show | |
bookbeat.com##.banner.purple | |
xapes.net###as-uc-wrapper | |
xm.co.uk###cookies-block | |
collibra.com##.collibra-cookie-accept | |
vivus.es##.background[class*="warning-module"] | |
cefarm24.pl###notice_bar | |
linkmatepr-soritweb.servizienti.it##.normal[eventproxy="isc_HLayout_1"][style*="absolute"] | |
cookshop.gr###cookies-region | |
pfefferminzia.de###acceptUserExperience | |
royalmailgroup.com###block-rmg-cookie-policy-cookie-policy | |
slyvent.com###cookiesCard | |
lostgames.net###entryCookie | |
kookeiland.be###footerSlideContainer | |
rooms4valencia.com###SITE_ROOT ~ .siteAspectsContainer | |
solveigmm.com###agreement | |
dicionariodesimbolos.com.br##.clm | |
occhiox.com###consenso | |
boss-nekretnine.hr###notice | |
yodiez.com###system-message-container | |
e-elektron.pl##body > div:not([id]):not([class]) | |
sms.priv.pl###cookies | |
stjornarradid.is##.session-text | |
upc.at##.lgi-bgcontainer-privacybanner | |
hbkik.hu###alert-box | |
pixabay.com##.message_box | |
vr.se##.banner, #banner | |
gaes.es###cookies | |
10khits.com##cloudflare-app[app="welcome-bar"] | |
cleverdialer.de###cdweb-cookie-law-info | |
kropelka.com###back-lightbox | |
viva64.com##.personal-data-confirm | |
centauria.it##.header-welcome | |
energologistic.it###dc-cnb-container | |
stiga.it###privacyDisclaimer | |
rhomberg-reisen.com##.rho-toast--top.rho-pagelane | |
enikom-m.com###cookies | |
blazaar.com##.ng-toast--top | |
idgspa.it###showimage | |
papapiqueetmamancoud.fr###id_suivi_publicites | |
zinodavidoff.com###footer + div | |
mundo-pecuario.com###msjadd | |
rentokil.fr###cookie-policy-header .cookie-popup-header | |
mashable.com###peek > div:not([id]):not([class]) | |
ovhcloud.com###block-ovhcookieconsent | |
lemoiszerozero.fr###root > div:not([id]) | |
sita.aero###privacyPopupOverlay, .privacyPopup | |
sapabuildingsystem.com###header .message | |
mx1-360.com##.cookie-legal | |
play.google.com###gb > div[style*="background-color"] | |
facebookafmelden.nl###cookiespanel | |
tablademareas.com###cookies | |
porschebank.at##.statisticsOptBox | |
theringer.com###chorus_notifiations | |
bancopopular.es###cookies | |
sharesmagazine.co.uk###popup-container | |
spot-a-shop.de###popup-notifications | |
dplay.no###app > div > dialog[class^="notification"] | |
makewarnotlove.com##.cp-wrap | |
deutscheam.com##.flash-message__wrapper | |
seibert-media.net###privacy_protection | |
lariveracioccolato.com###boxes | |
doctoranytime.gr###notif--privacy | |
risvegliocomune.com###SITE_ROOT ~ .siteAspectsContainer | |
lerepairedesmotards.com###cookies | |
dplay.se###app > div > dialog[class^="notification"] | |
dplay.dk###app > div > dialog[class^="notification"] | |
cewe-print.de###cookies | |
winflector.com##body > div:not([id]):not([class]) | |
korisnaknjiga.com###kukiji | |
obaku.com##.alert.callout | |
jal.co.jp###JS_ciBox, #JS_ciBox_filter, #JS_ciBox_filter_iframe | |
haglofs.com###privacy-policy-modal | |
dissidiafinalfantasynt.com###react-mount > .locale-container > div[style] | |
diamond-air.at###privacy-info | |
itmagination.com##div[class$="cookie-info"] | |
adacreisen.de##.FooterNotification | |
euronova-italia.it##.cc-customdialog | |
crunch.co.uk###reactAppRoot > div > .text-content | |
ziffit.com##.notificationholder | |
cosmo.ru##.disclame_block | |
educalingo.com###cookies | |
geekbrains.ru##.gb-bottom-banners | |
trespasse.com###cookies | |
uhu.de##.message.fixed | |
idc.com##.idc-privacy-notice | |
envivas.de##.box-hint-layer | |
disidentia.com###snppopup-welcome | |
dutchbirding.nl###cookies | |
beepjob.com###cgCookies | |
dahuasecurity.com##.top_tip_wrap | |
cision.com###cision-cookie-policy-banner | |
upctv.at##.notifications-manager | |
investec.com##.alerts-top[data-type*="acceptCookies"] | |
speedyhen.com##body > div:not([id]):not([class]) | |
lasante.net##.cookies__container | |
meyer.it###zf--alerts-panel | |
portamx.com###ecl_outer | |
ifp-school.com###cnilWrapper | |
codicesconto.org##.bloque_lopd | |
nuovatecnodelta.it##body > div[style] | |
everywhere.game##.cookie-madness | |
naturenergieplus.de##.announcement | |
detnyeskotterup.dk##.clWindow | |
eujuicers.cz###snippet-browserBootstrap-flashMessages- | |
bet.com##.asset_balaNotification, .asset_balaNotificationOverlay | |
emp-online.es##.browser-check | |
hestragloves.com##.user-message-list | |
remax-centarnekretnina.com###notice | |
millennium-nekretnine.hr###notice | |
bws.net##.block--cookie | |
ofgem.gov.uk###ofgem-cookies | |
mm-kancelaria.com##.head-page-information | |
polsonic.com##body > .widgets-list | |
energy-storage.news##.site-notices | |
placeandsee.com###bnrckie | |
napivicc.hu###kki_div | |
docciabox.com###site-cookie | |
mulinobianco.it##.mb_cookie | |
riftherald.com###chorus_notifiations | |
gmanetwork.com##.ckn-container | |
portalento.es##.gaOptIn | |
elektrobit.com###ckBar | |
sefaireaider.com###cookies-charter | |
thueringenforst.de##.opt-out | |
ecotrade.bio##.global-alert | |
allianzworldwidecare.com##.region-disclaimer | |
novapdf.com###novapdf_accept_cookies | |
reischecker.nl###cbar | |
bitster.cz##.cookies-window | |
stasonline.ro###form_cookie | |
adslalvolo.it###popupDivC | |
hrhibiza.com###websiteNotification | |
pleternica.hr###footer | |
tovedo.hr###COOKIES, #COOKIES ~ div | |
lider.hr###notice | |
bora.hr##.modal-mask | |
autogaleria.hu###info-suti | |
aol.de##.m-user-consent, #alerts-policy | |
karman.cc###ico_wrapper | |
smiile.com###com-message | |
fc-hansa.de##body > div:not([id]):not([class]) | |
uni-greifswald.de###piwik-flyin | |
livescore.net##.row[data-id="infobar"] | |
domwroc24.pl##.black_overlay | |
kaiserkraft.ie##.policy_notification | |
aiponet.it###cl_wrapp | |
donadeimonti.it###system-message | |
emagister.com##.fixed-footer | |
alecoair.ro###notice | |
kvn.ru##.disclame_block | |
standardandpoors.com###wrapper > .portlet-boundary.portlet-static | |
ssls.cz###ckb | |
kemkik.hu###alert-box | |
huidkanker.nl###persistent-messages | |
mhiae.com###popup, .popup | |
checkthatcar.com##.csent | |
leselupe.de##body > div:not([id]):not([class]) | |
buywithconfidence.gov.uk###uptopbar | |
reed.co.uk##.cookie-legislation | |
monkey-tie.com###cookiemt | |
lululemon.com###promoted-alert-bar | |
infrarot-fussboden.de##div[class*="cookie-hint-wrapper"] | |
turtlecereals.com###SITE_ROOT ~ .siteAspectsContainer | |
ambitionspersonnel.com##body > div:not([id]):not([class]) | |
partycasino.com##.info-message | |
nextpharmajob.com##.userBar | |
seifensieder.at###SITE_ROOT ~ .siteAspectsContainer | |
wurmberg.de##.datenschutz | |
fisherinvestments.com###privNotice | |
101xp.com##.ui-notification-wrapper | |
carnevale.venezia.it###privacySlider | |
shortpixel.com###shortpixel-cookies | |
co-opinsurance.co.uk###noticePanel | |
autoampel.de###cookies | |
lysman.no##.infobar | |
autoweetjes.com##body > div[id]:not([class]) | |
monedo.mx##.wr-notification-panel | |
debgen.fr##cloudflare-app[app="welcome-bar"] | |
merseyfire.gov.uk###popup_box | |
baumtronics.com##.banner, #banner | |
autohaus-eberstein.de###notify2 | |
01-telecharger.com###cokkies | |
impelshop.com###privacy_policy | |
capitandenim.com###menscookie | |
optochtenkalender.nl##.PanelPopUp | |
thinkshoes.com###data-privacy-bar | |
tevaitalia.it##.riquadroAvvisoPrivacy | |
sep-ensemble.fr##.disclaimer-bar | |
kaerntentherme.com###coo | |
tuttostoria.net###avviso | |
porsche-toledo.com###popupbox | |
hbo.pl###overlay | |
pirkis.lt###alert_tuscias, #alertt | |
theoutlinerofgiants.com###toog-cookies | |
keefcooks.com##.cookiecon | |
savio.it###box-overlay | |
mobileworldcentre.com##.alert-warning | |
kupigume.hr##.ant-notification | |
wiener-metropol.at##body > div:not([id]):not([class]) | |
fnvzzp.nl###bottom | |
vzdusin.cz##.euc | |
lacompagnie.com###cnil-layer | |
hjheinz.de##body > div:not([id]):not([class]) | |
superfi.co.uk##.superfi-cookie-info-wrapper | |
osservatoriocalcioitaliano.it###dc-cnb-container | |
lingea.sk##.lck-wrapper | |
simonly.nl###cookies | |
ray-ban.com##.wcs-top-message-container | |
greencity.de##.cnwrap | |
lafotelektronik.com##div[id$="cookiesInfo"] | |
casadelloscaffale.com##body > div[class][id] | |
skygroup.sky##.corporate-notice-banner | |
placelibertine.com##.cookieText | |
tim.it###privacy_disclaimer | |
plaques-immatriculation.info###cookies | |
lottosurprise.be##._cookies-cookie | |
oksofas.es##.jCookie | |
mescommercantsdugrandhainaut.com###divacacher | |
winteroutlet.ro###haveCookie | |
dnelectronic.com###ctl00_ley | |
muenchen-heilpraktiker-psychotherapie.de##.jtci-block | |
swiggle.org.uk###slide-out-div | |
sinonimosonline.com##.clm | |
eibtron.com##.dijitDialog, .dijitDialogUnderlayWrapper | |
ttunited.com##div[id$="FrameHolder"] > iframe | |
accenture.com##.cookie-nav | |
vlajo.org###vlajoCookieLegalContainer | |
renaultkatowice.pl##.fixedInfo | |
paulcamper.de##div[class^="cookieBanner"] | |
assuronline.com##.bottom_cookie | |
vespa-forum.at###dkmcookie | |
fontfreak.com###sticky-popup | |
capitalinn.it###divPrivacy | |
youinvest.org###Lab0cookie_pres | |
ekobiuro24.pl###popup, .popup | |
coopmaster.it###h-navbar | |
labelleadresse.com##._cd | |
electraplus.si##.ndp-panel | |
paperflies.com###content > div[data-reactroot] > div > div[class] | |
gramwzielone.pl###gwz-cookies | |
netweber.pl##.flash-info | |
bookgig.com##div[class^="__alertCookies"] | |
romet.pl##.top-msg | |
recepty.cz##body > div:not([id]):not([class]) | |
shop.ticketpro.cz##body > div:not([id]):not([class]) | |
seat.dk##.notify-bar | |
seat.mpr.gob.es###epd | |
devex.com###alerts-container | |
legalandgeneral.com###st_box | |
szegedvaros.hu###footer | |
newnownext.com###balaMainContainer | |
emerson.com##div[class$="global-cookie-notification"] | |
ridi-group.com##.occ-inline | |
santucciservice.it##body > div:not([id]):not([class]) | |
fdjesport.fr##.fdj__footer | |
geemba.net###BODY > .window.container | |
gigant.pl###cookie_txt | |
softwareag.com###blanket, #popUpDiv | |
mariskalrock.com##.pcookies | |
sapo.cv##.bsu-v2-ntfs | |
meblemagnat.pl##body > div:not([id]):not([class]) | |
libra.com.pl###under_footer | |
budapestpark.hu###cooker_container | |
lepavelillois.com###stickyHeader | |
win3x.org##body > div:not([id]):not([class]) | |
greta.shop###paragraph_cookie | |
jpgames.de###ingameCookie | |
lataamo.akuankka.fi##.cc_container | |
akuankka.fi##.cb-container | |
ligna.de##.user-notes-notification | |
francja.goal.pl###viewCookies, #viewCookiesClose | |
rockthetraveller.com##.pie_cookie | |
znak.pl##body > div:not([id]):not([class]) | |
ffsa.org###DeltaPageStatusBar | |
redmenta.com##.infobar | |
dambros.it###dambros-data | |
betsafe.ee###MsgAreaBottom | |
bcn.cat###bcn-ccwr | |
yer.nl##.headerCookie | |
sharpspixley.com##.otpOut | |
keolis.nl##.alert, #alert | |
sklep.vertus.com.pl###simple-modal, #simple-modal-overlay | |
warrantydirect.co.uk##.consent, #consent | |
ucando.pl##notifications | |
midparts.com.pl###simple-modal, #simple-modal-overlay | |
velenje.com##td.style5 > table | |
discountbabyequip.co.uk##.notify | |
passvigo.vigo.org###cookies | |
bb-promotion.com###sf_fb_retargeting | |
lizipaina.es###additional | |
numismatica.land63.com##body > div:not([id]):not([class]) | |
abchomeopathy.com###cookieQ | |
almhof.nl##.cm.container | |
schwedisch-translator.de###hinweise | |
nationaalcomputerforum.nl##.notices | |
record.com.mx###zone-user-wrapper | |
420tv.com###appBarHeaderContainer | |
glovoapp.com##.down-banner | |
drupalet.com###modalCookies | |
orgasmatrix.com###cookies | |
starbt.ro##.ava_2.display | |
joe.pl###j_all > div[style] | |
lifeofvinyl.com###msgBox | |
gbif.org###termsOfUse | |
topskwlfilter.at###granola | |
kolbi.pl##body > div:not([id]):not([class]) | |
kodi-forum.nl##.notices | |
clinique.com###bt_notification | |
atlantis-travel.eu###ook | |
poundshop.com###top-promo | |
nordseecamping.de###SITE_ROOT ~ .siteAspectsContainer | |
animationsource.org###cprv | |
catwalker.hu###CWCookie | |
jjfoodservice.com##proto-orderpad > div[style*="fixed"] | |
jman.tv###ActionBar | |
dragonpass.com.cn##.indexCookies | |
pressreader.com###snackbar-container | |
denovali.com###growls2 | |
jazzwruinach.pl###info-window | |
aktivo.nl###epd | |
pila.pl##body > div:not([id]):not([class]) | |
mijnleninginzicht.nl##body > div:not([id]):not([class]) | |
befsztyk.pl###notice_bar | |
herz-lungen-praxis-ebersberg.de##section[data-module="cookies"] | |
pommiers.com##body > center > div | |
decathlon.cz###container-screen | |
danstonchat.com##.cls-cookie | |
mrmen.com###mrmen-cookies | |
meridionews.it##.leaderboard | |
raritysoft.com##.bootstrap-growl | |
inqnable.es###kgc-consent | |
intersurgical.de###ccPopup | |
fettspielen.de###cwarn | |
londynek.net###ldnk-cookie | |
mkik.hu###alert-box | |
irisopenpayslips.co.uk###outerdiv | |
sportpartner-boerse.com###DC | |
weber-beamix.nl##.flash-info | |
led-flash.fr###eocookie | |
radiofreccia.it##.off-canvas-content > div[style] | |
rogosport.si###biscuits | |
rgbdruk.pl###message-bar | |
treningspartner.no##.top > .container > .sd-surface > .sd-object-if | |
ufopedia.it###PrivacyPolicyBar | |
grafcan.es###divConsent | |
digitalagencynetwork.com###popupDiv | |
leoexpress.com##.js-footer + div | |
cuatro.com##div[class^="cookiesAlert"] | |
odbojka.si###footer_message | |
luxplus.dk###lp-euc | |
aandelencheck.be###site-alert-container | |
orthomol.com##.alert-box | |
kunstnet.de##.consent, #consent | |
thescore.com##div[class^="PrivacyPolicyPopup"] | |
t-mobile.pl###cookies | |
listesdemots.net###cd | |
casino.dk###MsgAreaBottom | |
laligue.be##.bottom_message | |
camp-firefox.de###storage-notice | |
kamzakrasou.sk##.cookie-row | |
angolotesti.it###cookies | |
large.nl##.notification-box-bottom | |
active-traveller.com###mixcookies | |
member.europe.yamaha.com##.alert, #alert | |
graze.com###graze-cookie-message | |
friendsoftheearth.uk###foe_cookienotice_wrapper | |
brillen.de##.main-cookie-title | |
weekday.com##.m-error-banner | |
dandomain.dk##.no-cookie-wrapper | |
fondationcartier.com##.c-policy | |
elster-americanmeter.com##.topRibbon | |
mutua.es###cookies | |
contrapunto-fbbva.es##.cookies-label | |
auxoriginesdugout.fr##.spu-box | |
france-cadenas.fr###cookie_legal | |
nautiljon.com###cmsg | |
protys.fr###cookies | |
epictv.com##.epic-cookie-banner | |
hankkija.fi###divVVL | |
smorgasbord.com##.alert, #alert | |
schultz-kalecher.dk##.cookieoptions | |
brinta.nl##body > div:not([id]):not([class]) | |
mediatheque.chatillon-sur-indre.fr###info_message | |
pantamera.nu###cookie-list | |
mspy.it###infoToolbar | |
frei-wild.net###privacyAnnouncement | |
madhumanshow.com###SITE_ROOT ~ .siteAspectsContainer | |
pensioenschoonmaak.nl###cwet | |
e-mediatheque.sqy.fr###info_message | |
mamabartka.blogspot.com###pierwszy | |
haier.com##.swiper-slide-img-txt | |
musikki.com##.status-cookies | |
wolkyshop.co.uk###wolkyshopCookieBar | |
apmg-international.com##.status-messages | |
nobistex.com###sw_cookies | |
leboisfae.com###SITE_ROOT ~ .siteAspectsContainer | |
grezzo.de##body > div[style] | |
mailplanet.it###discl | |
fabled.com##.alert, #alert | |
vergelijk.be##div[data-rendering-area="dialogs"] > div > div > div[data-bind*="PopupBehavior"]:not([data-role]) | |
citybee.cz##.cookies-rules | |
switchbay.com##.ant-notification | |
depv.de###root > div > div:first-child[class] | |
szpitalkarowa.pl###cookies | |
oldrailwaylinegc.co.uk##.notice-wrap | |
michael-mueller-verlag.de###coo_note | |
nfl.com##input[name="x-akamai-edgescape"] + div[style*="fixed"] | |
weerg.com###blultpdfbanner | |
nowaelektro.pl##body > div:not([id]):not([class]) | |
traum-pizza.de###gc_message_bar_open, #gc_message_bar | |
justgoride.co.uk###notifications | |
newsbelow.de##.flash | |
baracuta.com##.firstvisit | |
chinamobilemag.de###system-message | |
borgerforslag.dk##.site--content > div[id] > section[style*="transform"] | |
paginasamarillas.es###m-notification--bottom | |
adtorpedo66.es###laputapolitica | |
tcxboots.com##.main-copy | |
bm.lv##.cookie-txt | |
tempmailaddress.com##.navbar-fixed-bottom | |
thegadgetflow.com##.gfl-widget-gdpr-wrap | |
deutscher-fenstershop.de##.rule_assept | |
restplatzboerse.at###rpb_cookie-banner | |
cer-eau.fr###cookies | |
stockwatch.pl##.cppa | |
dalendo.com##.dr-footer-fixed-bar | |
bally.fr##.first-visit-banner | |
cv.lt##.cookies-wr | |
heroesneverdie.com###chorus_notifiations | |
essential.com###footerNotice | |
muji.eu###cokbar | |
ranorex.com###rx-cookie-wrapper | |
9bis.net##body > div[style*="width"] | |
bpp.com###consentDiv | |
szyszunia.com##body > center | |
mobidrome.com##.mobidrome-websiteStatisticsOptBox | |
bussgeldkatalog.org##.legalAdvice | |
leaderdrive.fr##.base-cookies | |
abt-sportsline.de##.abt-cookieNotification | |
blende-und-zeit.sirutor-und-compur.de###hinweise | |
transportfever.net##.notification | |
acorianooriental.pt##.allow-cookies | |
wattsindustries.nl###header1_overlay2 | |
digi-film.ro###sticky-popup | |
namemc.com##.alert-warning | |
manche.fr##.cmHeaderTop | |
re.public.polimi.it###jGrowl | |
azurewebsites.net###legal-info | |
passware.com##.notifino | |
fitnessvoordeelpas.be##.cb-modal | |
najdise.cz##.cc_container | |
akf-shop.de##.akf__cookie | |
zmotor.it###bannerC | |
beeoffice.com###info | |
gruppodimensione.com##.floatFooter | |
lanidor.com###divCookiesF | |
sacoorbrothers.com##.legal-warning | |
bletchleypark.org.uk##main.relative > div > div | |
motuk.com###csent10 | |
tvnotas.com.mx###zone-headertwo-wrapper | |
shetland.gov.uk##body > .container > span | |
toscana-notizie.it###banner-overlay-top-page | |
hspdat.to##.notices | |
tripping.com##.navbar__banner | |
rustimation.eu##body > p | |
minitokyo.net##body > div:not([id]):not([class]) | |
na-kd.com###container > div > div:not([class]) | |
bekohu.com##.sayfaIcDiv > .row300 | |
whoismocca.com###main-bottom-bar | |
ashtangayogaantibes.com###stickyHeader | |
armorgames.com###cc-alert | |
edx.org##.edx-cookie-banner-wrapper | |
johnlewisbroadband.com##.cf__main-block | |
1000dokumente.de###bscookie | |
aalst.be##.footer-notification | |
apparata.nl###ab_main_nav_container + div[class^="app_"] > div[class^="popup_"] | |
sz-online.de###szoCookieBar | |
tindie.com###tindie_cookie_alert | |
lebrassageestunerichesse.fr###root > div:not([id]) | |
canadianoutages.com###overlay.container | |
sportal.de###dgsvoLayer | |
parczoologiquedeparis.fr##.bloc-notifications-bottom | |
clubcard.cz##.ucks | |
abload.de###cookies | |
bolagsverket.se##body > div:not([id]):not([class]) | |
skat-spielen.de###cookieTest | |
dogma-exclusive.com###notice | |
incomediary.com###cookies | |
atgtickets.com###atgcookies-container | |
doctorwho.tv##body > iframe | |
setafika.hu###popup_bottom | |
chilly.domains###chilly-cookie-accept | |
narodowy.pl###cookies | |
aftonbladet.se##.outerContainer[role="alertdialog"] | |
forum.valka.cz##.alert, #alert | |
speedtestcustom.com##.stc-wrapper > div[style] | |
kissonline.com###consent-slide | |
cassaforense.it###cassaforense-cookies | |
ueltje.de##.ueltje-cookie-accept | |
clinique-veterinaire.fr##.alert, #alert | |
polimarky.pl##.navbar-fixed-bottom | |
hareskovskole.dk###jGrowl | |
pabo.nl##.disclaimer_wrapper | |
dashlane.com##.js-privacy-module | |
weersvoorspelling.nl##body > div:not([id]):not([class]) | |
openclassrooms.com###showDisclaimer | |
unitymedia.de##body > div:not([id]):not([class]) | |
machcomedyfest.co.uk##.wander-cookie | |
regielive.ro###sc-alert-box-wrapper | |
livesmarter.pl###rodo | |
funpot.net###message, .message | |
tetrisfriends.com##.iziToast-wrapper | |
irisnet.be###cookieIndicator | |
alarabiya.net##.consent, #consent | |
netdyredoktor.dk##.ct-popup | |
forum-de.msi.com##.privacy_popup | |
tenuser.com###rsp | |
fanbike.de##.consent, #consent | |
salzgitter-ag.com##.sz-meta__cookies-wrap | |
optyczne.pl##.w3-modal | |
nuevocaceres-sanfrancisco.es##.index_cookies | |
sunny-dessous.de##.cookie_licence | |
rynekzdrowia.pl##.rodo | |
telering.at##.uc-fab.uc-fab-open | |
dijaspora.online##.cookie-uslovi | |
ecosia.org##.js-notifications-banner | |
jobat.be##.contract-sticky | |
jetbrains.com##.jba-agreement-panel | |
kaspersky.pt##.notification-bar.bottom | |
devexpress.com###wsMsgWnd[msgid="cookie-info"] | |
vodafone.pt###main-nudge | |
verkkokauppa.com##.vk-cookie-notification | |
grrif.ch###RGPD | |
loggly.com##.promotion | |
rtp.pt###rtpprivacycontent | |
netdoctor.co.uk##.policy-bar | |
digitalcombatsimulator.com###cookies | |
dvdfab.cn##.cookie-opa | |
wtatennis.com##.wta-cookies-policy | |
mnb.hu##.popupDialog | |
esug.dk###COOKIE | |
strava.com###stravaCookieBanner | |
userstyles.org##.NotificationLine | |
grammarly.com##div[class*="gdpr_notification"] | |
eltiempo.es###privacy_bar, .curtain_lightbox | |
xvideos.com###x-messages, #x-messages-btn, #x-x-messages-btn | |
techniconnexion.com###fb-root ~ div | |
memrise.com###legal-modals, .modal-backdrop | |
webcamera.pl###rodo-modal | |
pkl.pl##.popup-pkl | |
mercateo.com###header-popup-info | |
psychomedia.qc.ca##body > div:not([id]):not([class]) | |
digi24.ro###gdpr, #gdpr-modal | |
choicefurnituresuperstore.co.uk##.fixBar | |
magix.info##.mgxCookieConsent | |
krautreporter.de##.js-flash-messages-container | |
orcadian.co.uk##.cd-container | |
boxer.se##div[class*="CookieBar"] | |
gadgetsnow.com##.consent-popup | |
memsql.com###memsql-cookie-banner | |
refresher.sk##.gdpr-panel | |
refresher.cz##.gdpr-panel | |
opgevenisgeenoptie.nl##.cbar-wrapper | |
optical-center.fr###cookieOk | |
usporedi.hr###privacyPolicyModal, .modal-backdrop | |
skdd.hr##.newsBottom | |
hrdlog.net###DivCookies | |
vodafone.cz##.vf-gdpr-settings | |
mercola.com##.gdpr-container | |
netflixlovers.it###cs_container | |
toutcomment.com##.consent, #consent | |
cfainstitute.org###privacyWarining, .alert-global-information | |
blau.de##app-banner5 | |
hs-emden-leer.de###zwcc, #zwcc-spc | |
elisa.fi##.elisa-navi-cookie-and-consent-disclaimer | |
iiyama.com##.infobar-message | |
denizen.io##.cc-container | |
avaaz.org##.gdpr-block-cookies, .gdpr-block-privacy | |
chilloutzone.net###cozConsentNugget | |
supercell.com##.bs-site-alert | |
themaven.net##.consent-ui | |
coop.se##.js-personalInformationNotice | |
broadcom.com##.ribbon-wrapper | |
technischeunie.nl###footer-slideup-highlight-banner | |
brain.fm##div[class*="modules-core-css-CookiePopup"] | |
cryptokitties.co##.BottomBanner | |
telia.ee##iframe.login_top, .header__notice | |
giphy.com##div[class*="flash-message__MessageWrapper"] | |
trustradius.com##.notification-banner-footer | |
logitech.com##.cForum_Footer | |
jdvhotels.com###ccs-notification | |
delock.de###cookie_private | |
neoprofs.org###page-footer ~ div | |
classic-trader.com###jGrowl | |
soompi.com###gdpr-root | |
thomsonreuters.com##.dismissible-banner, .pl_announcements | |
trafikverket.se###ctl00_Content_EmptyPage_CoockieInformation_CookieContainer | |
openweathermap.org###stick-footer-panel | |
starressa.com###modal-home | |
rapidssl.com###toolbar | |
perforce.com##.EUc | |
detektor.fm##.stb-container.stb-top-right-container | |
siropsport.fr##.analytics | |
easyeda.com##.priv-tips | |
bw-online-shop.com##.modal-mask-class.show-modal | |
freemake.com###bottombar | |
planeteanimal.com##.consent, #consent | |
tsb.co.uk###cookies | |
lyricsfreak.com##.wrapper ~ div | |
flertkontakt.com###overlay-content | |
avherald.com###avhcookieconsent | |
sparbau-dortmund.de##.sg-scn | |
kongregate.com##.policy-bar | |
growdiaries.com##.popup_secure | |
drivereasy.com##.float-bar | |
unigine.com##.bottom-notice | |
elespanol.com##.modal-cookies | |
emma-matras.nl##.ucn-block | |
raider.io##div[class*="cookieFooter-module"] | |
emclient.com###emcCookieNotification | |
drugs.com##.ddc-overlay, .ddc-modal | |
vesselfinder.com##.pprem_active | |
keithurban.net###important-notice | |
onvz.nl##.popup_overlay | |
newatlas.com##body > div[style*="transparent"] | |
escapefromtarkov.com###legalLightBlock | |
myspace.com###termsOfService | |
digiromania.ro###gdpr, #gdpr-modal | |
maxict.nl##.wallpop-overlay | |
flightview.com###eea-confirmation-outer | |
square-enix-games.com##footer > div[class*="notice"] | |
arkivmusic.com###gdpr-modal | |
opisopvoordeelshop.nl##.cv-notifier-container | |
lachainemeteo.com###cookies | |
deutschland-spielt.de###gamigoCookie | |
lenstip.com##.w3-modal | |
zvv.ch##.mod_content_infobanner | |
code42.com##.QSIInfoBar | |
invenglobal.com###ige-cookie-policy | |
letgo.hr###container > div | |
letgo.cz###container > div | |
luftlinie.org##.consent, #consent | |
bandcamp.com##.tos-update | |
revouninstaller.com###consentAccepted | |
godt.no###psi | |
frankfurt-airport.com##.fra_cookie_policy | |
transilien.com##cnil | |
soliver.eu##.ta_marketing-layer | |
onzemondial.com##body > div[id*="cookie"] | |
mythemeshop.com###mts_gdpr_popup | |
krombacher.de##.trackingNotice | |
trendsmap.com###header_message | |
sazka.cz##.consents-bar | |
bueromarkt-ag.de###cC | |
brodportal.hr##.privatnost | |
034portal.hr###footer.tekst | |
germaniasport.hr###gdpr-wrapper | |
tifon.hr##.tifon_cookies | |
americangreetings.com###privacy_manager | |
teknologisk.dk##.bottom-warning | |
askmen.com##.privacy_policy__container | |
cloudways.com###cookies-bot | |
dji.de###dji-eucookie | |
vinchain.io##.bottom.stick | |
iscte-iul.pt###cookies, #cookiesXs | |
streetinsider.com###zeroIDModal | |
marathi.tv##body > div:not([id]):not([class]) | |
marktguru.at##.bottom-alert | |
noisli.com###cookies | |
orgosolo.nu.it###CookieDiv | |
steadyhealth.com##body > div:not([id]):not([class]) | |
leclercdrive.fr##div[class*="BandeauCookies"] | |
teletexto.com###priv | |
caib.es##.imc-cookie | |
forumrowerowe.org##.ckg | |
opswat.com###cookie-ntc | |
planet.com##.pl-cookies-cta-contain | |
dormando.de###up-cookie | |
direct-assurance.fr###_cc_ | |
tomtop.com##.m_privacy_statement | |
revouninstallerpro.com###consentAccepted | |
freeimages.com##.navbar-qards | |
datafox.de##.popup-banner | |
lyricsmode.com##body > div:not([id]):not([class]) | |
recurly.com##.recurly-gdpr | |
pokewiki.de###gl-topbar-bg, #gl-topbar | |
aa.com###aa_optoutmulti-Modal | |
lzinios.lt##body > div:not([id]):not([class]) | |
heroku.com###heroku-cookie-banner | |
msnbc.com##.dy_bottom_notification | |
vr-world.com###privacy_policy | |
huawei.ru###cookie__panel-help | |
rentalens.ch###dabar | |
ehl.de##.popup_bg | |
jobscout24.ch##.disclaimer-message | |
roosterteeth.com##.policy-banner | |
find-dvd.co.uk##.consent, #consent | |
visdeal.nl##.site-message-overlay | |
jori.com##.cc_container | |
hpe.com###hpealertcomp_container, #hpe_privacy_banner_container | |
skype.com##.notification.info[role="alert"] | |
languagelab.nl###cc | |
push4site.com##.gdpr__container | |
works-hub.com##.tracking-popup | |
flip.pt###access | |
fdb.pl##.consent, #consent | |
liberte.pl###cookies | |
digisport.ro###gdpr, #gdpr-modal | |
grafana.com###stickyFooter, .sticky-footer | |
gezondheidaanhuis.nl##.hover_bkgr_fricc | |
smartcockpit.com##body > div:not([id]):not([class]) | |
infostrada.it###cookies | |
worthpoint.com##.bannerContainer | |
utwente.nl##.utwente-cookiebar | |
fantasyfootballscout.co.uk###info-bar | |
thephone.coop##.ll_banner | |
digiday.com##.bx-has-close-inside .bx-slab | |
osb-alliance.de###cookieonpage | |
thewalrus.ca##.spu-box | |
france-galop.com##body > div:not([id]):not([class]) | |
edoc.site###EDOCSITE_cookie_box | |
hollywoodreporter.com##.tos-change | |
omnium.cat##.omnium_cookies_popup_wrapper | |
poulpeo.com##.legal-banner | |
team-neusta.de##.c-slide-up, .c-slide-up ~ div | |
swissgrid.ch##.swg-overlay-cookie | |
enternity.gr###enternity_consent | |
trustnet.com###deployment_banner | |
jobs.ch##.c-alert | |
visir.is##.bottom-disclaimer | |
ndsas.sk##.navbar-fixed-top > .container | |
iberley.es###cookies-modal | |
thesleepdoctor.com##body > p[style*="fixed"] | |
nhl.com##.btm-nhl-announcement-modal | |
singlereisen.de##.cp-dialog | |
searchlock.com###fixedFooter | |
comviq.se##.alert, #alert | |
araihelmet.eu##.top-banner | |
redleonardo.es##.cookies-label | |
konyvelozona.hu##.snackbar-container | |
maxdome.de###mx-js-bar | |
containerbestellung24.de###active-popup, #popup-container | |
royalcaribbean.co.uk##.rccl_cookieConsentStickeyFooterInformation | |
indiancaller.com##.pn_notebox | |
danielaburke.com##.fixed-banner | |
knuddels.de###root > div[class*="ColumnFluid"] > div[class*="ColumnFluid"] > div[class*="ColumnFluid"] > div[class*="Column__Column"][style*="opacity"] | |
ouicar.fr##.ce_cookies | |
adtraction.com###adtrprivacy | |
bombich.com##body > .text-center | |
epix.com##.messaging-container | |
volkswagen-classic-parts.de##.dataProtection | |
volkswagen-nutzfahrzeuge.de###trackingPolicy | |
gsp.ro##.center-gdpr | |
acotelnet.com###box_resp, #overlay_resp | |
icicibank.co.uk##.siteCapture | |
autovandaag.nl##.bo-cb-bar | |
virginmedia.com##.notifications-manager | |
cumberland.co.uk##.Notice | |
inverto.tv##body > .section | |
gryna2.pl###cookies | |
blog200porcento.com###consent_200 | |
wyld.de##.optin | |
bl.uk###cookies | |
dazeddigital.com###cookie-view | |
zacks.com##.disclosure-fixed-slab | |
weber.ee##.flash-info | |
figyelo.hu##.consent, #consent | |
bancobpi.pt##div[id^="webcarePopup"] > div[id^="bbo_"] | |
vip-usedom.de###confirmation | |
tf1.fr##div[id^="msgctrw"] | |
csmarket.pt##body > div[style*="black"] | |
isaca.org###isaca-consent-wrapper | |
nrj-games.fr###cookies | |
best-bottrop.de##.mm-slideout > div[style*="fixed"] | |
musicglue.com##.CookieFooter | |
fool.de###dogfish, #consent-modal | |
fool.co.uk###dogfish, #consent-modal | |
maison-laborie.fr##ion-toast | |
samebug.io###__next > div > .fixed | |
zoo.wroclaw.pl###okno_18only | |
picnic-supermarkt.nl###switch2 | |
faidateshop.eu##body > div:not([id]):not([class]) | |
krankenkassen-direkt.de###cbanner | |
delock.com###cookie_private | |
digitalocean.com###DO_CC_PANEL | |
leboncoin.fr##main[role="main"] ~ div:not([data-reactid]) | |
weatherbug.com##notification-footer | |
rewolucjawoc.pl##.footer + .copy | |
santacruzbicycles.com##.alert-header | |
postermywall.com###user-consent-form | |
pogodynka.pl###accept | |
firstdraftnews.org##.welcome-message | |
similarweb.com##.sw-notification | |
q-park.de##.service-messages | |
crazyhairs.de###cookies | |
distance.to##.consent, #consent | |
peugeottalk.de###ptalkcookie | |
romwe.com##.c-privacy-module | |
balls.ie##body > div[style*="transparent"] | |
scalemates.com###prv | |
blackfire.io###about-trackers | |
bygghemma.se###header ~ div[class]:not([id]):not([class*="_"]) | |
toolband.com###important-notice | |
endless-space.com##div[id^="cookies-policy"] | |
findicons.com##.navbar-qards | |
engelbert-strauss.at##body > div:not([id]):not([class]) | |
metalshop.cz###nextcreBotDialog | |
teoria.com##.alert-danger | |
zamunda-net.com##.ipc-window-overlay | |
davinotti.com##.privacy-nav | |
webinarjam.com##.bs-example | |
diil.ee##.header__notice | |
o2.cz##.o2x-cookiebar-wrapper | |
blv.no##body > div[class*="prompt"] | |
peoplenet.dk##.pum[data-popmake*="cookies"] | |
honda.com.br##.info-notification | |
fear-the-wolves.com###cookies-interface | |
uk-yankee.com###announcement, #announcement ~ #overlay | |
loliv.com##.noti_full | |
freetrackplans.com##.topbarBox | |
finnairshop.com##.js-consent-popup | |
mcdonalds.fr##abtasty-modal | |
mazeikiai.lt##.alert-info | |
filehorst.de###cookies | |
sadem.it###cookies | |
robertplant.com###cookieplugin | |
modelrailwaysdirect.co.uk##.notice-wrap | |
mql5.com##.float-vertical-panel | |
aeiou.pt###aeiou-barrier-wrapper | |
thunderhead.com###js-thcb-banner | |
alaraby.co.uk##.privacy_prompt | |
befestigungsfuchs.de###disclaimer_bg | |
malopolska.pl##div[id*="cookieinfoarticle"] | |
foodkombi.de##.warning-app | |
vivus.dk##.global-notification | |
vergleich.org##.legal-note | |
uni-goettingen.de##.legal_footer | |
matchbook.com##div[class^="Cookies__cookies"] | |
epdf.tips###EPDFTIPS_cookie_box | |
ii.co.uk###site-content-container ~ div | |
myg21.com###policymodal | |
upctv.ch##.notifications-manager | |
varden.no##body > div[class*="isSimple"] | |
freemeteo.hu###cookies | |
lucidchart.com##.lucid-cookie-compliance | |
cursbnr.ro###avert_all_page | |
sportingbet.com##.info-message.summaries | |
mudrunner-spintires.com###cookies-interface | |
ville-ideale.fr###cookies | |
bostadoliv.se##.uk-notify | |
wsieciprawdy.pl###rdModal | |
veritasbooksonline.com##.notice-wrap | |
220.ro###popup-versiune-2018 | |
cifas.org.uk###cookies | |
parrucchieri-italia.it##.policy-modal | |
pamiec.pl##.JSWrapper | |
mazowieckie.pl##.JSWrapper | |
csp.edu.pl##.JSWrapper | |
mzkjastrzebie.com##.JSWrapper | |
wios.warszawa.pl##.JSWrapper, #kuki | |
vlan.be###modalCookie | |
ww-ag.com##.WW-cookiemodul | |
bicyclette-verte.fr##div[class*="cookies"] | |
tantra-massage-prague.cz##.window_foot | |
city-sightseeing.com##.footer-legal-textB | |
domenovecentrum.cz###fixedBar | |
rapidonline.com###cookieErrorMessageDiv + .column | |
damianharriscycles.co.uk###info-message | |
heureka.cz##.l-header-container__section | |
investmap.pl##.cookie, .popup-back, .popup-rodo | |
musica.com###priv | |
monedo.pl##.NotificationBar | |
dotacedestovka.cz##fnx-cc | |
uncomo.com##.consent, .app_gdpr--2 | |
wallhere.com##.policy-info | |
loot.io###app > main > div:first-child | |
mvhs.de##.cookie-usgae | |
nextbike.de##.nb-cookie | |
thehamradio.website##body > p | |
ciklum.com##.b-cookies | |
glose.media##body > span | |
qixxit.com##.policy-container | |
redbet.com##.notification | |
wmeentertainment.com##.notification | |
idea-bank.ro##.notification | |
delfortgroup.com##.notification | |
bertil.com##.notification | |
salvaunbambino.it##.activebar-container | |
isathens.gr##.activebar-container | |
imunify360.com##.activebar-container | |
cassoni-usati.it##.activebar-container | |
camara.net##.activebar-container | |
akeebabackup.com###akeeba-dccc-banner-container | |
bose.com##.bottom_banner | |
luisaviaroma.com##.privacy-box | |
westword.com##.compliance | |
shouldianswer.co.uk##.consent, #consent | |
zurich.de##.mod-notification-teaser | |
rockhard.de###yt-message | |
myth-weavers.com###consent_container | |
sportskeeda.com##.consent-pop-up | |
tzorg.nl##.notification | |
bitzarium.com###textBox, #masque, #BoutClose | |
get-in-engineering.de###getIn_cookie_notice | |
greengenius.lt##.cookies-sticky | |
frognews.bg##.hover-mask, .gdpr-blk | |
dekk1.no##.ModuleGroup.name_infobar | |
premierinn.com###app > div[style*="fixed"], .pi-nav-privacy | |
burgerking.fr###root > main > footer + div | |
mesampoulesgratuites.fr###popup, .popup | |
rockstarcoders.com###myAlert | |
aeriagames.com##body > div[style*="fixed"] | |
ricaud.com##.hamon | |
inwork.cz##.fixed-cookie | |
ereading.cz##.gdpr | |
atwonline.com##.gdpr | |
oxygen.com##.gdpr | |
palmknihy.cz##.gdpr | |
tipp24.com##.gdpr | |
anothermag.com###cookie-view | |
skoda-kariera.cz##.page__wrap ~ div[class]:not([id]) | |
pjmedia.com###policy-warning-container | |
sax.co.uk##.notify | |
autokostencheck.de###footerSlideContainer | |
ferrariparts.co.uk###system_message | |
bitcatcha.com##.site-notification | |
ps.com.pl###ckInfo | |
voat.co##.eppnotice | |
dina.se##.dina-cookiebanner | |
capterra.com##.welcome-banner | |
cliquojeux.com###cook_aff | |
enmark2.com###cookies | |
audio-parts.de##.popup_notification | |
jewish-places.de##div[class*="CookiesFooter__Banner"] | |
predathor.pl##.spu-bg, .spu-box | |
rocketleague.com###privmessage, #message | |
brennstoffboerse.de##.cs-info-wrapper, .cs-info-wrapper-spacer | |
strandhotel.se###mb_modules_popups_Container | |
bcb-online.nl##.jqibox | |
twojesoczewki.com##.popup_bg | |
factmag.com###vf-pop | |
e-tron.audi##.e-tron-cookies-notice | |
quake.com##.notification | |
thefamouspeople.com##.ppreloaded_lightbox, .preloaded_m_lightbox | |
joom.com##div[class^="disclaimer"] | |
jamesgalway.com##.sqs-announcement-bar | |
ford-maiwald.de###popupDiv, #overlayDiv | |
momsport.hu###slider | |
solwininfotech.com##.sol-cookie-cover | |
photocamera.bg###cookies | |
nationalpost.com##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
art.pl###mnp_cookie_confirmation | |
ville-rail-transports.com###cookies_b | |
electrokit.com###top-bar | |
hmb-gorzow.pl##aside.widget | |
werum.com##.c-callout | |
shadycharacters.co.uk###banner-sidebar | |
pxhere.com##.policy-info | |
air-austral.com###legalconcerns | |
freemeteo.nl###cookies | |
yola.com##.notification | |
rideapart.com##.m1-footer-messages | |
artwizz.com##.aw2-nav-top-cookie | |
pro-tools-expert.com##.sqs-announcement-bar | |
skrattsajten.com##.cookieScript | |
europe-pharm.com##.ep_cookies | |
kolding.dk###jGrowl | |
finance-angels.de##body > div > div > [jsmodel] | |
stedwards.edu##.region-alert-section | |
tv5.ca##.top-alertes | |
youronlinechoices.com##.fl-page.dnone, .mainContentInside .info | |
tourtel-twist.fr###cookies | |
utopya.fr##.banner-header | |
chregister.ch##.ui-notificationbar | |
nec.com##.func-cookie | |
amcharts.com###notices | |
indusface.com##.disclaimer_block | |
framtid.se###siteflash | |
seazon.fr###root > div > .flexRow | |
massivum.de##.cn_box | |
e-cooline.de###privacy-protection | |
paulmccartney.com##.pmc-cookie-consent-block | |
arubanetworks.com###aruba_cookie_privacy_popup | |
schaeffler.com###dataprotection | |
troax.com##.troax-messages | |
mapal.com###ctrlck | |
prestosoft.com###consent-footer | |
swishmax.pl###main-container-home ~ div > div[style*="fixed"] | |
halifax.dk###page-cookies | |
cityexpress.com##.ctn-cookies | |
crans-montana.ch##.mm-page > div[style*="fixed"] | |
bip.um.wroc.pl###cookies | |
hd.se##.gdpr | |
toldot.ru###prbl | |
haewa.de##.occ-lock, .occ-overlay | |
lincolnelectric.com###cp_wrapper | |
okian.ro##.HCCC__container--style | |
wddty.com###SiteMessageWrap | |
varian.com###varian-gdpr-consent | |
kempenhaeghe.nl##.overlay2 | |
texmania.sk###note-holder | |
bodypak.pl###cookies | |
gooienom.nl###notification_area | |
onedayonly.nl###ods_modal_action, #ods_modal_fade | |
thevinylfactory.com###vf-pop | |
qualenergia.it###cookies-win | |
fusion.tv##.blockCookies | |
powerreviews.com##.prd-wrap | |
liesegang-projects.com###lpcookies | |
news5.de###privacyContainer | |
gamblejoe.com##.c-area | |
tti.at###cookies | |
uchicago.edu##.js_gdpr | |
bambergfacts.de##div[id^="cookiebar"] | |
backpackerguide.nz###fbGroupMini | |
swisslife.fr##.mod-disclaimer | |
trennung.de###allowCookie | |
oebv.net##body > form | |
bien-dans-mon-train.com##.cookiecall | |
xg1.li###privacy-footer | |
nrjmobile.fr###ei_cookie | |
kiwi.com##div[class*="CookiesConsentContainer"] | |
d-secour.de###importantMessages | |
dupuis.com##.dp-cookie-legal | |
metal-shop.eu###nextcreBotDialog | |
negrini.com###cksModal | |
best-sound.com##.banner, #banner | |
dartinfo.nl##body > div[class^="app"] | |
the-match-factory.com###infoBar | |
botify.com##.fixed.pin-l.pin-b.z-10.flex | |
withings.com##.cookie_consent_withings | |
pacesuite.com###notification-cont | |
getfilecloud.com###gdpr_accept | |
priberam.org##.pb-cookies | |
provantage.com###PP | |
grotekleren-webwinkel.nl##.consent, #consent | |
broadleyautomotive.co.uk###esc-wrapper | |
bip.piaseczno.eu###cookies | |
rotterdam.info###cookies | |
fiveguys.co.uk##.modal-backdrop | |
fiveguys.es##.modal-backdrop | |
fiveguys.fr##.modal-backdrop | |
daf.co.uk##.modal-backdrop | |
onboarding.daf.com##.modal-backdrop | |
daf.nl##.modal-backdrop | |
walserprivatbank.com##.block_consent | |
keenfootwear.com##.notice-top | |
sega.co.uk##.cp-wrap | |
globalpetrolprices.com###cookies | |
phoenixcontact.com###infoBoxFrame | |
blogs.timesofisrael.com###message, .message | |
cff.ch##.messageBar | |
sinonimos.com.br##.clm | |
aquacoimbra.com###cookiescontainer | |
musikzirkus.eu##.infobox | |
domotex.de##.user-notes-notification | |
annualreviews.org##.ar-news-footer | |
isidewith.com##.overlayBG, .overlayContent | |
csu.de##.mod-layer | |
voria.gr###cookies_area | |
praktiker.ro##.cookie-form | |
vova.com##.activity-cookie | |
rebirth-hannover.de##.c-callout | |
parkindigo.com##idg-cookie-info-bar | |
vw.com.br###warning | |
ms.gov.pl###MS[style*="block"] | |
warszawa.so.gov.pl###cookies | |
archiwa.gov.pl###message_box | |
monitoring.krakow.pios.gov.pl##.a-footer | |
imagine-r.com###cookies | |
henryschein.at##.hs-block-ui, .hs-dialog | |
patience-is-a-virtue.org###copy > p | |
opi.org.pl##jsa-cookie | |
bloomandwild.com##.bwCookieMessage | |
devart.com##.popup-wrapper | |
isa.org###simplemodal-container, #simplemodal-overlay | |
pfeiffer-vacuum.com###pfCookieNotice | |
asroma.com##.s-navigation-tool-panel-disclaimer | |
picload.org###cookies | |
benu.cz##.info-bar | |
pb.edu.pl###cookies | |
bpsa.co.uk###terms_container | |
arridgegaragedoors.co.uk##.small-cookie-notice .tingle-modal | |
berentzen-gruppe.de###notifications | |
suelo.pl###modalCookies | |
bazarcom.cz##.colorbox-agreement | |
forum.snsbank.nl###clcback, #consentdiv | |
digminecraft.com##.consent, #consent | |
unifilm.de##.form-dsgvo | |
thelanguagehouse.net##.site-cookie | |
cifempleo.com###cookies | |
edingershops.de##.bggrey, .alertbox | |
gnhm.gr##.gdpr | |
zora.bg##.bottom-freezed-bar | |
exki.be##.lang-cookie | |
hotelquickly.com###app > div > div[style*="height"] | |
elempleo.com##.politics_cookie | |
everything5pounds.com##.__ADORIC__[style*="fixed"] | |
ring.com###teconsent | |
netflix-nederland.nl##body > div[class^="app"] | |
sothebys.com###NotificationOverlay | |
srf.ch##.personalizationMessageWrapper | |
rusmeteo.net##.alert-danger.in | |
programiz.com##.privacy-policy | |
buzzpeoplemag.com##.sca.block | |
zeek.me##.zk-footer ~ div | |
ideo.com##.App > div[class*="Fixed"] | |
bad-mergentheim.de##.popupbox | |
qxl.no###cookies | |
coinomi.com##.dialog[data-dialog-id="cookies"] | |
cocoscope.com##.alert-info | |
jobrad.org##.generic-note | |
hasselblad.com##.prompt-content | |
morticeandgreensashwindowrepairs.co.uk##.b-modal, .pps-popup | |
online.auktionsverket.se##.ui-widget, .ui-widget-overlay | |
ming-fahrschull.de##.notification[data-cookie*="cookies_demo"] | |
bsdforen.de##.notices | |
ckib.de##.tve-leads-ribbon | |
calendarpedia.com##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
triglavzdravje.si###cookie_module | |
pmmp.io###remindTos | |
cubbit.net###root > div > footer ~ div | |
lesara.de##.notification | |
light.co###gdpr-modal | |
hackerone.com##.footer-popup | |
asdinfowales.co.uk##body > div:not([id]):not([class]) | |
recevoirlatnt.fr###cnil, .cnil, #CNIL | |
dormezbien.fr###cnil, .cnil, #CNIL | |
air-cosmos.com###cnil, .cnil, #CNIL | |
villeneuve92.com###cnil, .cnil, #CNIL | |
chassis-en-bois.fr###cnil, .cnil, #CNIL | |
bourse-immobilier.fr###cnil, .cnil, #CNIL | |
tinkco.com###cnil, .cnil, #CNIL | |
fontenayenscenes.fr###cnil, .cnil, #CNIL | |
hardstyle-industry.com###cnil, .cnil, #CNIL | |
cestfrais.fr###cnil, .cnil, #CNIL | |
sucredorge.com###cnil, .cnil, #CNIL | |
iseki.fr###cnil, .cnil, #CNIL | |
moncompte.sodexopass.fr###cnil, .cnil, #CNIL | |
bitrise.io##bitrise-cookie-tab | |
robots.ox.ac.uk##.slidingDiv | |
imobie.com##.fixedbot | |
onepercentclub.com##.notification-bar-container | |
techvorace.com###tfade, #tlight | |
ftg-frankfurt.de###dataInfoBox | |
winkel.parool.nl##.modal__bg | |
epidemicsound.com##div[class*="cookieBar"] | |
arukhaza.com##body > div:not([id]):not([class]) | |
lpexpress.lt###cookies-block | |
blockchainsecurity.services##.infobar | |
factorymarket.de##.header-notification | |
paladins.com##section.footer ~ div | |
webyog.com###top-banner | |
fran.si##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
datarecoverynederland.nl###cookie-contest | |
onehowto.com##.consent, .app_gdpr--2 | |
screenseven.com###gamigoCookie | |
bonkersabouttech.com##.legal-info | |
holadoctor.com##.gdpr-space | |
hegau-archers.de##body > div:not([id]):not([class]) | |
about.me##.bubble[class*="cookie_notice"] | |
amerisourcebergen.com##.legal-acknowledgement | |
buydifferent.it##body > div:not([id]):not([class]) | |
aerospace-lab.de##.themify-popup | |
check.toys###COO | |
ered.gr##.coucou | |
alanus.edu##.stoerer-wrapper | |
realmroyale.com##.footer + div | |
usehoney.io##iframe[src*="usehoney.io/embed/widget/"] | |
schwarzberlin.com###cookies | |
adfc.de##.footer ~ .ember-view | |
itrack.it###ga-accept | |
nats.io###main_gdpr | |
moveforwardpt.com###stickyMessage | |
mediaplus.com##.fixed_top | |
pixflow.net##.privacy-popup | |
pmg-mainz.de###footer > section | |
movimento5stelle.it###disclaimerC | |
accorhotels.jobs###cookiesAccorJobs | |
myworkdayjobs.com##div[data-automation-id="legalNotice"] | |
digi-animalworld.tv###gdpr, #gdpr-modal | |
dmc-watch.com##.promo-bar-container | |
tshirt-corner.com##.tc-cnil | |
modesens.com###tip_container | |
max.fr##.notice-cook | |
act-store.com###POPUPS_WRAPPER | |
kartunsy.pl###ait-infobar | |
kurfuerstenschaenke-dresden.de###POPUPS_ROOT | |
huaweipolska.pl##.huawei-cookie | |
carrando.com###dsg | |
sportraw.pl##body > div[id^="tws"]:not(.toplayerSpecialClass), #topLayerBackDrop | |
rail-sim.de##.popupBase.notification | |
noir.pl###cookies | |
tutoriauxpc.com##body > div:not([id]):not([class]) | |
speckproducts.co.uk##.ui-widget-overlay | |
chess.org##.messages | |
sticksnsushi.com##div[data-module="CookieBanner"] | |
krasniykarandash.ru##.site-footer + div[class]:not([id]) | |
ratedpeople.com##div[class*="cookie-acceptance-banner"] | |
dplay.fi##div[class^="notification"] | |
virginmediastore.com##.notification-bar | |
mobilepay.fi##div[class*="cookie-dialog"] | |
e-fo.fr###spanLien > div:first-child | |
pip.gov.pl###privacyOverlay | |
mesago.de###privacy_overlay | |
panattasport.com##.notification-block | |
conforti.it###ll_banner, #ll_info, .ll_link_bottom | |
just-eat.fr##.global-cookies | |
spectacles.com##.notification | |
wiki.kerbalspaceprogram.com###my-js-modal, #cover | |
mquadr.at###info | |
truevalue.es##.cookies-lay | |
egmnow.com##.egm-cookie-flyout | |
tennis-warehouse.com###data_protection | |
goodhoodstore.com##.cc_msg | |
hastens.com###consent-modal | |
easterngraphics.com##body > div:not([id]):not([class]) | |
zaliastotele.lt###wrapperCookie | |
serpstat.com##.gdpr-tab | |
derkonzert.de##footer ~ div:last-child | |
bekendeburen.nl###AVG-message | |
minijob-zentrale.de###tracker-optin | |
mspy.com##.cookie-l | |
brainpop.com###announcment_alert | |
close-up.it##.stickyFooter | |
remosoftware.com##.visitornotice | |
auchan.fr##.bdn_cookie | |
lunchtime.de##.overlay_gray_bg | |
pluralsight.com##.banner, #banner | |
adata.com###chk_remark | |
rems71.ru##body > div[id^="div"] | |
fullscreenmedia.co##.banner, #banner | |
hsl.fi###messageBar | |
septima.dk##.septimacc | |
teldust.com##.cookies-tab | |
medicshop.de###cookiemedic | |
hpinfomedia.de###dataPrivacy | |
gpgroot.nl###ckc_hdr | |
techonthenet.com##.consent, #consent | |
gea.com##.language-detection__cookie | |
metcheck.com###EUModal, .reveal-modal-bg | |
sbsr.fm##.bl-block[data-bl-name="CokiesWrap"] | |
nox-xtreme.com###root > div > div[class]:not([data-reactid]) | |
iam8bit.com##.alertify | |
letgo.si###container > div | |
astro-seek.com##.cc_container | |
spiking.io##.PopupCookies | |
mount10.ch##.ck-bn | |
sociall.io##mat-dialog-container | |
crackwatch.com##.Overlay | |
dinamalar.com##.quickslide | |
iqoption.com##div[data-test-id="notification-position-container-block"] | |
coop.co.uk##footer ~ div | |
flows.be###flows-cookie-compliance-popup | |
netflixinbelgie.be##body > div[class^="app"] | |
fansbreak.com###cookies | |
pipelife.at###coo | |
ricominciodaquattro.com###cbox-notice | |
re.is##.cookiemodal | |
infotorg.no##.sticky-footer-banner | |
brendon.hu##.ui-widget, .ui-widget-overlay | |
acronymfinder.com##body > div:not([id]):not([class]) | |
newrelic.com###intercom-container | |
timberfarm.de###block-timberfarm-cms-cookie | |
labor-stephansplatz.de###bho_infobar | |
curiouscat.me##.consentWrapper | |
sterrenoptv.nl##body > div[class^="app"] | |
mirantis.com###notice | |
americares.org##.snipe-banner | |
portfoliospreadsheets.com##snack-bar-container | |
architecture.com##.info-bar | |
moneyonline.gr###cookies-shell | |
spreds.com##.u-marginless[data-react-props*="cookies"] | |
outsphera.it##.activebar-container | |
wolterskluwer.pl###wk-brg-cookie-info | |
orange.be##.zpWinThemeBanner | |
sibur.ru###privacyPolicy | |
fis-ski.com##.s-navigation-tool-panel-disclaimer | |
popuz.com###privacyPolicy | |
supermemo.com##app-cookie | |
redlight.net##body > div:not([id]):not([class]) | |
raceface.com###privacy, #cookies | |
hamburgsud.com##.m-cookie__content | |
stundin.is##.bottom-banner | |
galileo.tv###cookieBannerGTV | |
myaustrianblog.at##.cop | |
go1a.de##.mod-layer | |
1aautoservice.de##.mod-layer | |
visaquarium.nl##.tb | |
awattar.com###agree | |
nettrading.ro##.header-banner | |
agroarbo.nl##.cookie, .lights--out | |
new-rock-france.com###brl-cookie | |
bright-products.com###ncm.ncm-collapsed.ncm-ready | |
vpeag.com##.Footer + .BottomLine | |
aripaev.ee##div[class*="CookieBar"] | |
agcocorp.com##.disclaimerpopup | |
explaineverything.com##footer + div | |
ludwig.guru##div[class*="__disclaimer"] | |
soldaatvanoranje.nl##.overlay | |
groen.be###disclaimer | |
gorillasports.de###disclaimer | |
gamingoase.de###disclaimer | |
elektrotresen.de###disclaimer | |
bitmoji.com###disclaimer | |
kaffee-melangerie.de###disclaimer | |
liveradio.ie###disclaimer | |
letsdeal.no##div[class^="gdpr-panel"] | |
letsdeal.se##div[class^="gdpr-panel"] | |
transitionnetwork.org###tofino-notification | |
wotinfo.net###coo | |
find.com.tr###KVK_Cerez | |
ittrend.hu###suti | |
rocketleagueesports.com###message, .message | |
kon-boot.com###myModal, .modal-backdrop | |
makita.fr###disclaimer | |
jmmgc.com###cnotice | |
pipe-organ-recordings.com##.cookies--container | |
carhartt.com###consentModal, .reveal-modal-bg | |
operadeparis.fr##.bloc-notifications | |
shadertoy.com###compliance | |
zanotti.com###ll_banner, #ll_info, .ll_link_bottom | |
shrm.org##.shrm-gdpr | |
mvagusta.com##div[class^="bannerContainer"] | |
mediafour.com###wpnb-bar | |
messe-kassel.de##.note | |
fancentro.com##.consent-message | |
askthepsych.com###cks | |
iboysoft.com###user_popup | |
durszlak.pl##.privacy-layer | |
globallogic.com###ac-wrapper | |
milanos.pl###rodo-pop | |
watispilling.nl##.fancybox-overlay | |
ruba535.ca###disclaimer-box | |
humbersideairport.com###cookies | |
wasserklinik.com###snppopup-welcome | |
romedic.ro###cookbox | |
skechers.com###cookiep | |
ecelebrityfacts.com###consentDialog | |
ivet.pl###popup1 | |
clubheldvanhetjaar.nl###SiteWrapper > .wp > .wp + .wp | |
jobmensa.de##.js-usermessage | |
nouw.com###ConsentBanner | |
pizza.de##div[data-qa*="notification"] | |
mx.recepedia.com##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
ruedesplantes.com##div[class^="cookies"] | |
sdrplugins.com##.widget-footer > section > div:not([class]) | |
laptopsystem.hu##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
pallottinum.pl##body > div:not([id]):not([class]) | |
bock-kunststofftechnik.de##div[id^="cookielaw_"] | |
niveamen.co.uk###popup, .popup | |
mcsuk.org###a3prompt | |
biblio.co.uk##.navbar-fixed-bottom | |
results.decisiondeskhq.com###disclaimer | |
colormango.com##.setprivacy | |
hik-connect.com##.coverShow | |
twentemilieu.nl##.balloon_notification | |
e-conomic.dk##.banner, #banner | |
mijndomein.nl###dd_overlay, #dd_popup | |
corso-saunamanufaktur.com###dataprotection | |
live365.com##.site > div[class*="root"] > div:not(.action-bar) | |
egym.com##.egym-prompt | |
yougov.co.uk##yg-cookie-confirm | |
totaljs.com##.ui-cookie2 | |
riot.im##.mx_MatrixToolbar | |
gruene-bundestag.de###info_message | |
waff.at##.en-pn-bar.en-notification | |
alldent-zahnzentrum.de###dialog | |
dana.at##.theCookie | |
thefreelibrary.com##body > div:not([id]):not([class]) | |
ams.at##.ams-m-cookie-warning | |
receiver.de##.legalAdvice | |
66.ru##.t-i-agree | |
schmidtnorm.at###infoleiste > .container > .row > .col-12:not(.text-md-right) | |
flamcogroup.com##.stn-cookies, .stn-cookies-enlarge | |
icebug.se###root > div > [delay] | |
keskeces.com###cook, #cook2 | |
hostkey.com###collectData | |
fliesenoutlet.com###disclaimer | |
reifen-service-rostock.de###my_cw_label | |
propellets.at##.cc_container | |
dipisoft.com##.accookie | |
wps.com##.gdpr | |
skargards.com###cc_dialog | |
casopis-rozmaryna.cz###fucktheEU | |
comhem.se##div[class*="CookieBar"] | |
pacsun.com###pptou-sticky | |
vk.se##.ReactModal__Overlay--after-open | |
liander.nl###webLianderCookieBanner | |
stofa.dk##div[class*="CookieDisclaimer"] | |
toluna.com##.notification-center | |
ticketmarket.lt##.consent, #consent | |
yealink.com##.cookie-go | |
webwinkel.ad.nl##.modal__bg | |
webwinkel.ed.nl##.modal__bg | |
webwinkel.pzc.nl##.modal__bg | |
webwinkel.bndestem.nl##.modal__bg | |
webwinkel.gelderlander.nl##.modal__bg | |
webwinkel.destentor.nl##.modal__bg | |
webwinkel.volkskrant.nl##.modal__bg | |
poe.de###notice | |
ozcouponscode.com##.policy_footer | |
onlinetvrecorder.com###footerdiv > div[style*="z-index"] | |
drivetribe.com###root > div ~ div[class*=" "] | |
ibm.com##.ibm-canada-notice, .ibm-canada-notice-button | |
yougov.com##yg-cookie-confirm | |
infomir.eu###cb | |
bdew.de##.bdew__cookiebanner | |
brainandlife.org##.breaking-container | |
vivanta.es##.dv-cookies | |
si-vreme.com###siv_cookieBanner | |
loteriainpost.pl###pop_up | |
mojoreads.com##div[class*="cookiesPolicy"] | |
online2pdf.com###privacy_msg | |
laznevbechyni.cz##.fixed-box | |
mee.com###cboxOverlay | |
strefakursow.pl##.b-cookies | |
satakunnanautotalo.fi##.AVS-evasteseloste-container | |
psicologia-online.com##.consent, #consent | |
medlibrary.org###cks | |
cathaypacific.com##.system-alert-wrapper | |
generali.pl###cookies | |
gab-umweltservice.de###rcpm | |
nasze-kino.tv###cookies | |
bettyblocks.com###ageNotification | |
hansvanwijk.nl###cookiewall-modal | |
bn.ru##.cookie--form | |
noritake-itron.jp###gdpr_nav | |
guitaretab.com##body > div:not([id]):not([class]) | |
tsuldotejo.pt###cookieDiv | |
themagpiesalute.com###important-notice | |
metatrader4.com###float-vertical-panel | |
zukunftsheizen.de##body > div:not([id]):not([class]) | |
aboardtheworld.com##.popmake | |
enzopennetta.it##.popmake | |
penseurope.com##.container[role="alert"] | |
eonline.com##.view-gdpr | |
lloyd.com###globalerror | |
hario.com###sample-dialog.dialog | |
ads.nipr.ac.jp##.backdrop | |
urbia.de##.layer-confirm-bottom | |
lactalisfoodservice.es##.LSSI | |
hoteldiamant.cz##.nl_cookies | |
gewinnspiel.toom.de##.notification | |
shotsdeciencia.com##.x-el[data-ux="Widget"][class*="widget-footer-footer"] | |
united.com##div[class*="cookiedisclaimer"] | |
domi.com###CoockiesPage | |
dreamworksanimation.com##.dwa-embed-cookie-consent-container | |
theburgerhouse.com###close-cookies | |
euromaxx.nu##.ui-widget, .ui-widget-overlay | |
mybiclighter.com###cookies | |
stokokkino.gr###popupform1 | |
peugeotscooters.pt##.policy-window | |
foundry.com##.EUc | |
apps-drones.com###cnil, .cnil, #CNIL | |
sww.de###cookieadd | |
modr.pl##.region-gdpr | |
gazetapraca.pl###overlayJS | |
sightseeing-kontor.de###sk-info | |
nationalezorggids.nl##.cookieModal | |
nginx.com##div[id*="nx_gdpr_modal"] | |
mareespeche.com###cookies | |
bergische-energie.de##body > div:not([id]):not([class]) | |
bestlivecamsites.com##.ntfc-bar | |
fast-mirror.de##body > div[align] | |
etletstalk.com##body > div[id^="ulp-"] | |
zenhotels.com##.zen-privacypolicypopup | |
db.com##.dbe-content_cookie.alert | |
skolakov.eu###cookieslista | |
semanticscholar.org##.copyright-banner | |
advatus.pl##.myModal-box | |
ip-sa.pl##.myModal-box | |
worldsbiggestchat.com###nomnom | |
lycoschat.com###nomnom | |
kleiderkreisel.de###stickyFooter, .sticky-footer | |
checkdomain.de###notifications-container | |
dik.se##.consent-dialog | |
canadiansolar.com###cookies | |
hessnatur.com##.actionbarWrapper | |
toto.com##.cookieSection | |
smarturl.it###consent-block | |
aignes.com###aignescookie | |
sydsvenskan.se##.gdpr | |
mjamjam-petfood.de##.cookie5, .cookie5 + .allover | |
vicisitudysordidez.com##.lwpcngNotice | |
hotel.de##div[class*="cookieWrapper"] | |
mafiadoc.com###MAFIADOCCOM_cookie_box | |
aamuset.fi##body > div:not([id]):not([class]) | |
kult-portal.com##.infobar | |
wallpapershome.com##.cc-dialog | |
fotocommunity.de##.alert, #alert | |
urraeroi.it###cookies | |
spinnaker-watches.com##.fixedbar | |
superpedestrian.com##.sp-overlay[ng-show="!showApp"] | |
castbox.fm##.cookies-conf | |
pkspolonus.pl###popek | |
bein.net##.app-container > div[class]:not(.app-content):not([class*=" "]) | |
youngsseafood.co.uk##.alert, #alert | |
arlestourisme.com###cookies | |
conan-kolekcja.pl###cookies | |
dkl24.pl###cookies_accepted | |
antyczek.pl##.header-banner | |
humanoffice.pl###cookie_cointer | |
mobilier-mirjan24.ro###window_overlay | |
checkyourmath.com##.consent, #consent | |
harper-adams.ac.uk###cookies | |
devhut.net##.ht-notification-text .su-note | |
engelsrufer.de###backcolorcookies | |
mcafeestore.com##.cookie_module | |
nperf.com##.consent, #consent | |
canadacomputers.com##.privacy-modal | |
alivecolors.com##.alert, #alert | |
goodvibes.com###bottomAlert | |
red-carparts.de###disclaimer | |
carlovalentini.it###footer-widget-area | |
streamcraft.com##.privacy-wraper | |
helemaalshea.nl##.fancybox-overlay | |
razer.com##.component-sticky-dialog | |
cv-sanitairkorting.nl##.ui-widget, .ui-widget-overlay | |
redaccionmedica.com##.iframe_cookies | |
helmet.fi##.notification, .notifier_warning | |
yourbaroness.com###important-notice | |
commsec.com.au##.announcements | |
changelly.com##.clly-notification | |
breakplan.pl##.cookie_logo | |
herni-svet.cz##.blockUI | |
durs.si###trCookie | |
higherlowergame.com##.app-store-icons ~ section | |
new-life-soundmagazine.com##.ui-widget, .ui-widget-overlay | |
educazionesanitaria.com##.privacy_check | |
morningstar.fr##.audienceTypeConfirmPopupContentCss, #dialog-mask | |
siemens.co.uk###c-info, .cm-banner | |
medischcontact.nl##.cc-popup | |
nos.io##div[class*="gdprBanner"] | |
builds.gg##.consent, #consent | |
lot.com###cookies | |
lawine.at##.header-notification | |
ipax.at###ipaxCC | |
acehighradio.com##.widget-footer section > div:not([class]) | |
grandswissbangkok.com##.footer-fix-popup | |
eyeem.com##.reactRoot > div:not([class]) | |
ritzau.dk##.footer__notification | |
utlandssvenskar.com###my-welcome-message | |
fotosik.pl##.modal-backdrop, #rodo-info | |
grand-seiko.com##.blk-Cookie | |
designwebkit.com##.cookie_block | |
apidura.com###hiddenCookie | |
arcolresistors.com###close-me | |
extreme-d0wn.net###a-cn-wrapper | |
worditout.com##body > #g | |
thread.com##thread-cookie-notice | |
marktguru.de##.bottom-alert | |
mapsofworld.com###dialog | |
saurclient.fr###cookies | |
nowness.com##.ns-info-bar | |
swiftkey.com##.alert-banner | |
o2family.cz###o2fCookieConsentDialog | |
super.ee##.header__notice | |
capitalone.ca###alert-privacy-update | |
eutelsat.com###header_higher | |
kurzgesagt.org##.cb-wrapper | |
cylance.com##.cylance-mod-cookiebanner | |
webd.pl###cffc | |
hs-kl.de##.alert-info | |
ntbinfo.no##.footer__notification | |
leech360.com###cookie-required | |
wsis.pt###termosdiv | |
cdkeys.com###cookieCDkeys | |
tor.com###entry-content__footer-popup | |
booking-channel.com###sta-cookies ~ div[class*="tpl-cookies"] | |
instituteforgovernment.org.uk##.popup-text | |
ninkasi.fr##.nq-c-rgpdBar | |
ukmotorists.com##.csent | |
disclose.tv###ccc-login-signup | |
pagellapolitica.it##.alert, #alert | |
2fast4buds.com##.popup_secure | |
pacman.io###priv_notice | |
spartagym.hr##.floatton-btn, .floatton-container | |
epom.com##body > div:not([id]):not([class]) | |
jazzradio.com###terms-message-region | |
gea-waldviertler.at##.alert, #alert | |
campana-schott.com###cookie-copy | |
sumup.de##.su-footer ~ div[class*="css"] | |
htmlcolorcodes.com###js-alert | |
hdg.de###hdg-cookie-accept | |
spd-einbeck.de##.spd-cookie | |
chinesenewyear.net##.js-alert | |
gqitalia.it##.app > div[class^="FadeWrap"] | |
bustle.com##body > div > header ~ div[class*=" "] | |
antenna.gr##.consent, #consent | |
rwjf.org##.masthead__message | |
staatsschauspiel-dresden.de##.dataprotection | |
sexvideoall.com##.fixed-nav-bar | |
marklogic.com###marklogic-eucl-notice | |
sklepkoszykarza.pl##body > div:not([id]):not([class]) | |
toothbrushbattery.com##.woocommerce-store-notice | |
bitdefender.ru##.mtsnb-top | |
mopolis.de##.consent, #consent | |
qantas.com###bottomAlert | |
cortefiel.com###general-popup, .euCookiesPolicy | |
wizbii.com##aside[class*="gdpr_banner"] | |
moontracks.com###dropinboxv2cover | |
answerpoints.co.uk##.cc_modal | |
investintech.com###geoPolicy | |
nationalbooktokens.com##div[id*="UpdatePanelCookie"] | |
expertoanimal.com##.consent, #consent | |
citusdata.com###consentBox | |
alfred.com##.privacy-policy.content | |
protegerse.com###cook | |
ontinet.com###cook | |
dafmuseum.nl##.modal-backdrop, .page-overlay | |
rpguides.de###pitchblack | |
geotrust.com###toolbar | |
mindennapkonyv.hu###wrapper > div[style*="fixed"] | |
napster.com##footer ~ .info_box | |
houseoftracks.com##.overflow-container | |
lojasrenner.com.br##.notification | |
getcomposting.com###top-notice | |
skoleporten.dk###jGrowl | |
gr8.com##div[data-editable="boxCookieNotification"] | |
livescore.com###ls_cpa | |
freetorrent.tk###alert_system_notice | |
gebuhrenfrei.com##.cc_wrapper | |
kickresume.com##div[class*="CookieConsentBanner"] | |
purehelp.no###consent_popup, .modal-backdrop | |
l2db.info##.access-cookies | |
evengreener.com###top-notice | |
flyingflowers.co.uk##.overlayTxtDiv | |
voguebusiness.com##.app > div[class*="FadeWrap"] | |
jcacinemes.com##body > .overlay | |
kicks.fi###container > div > div > div > div > div[style*="opacity"][style*="height"] | |
tapatalk.com##.slideout-panel > #pp_b, #gdpr_b | |
ferragamo.com##.cc-customdialog | |
tidal.com##div[data-test="GDPRNotification"] | |
grodkow.pl###jbar-push, #jbar | |
salidzini.lv###consent-box | |
ryzerobotics.com##footer > div[class*="pop-up"] | |
tayyar.org###popUpModelID | |
tenzingtravel.nl##.fancybox-overlay, .fancybox-wrap | |
alexamaster.net##.alert-info | |
babylonhealth.com##.web-app__GlobalAlert__globalAlert | |
prevision.io###legal-banner | |
mmogames.com##.mmogames_cookie_modal | |
pd-f.de###matomo_info | |
filmfront.no##.pvern | |
321auto.com###cookies | |
appzio.com##.modal-mask-class | |
skionline.pl###popup_rodo, #popup_tlo | |
iotransfer.net##.fl-accept | |
guitartabs.cc###main_content ~ div | |
dictionnaire-academie.fr###blocCookies | |
china-certification.com##.blueline-content-popup | |
apprrr.hr##.dialog-widget | |
jomy.com###jomy-header-dialog-cookie-consent | |
crossfit.com###app ~ #modal, body.games > div[style*="fixed"] | |
mz.gov.pl##.popup-bg | |
n11.com##.warningAlert | |
fc2.com##body > div[style=""] | |
wso2.com##.cGDPR | |
mallorca312.com###cookies | |
boticas23.com###cookies | |
crex24.com##div[class*="cookies_block"] | |
taskmanagement24.com###cookiesBlock | |
thezoereport.com##body > div > div[class*=" "] | |
jumbo.com##.jum-cookie-message | |
labvolution.de##.user-notes-notification | |
nfs.as###toast, .toast | |
szybko.pl###toast, .toast | |
lafrancaise-am-partenaires.com###toast, .toast | |
guess.eu###toast, .toast | |
familycarebadanti.it###toast, .toast | |
lostintheusa.fr###toast, .toast | |
startnext.com###toast, .toast | |
domeble.com###toast, .toast | |
ilovepdf.com###toast, .toast | |
nautic-way.com###toast, .toast | |
myunidays.com###toast, .toast | |
mygon.com###toast, .toast | |
toradex.com###toast, .toast | |
iloveimg.com###toast, .toast | |
mimanchitu.it###toast, .toast | |
broadnet.no###toast, .toast | |
kundalini.it###toast, .toast | |
szybkopraca.pl###toast, .toast | |
homenet.no###toast, .toast | |
tellshell.shell.com###toast, .toast | |
sotec-consulting.com##.toast-container | |
stodola.pl##.toast-container | |
r-studio.com###pp-info | |
cheapsslsecurity.com##.popuphome | |
notariat-schoeffmann.at##body > div:not([id]):not([class]) | |
nimbusweb.me##.ncp1-message | |
brieffreund-gesucht.de###privacy, .privacy | |
vouchers.dailyselect.co.uk###privacy, .privacy | |
e-codepromo.fr###privacy, .privacy | |
emezeta.com###privacy, .privacy | |
explicite.info###privacy, .privacy | |
ldlc-pro.com###privacy, .privacy | |
domuswire.com###privacy, .privacy | |
mieszko.pl###privacy, .privacy | |
spectrumled.pl###privacy, .privacy | |
portal.dsv.com###privacy, .privacy | |
boxtal.com###privacy, .privacy | |
bka.de###privacy, .privacy | |
karmy.com.pl###privacy, .privacy | |
prevac.eu###privacy, .privacy | |
bmjv.de###privacy, .privacy | |
intact-batterien.de##.notes | |
atticadps.gr###cookies | |
learnosm.org###optout-form | |
lexika.hu###cookies | |
trucoswindows.com##.modalCookies | |
fmstream.org###cookieDiv | |
pepperworldhotshop.com###OM-popups-container | |
mon-horoscope-du-jour.com###rgpd | |
blanco-germany.com##.privacyTop | |
smtvsanmarino.sm##.privacy-top | |
fidelidade.pt###cookies | |
plume.com###root > div[class*="GDPR"] | |
versobooks.com##.banner, #banner | |
sadzawka.pl###cookie | |
jemogfix.dk###cookie | |
lawebdelprogramador.com###cookie | |
m4sport.hu###cookie | |
naturo.pl###cookie | |
nimbus-lighting.com###cookie | |
supernet.hr###cookie | |
wypad.com.pl###cookie | |
sklep.zielonyfront.pl###cookie | |
yesgolive.com###notification | |
megawrzuta.pl##.slickModal.isActive, .notification | |
zaplo.dk##.notification | |
supremecard.se##.notification | |
electan.com###notification | |
denic.de##.notification | |
agendapompierului.ro###notifications | |
pelit.fi##.notification | |
puregym.com##.notification | |
mymicroinvest.com##.notification | |
brandalley.co.uk##.notification | |
der-audio-verlag.de###notification | |
beko.com##.sayfaIcDiv > .row300 | |
altaprofits.com###notification | |
aujourdhui.com###notification | |
checkpoint.com###notification | |
cm.be##.new-notification | |
gla.ac.uk###consent, #editconsent | |
eyeonspain.com###cp | |
dsm.com###cp | |
1mot.net###cp | |
bytom.com.pl##byt-cookie-law-info | |
qsrinternational.com##.gdpr | |
cypruspolicenews.com##.modal | |
infotrafic.com##app-snack-bar | |
lifemiles.com##div[class*="CookiesBrowserAlert"] | |
wallpaperdirect.com##footer ~ .fixed-bottom | |
anzdoc.com###ANZDOCCOM_cookie_box | |
wikieventi.it###corpo > div:not([id]) | |
pizzacasa.hu###cookie | |
vacancesbleues.fr##.vb-cnil--banner | |
revenue.ie##.darker | |
drupal.org###drupalorg-crosssite-gdpr | |
gosu.ai##gosu-notification | |
coinsquare.com###body ~ div | |
starmoney.de##.footer-banner-wrap | |
prudential.co.za##.investor-type-box .cookie-policy-text | |
lhotellerie-restauration.fr###lhr-cookie | |
bravotv.com##.gdpr | |
marseille.fr###app > div > div[style*="fixed"] > div > div[role="alertdialog"] | |
mallorca-wandern-trekking.com###iwcookies | |
kuebler-hallenheizungen.de###consent_info | |
ruhrbarone.de###cookie | |
brfares.com##.consent, #consent | |
about.clasohlson.com###toast, .toast | |
ituudised.ee##div[class*="CookieBar"] | |
add0n.com###cookie | |
mayflower.org.uk##.bottomBanner | |
transparency.org##.mk-c-modal | |
printn1.ru###info-bott-message | |
hautesavoiexperience.fr###globalWarning | |
mckp.uj.edu.pl###cookie_filter | |
programyzadarmo.net.pl##.notice--primary | |
qpony.pl##.rodo-wrapper | |
bmu.de###bmu-cookie-disclaimer | |
sklep.polberis.pl###cookie | |
miliboo.ch##.m-milibooCookie | |
westjet.com##.wj-header-usercookies | |
projects.newforma.com##.banner, #banner | |
winstar.com.tw##.cookie-sec | |
homebrewing.pl##.rodo-popupbox | |
pilz.com###cookie | |
patchstorage.com##body > div[style*="fixed"] | |
jastrzebieonline.pl###rodo_popup | |
aerobilet.ru###dialog.is-fixed-box | |
synerghetic.net##.tracking-modal | |
livrariaalfarrabista.com###cook | |
eb2b.com.pl###footer ~ .x-css-shadow, #footer ~ .x-window | |
freebooksummary.com##.header-banner | |
motocms.com##.cookie_block | |
snowmagazine.com###mixcookies | |
ivi.tv##.lowest-teaser | |
aze.com.pl###cookie | |
mircscripts.net###corner | |
planner5d.com###modal-cookies-policy | |
netology.ru###app > div > div[class*="cookies"] | |
md5hashing.net##.pp-footer | |
lucasentertainment.com##.notification | |
naklejkomania.eu###tlo_cookie | |
technoarena.bg##.bottom-freezed-bar | |
flanco.ro###cc-wrapper | |
bogijn.nl###cc-wrapper | |
optoma.com###optomaCookieWrap | |
sfr.re##body > .cc | |
cryptohopper.com##.notifyjs-consent-base | |
decalgirl.com##.cookieBubble | |
preferred411.com##.toasterCookie | |
desmo-racing.com##body > div[class*="cookies"] | |
idw-online.de###idwcookie | |
aktionen.payback.de##.notification | |
vizrt.com##div[data-module="CookieBanner"] | |
badtaste.it##.premium-float-footer | |
idoctors.it##.privacy_bottom | |
weblium.com##.weblium-notify | |
taboola.com###tbp-consent | |
hs-wismar.de##.hswBannerOverlay | |
mousqueton.eu##cookie | |
dinstation.dk###root > div > div > div[style*="fixed"] | |
hitachiaircon.pl##.cookies-modal | |
webmail.unity-mail.de##.gdpr | |
ipgphotonics.com##.alert-box | |
worldbookday.com##.section--alert-panel | |
oetztaler-radmarathon.com##div[class*="CookieAlert"] | |
ridikul.hu###cookie | |
thesting.com##div[class*="CookieNotification"] | |
plugshare.com###cookie | |
hollandse-hoogte.nl###ctr-cookies | |
slatersplastikard.com###cookies | |
tgp.com.ph##.section__consent | |
reimmaschine.de###cookie | |
clo3d.com##.banner, #banner | |
hankook-promotion.de###privacy_layer | |
cheeca.com###hebs-consent | |
teramind.co###teramind_cookies_message | |
gn-online.de###gn_maxlayer | |
thetranet.fr##.TelerikModalOverlay, #RadWindowWrapper_ctl00_CPH1_RdWRgpd | |
atlasruraldegrancanaria.com###cookies | |
spacebrowser.io###overlay-wrapper | |
regio15.nl##body > div[class*="app"] > div[class*="popup"] | |
azartgaming6u.com##.sidebar-cookie | |
wufoo.com###wufoo-privacy-banner | |
enviolo.com###app > div > main ~ div:not([data-reactid]) | |
fanlink.to##.link-terms | |
pz.gov.pl###gdprPopup | |
cebit.com.pl###cookies | |
pna.ro##.ui-sidebar.ui-widget | |
sensorsmag.com##body > div[id*="pronto"] | |
icims.com###multy-lang-betanotifier | |
przypinka.pl###cookie | |
cfd.dk###cn_footerSlideContainer | |
nomenclator.org###barrack | |
allegorithmic.com###root > div > div > .ui.container > .ui.inverted.segment | |
meteored.com.ar###gpdr, #GPDR, #gdpr, #GDPR | |
ilmeteo.net###gpdr, #GPDR, #gdpr, #GDPR | |
tempo.pt###gpdr, #GPDR, #gdpr, #GDPR | |
tiempo.com###gpdr, #GPDR, #gdpr, #GDPR | |
antena3.ro###gpdr, #GPDR, #gdpr, #GDPR | |
quag.com###gpdr, #GPDR, #gdpr, #GDPR | |
meteored.pe###gpdr, #GPDR, #gdpr, #GDPR | |
yourweather.co.uk###gpdr, #GPDR, #gdpr, #GDPR | |
klei.com###gpdr, #GPDR, #gdpr, #GDPR | |
bit-tech.net###gpdr, #GPDR, #gdpr, #GDPR | |
litscape.com###gpdr, #GPDR, #gdpr, #GDPR | |
amazeta.com###gpdr, #GPDR, #gdpr, #GDPR | |
filmnow.ro###gpdr, #GPDR, #gdpr, #GDPR | |
internetspeedtracker.com###gpdr, #GPDR, #gdpr, #GDPR | |
branah.com###gpdr, #GPDR, #gdpr, #GDPR | |
boredbutton.com###gpdr, #GPDR, #gdpr, #GDPR | |
datalounge.com###gpdr, #GPDR, #gdpr, #GDPR | |
meteored.mx###gpdr, #GPDR, #gdpr, #GDPR | |
kleientertainment.com###gpdr, #GPDR, #gdpr, #GDPR | |
t2informatik.de###sidebar-divibar | |
quirion.de##.alert, #alert | |
tierisch-wohnen.de##.m-cc | |
idopontfoglalo.kh.gov.hu###cookie | |
finect.com##div[class*="CookiesPartials"] | |
datasystem.ru##.specialAlert | |
iceland.co.uk##.policy-dialog | |
karum.pl###cookie | |
tunnelbear.com##.banner-wrap | |
tygodniksiedlecki.com##.rodo-bg | |
private.com###cookies | |
siemoneit-racing.de###getnoticeData | |
moneymaven.io##.consent-ui | |
3t.no###notification | |
means.media##section[class*="Gdpr"] | |
lrt.lt##.consent-block | |
herdt-campus.de##body > .container-fluid.bg-white > .container | |
omnimoto.it##.m1-footer-messages | |
superelectronic2000.ro###lbMain, #lbOverlay | |
mobiquity.amsterdam##div[class*="CookieWarning"] | |
zamowienia.gov.pl###footer ~ .x-css-shadow, #footer ~ .x-window | |
unisa.edu.au##.__gdpr-container | |
gamesaver.pl###cookie | |
tymit.co.uk##.main_cookie_view | |
flinkscykel.se##.notification | |
lrytas.lt###lrytas-fe-root > div[class*="root"] | |
mercedes-benz.dk##.dim | |
detecon.com##div[class*="CookieNote"] | |
wealthx.com###wx-gdpr-message-box | |
hypovbg.at##.hlv-cookie | |
forin.gr##.cc-dialog | |
tuz.pl###for-cookies-container | |
thriveglobal.com##div[class*="notificationBar"] | |
sauber-waldpreis.de##.alert, #alert | |
mesosphere.com##.banner-alert | |
iota.org###__next > main > div:not(.page) | |
rideshimano.com###message, .message | |
schweinfurt.de###chint | |
camh.ca##.alert-container | |
liberal-international.org##.footer-message | |
cubbit.io##div[class*="StyledCookie"] | |
eanuncios.com##.ue-accept-bg | |
getgrover.com##.snackbar-enter-done | |
grover.com##.snackbar-enter-done | |
deas.dk###cookie | |
ip-info.org###divbottom01 | |
noventis.cz##body > div[id*="object"] | |
elements-show.pl###popup_container | |
51degrees.com###pop-wrapper | |
jpost.com##body > div[class*="ADORIC"] > div[style*="111"] | |
apracas.pt##body > div:not([id]):not([class]) | |
ccs.utc.com###cookie | |
powietrze.katowice.wios.gov.pl##.a-footer | |
depo-diy.lt##.depo-cookies | |
nettbuss.se##.header__banner | |
florsheim.eu##.cookiesMask | |
doctolib.fr##.dl-drawer-bottom | |
which.co.uk##body > div[data-which-id="eprivacy-banner"] | |
fssprus.ru##.user-data-fixed | |
marathonfitness.de##.wpfront-fixed | |
toyota-media.de###footer-box | |
rimowa.com##.b-modal, .b-modal ~ div[class*="privacy"] | |
jigsawplanet.com##.ts-msg | |
sapphiretech.com##div[data-component-class*="GdprWidget"] | |
otodom.pl###root > footer ~ div | |
aeroport.fr###cookiesfr | |
geoportal-bw.de###gdibw-cookie | |
autoscuolacatelli.it###d_cook | |
scubaland.fr##body > div[class^="cookies"] | |
icl-group.de###drkf5_overlay | |
somatex.com##.notification-system | |
kranten.com###whatever | |
lifeworks.com##div[class*="cookie-law-module"] | |
asap-gmbh.de###cookie | |
zev-energie.de###bauch-binder | |
neoness.fr###cookies | |
rockstarenergy.com##.disclaimer | |
mp4bolt.hu##body > .ct | |
madison.nl##.avg-toaster | |
trachten.de##.page-wrap > div[class*="cookie"] | |
man-es.com###cookieDiv | |
internationale-computerspielesammlung.de##.mod_lafli_notification_bar | |
yousee.dk##.app > div[data-radium] > div[data-radium][style*="fixed"] | |
go4convert.com##.disclaimer | |
ghostlyhaks.com##.activebar-container | |
anyfin.com##div[class*="CookieDisclaimer"] | |
artscolumbia.org##.header-banner | |
erste-hilfe-fuer-kinder.de##.txBsdCookie | |
klugo.de##div[class*="CookieHint"] | |
billigflieger.de###Notifications | |
viennaticketoffice.com###hinweis | |
gewinnspiele-markt.de###cono | |
happy-spots.de###cono | |
devon.gov.uk###cookie | |
sdamgia.ru##body > div[style*="silver"] | |
axway.com##div[id*="cookiePolicyWarning"] | |
questdiagnostics.com###bodycontent > table | |
athenesaccueil.com##body > div:not([id]):not([class]) | |
subzero-wolf.com##.footer-announcement | |
soakandsleep.com###wagento-cp-wrap | |
atlants.lv##.atlants_cook_wrapper | |
tonies.de###cookies, svg[data-testid="cookie-banner-svg"], svg[data-testid="cookie-banner-svg"] + div | |
mcvities.co.uk###cookie | |
bca.uk.com###cookie | |
shueisha.co.jp###app > div > div[class*="styles"] > div[class*="yellow"], #app > div > div[class*="styles"] > div[class*="yellow"] ~ * | |
msasafety.com##.region-alert-wrapper | |
royalora.hu###cc-holder | |
milanoo.com###remember_cookie | |
apacer.com###cookie_lightbox | |
linfodurable.fr###cookie | |
lejournaldesarts.fr###cookie | |
any.run###cookies | |
vifa-recht.de###tracking-info | |
staatsbibliothek-berlin.de###tracking-info | |
kotimikro.fi##.afubar-top | |
treated.com###gdprTreated | |
blog.bankinter.com###cookies | |
beinsports.com##.app-container > div:not(.app-content) | |
gizmodo.com###privacypolicy .privacy-box | |
falriver.co.uk###gpdr, #GPDR, #gdpr, #GDPR | |
immo24.direct##.uk-first-column > .uk-text-center ~ .uk-panel | |
radarvirtuel.com###cnil, .cnil, #CNIL | |
bankhapoalim.co.il##.cookieClass | |
manufaktur-bavaria.de###disclaimer | |
prestigeelectriccar.com###acept_todo | |
esn-tt.de###CookieInformations | |
iobit.com##.float-bar.active | |
suncorp.com.au##.sg-Box--neutral.one-pixel-margin-bottom | |
ca-mobile.com###bannerDiv | |
bango.com###__next > div > div > div > div[style*="height"] | |
tl.net##body > div:not([id]):not([class]) | |
lalena.ro###consent-ui | |
optus.com.au##.ux-header-conformation | |
abv.bg###abv-GDPR-frame | |
galeria-kaufhof.de##react-root[data-component="PRIVACY_SETTINGS"] | |
collegetimes.com##body > div[style*="transp"] | |
data-modul.com##.js_consent | |
biogo.pl###cookie | |
festicket.com###root > main > div[class*="styles"] | |
fitmart.de###n_pop_overlayer, #n_cookie-popup | |
eltim.eu##.consent, #consent | |
luga.ch###cookiegdpr | |
buoyant.io###apoptin | |
ausschreibungen-deutschland.de###am_pop-up | |
versus.com##div[class*="cookiebanner"] | |
poperblocker.com##body > .dialog-widget | |
lasillavacia.com##.cuadro | |
ericom.com###cookie | |
gutscheinsammler.de##.gs-privacy-policy-widget | |
yithlibrary.com##.alert, #alert | |
teamliquid.com##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
buoyhealth.com###___gatsby #solutions ~ div, #search > section ~ div[class] | |
american-historama.org###outer-consent | |
westmarine.com##.privacy-disclaimer-wrapper | |
tangent.co.uk##div[class*="CookieMsg"] | |
realassetmgt.co.uk##.activebar-container | |
drawabox.com##.notification | |
markertek.com###Privacy_Popup | |
shore.com###root > div:first-child | |
historysearch.com##.hs-state-left | |
opensport.es###cookies | |
daswetter.com###gpdr, #GPDR, #gdpr, #GDPR | |
daswetter.at###gpdr, #GPDR, #gdpr, #GDPR | |
sqlgate.com##.popup.download-page | |
zwickautourist.de###bauch-binder | |
insideevs.com##.m1-footer-messages | |
foramax.hu##body > .ct, body > .cc | |
coin360.com##.Popup | |
greentechmedia.com##body > div[style*="transp"] | |
the-beam.com##.privacy-policy | |
hop-on-hop-off-bus.com##.ckPol | |
topclassactions.com##.CampaignType--floating | |
renasterea.ro##.spu-bg, .spu-box | |
informatica.com##.tms-fixed-footer | |
bd.com##.alert, #alert | |
petdrugsonline.co.uk###checkout-loader, .loading-mask | |
almirall.de##.popupCookies | |
nationallighting.co.uk##.nlcookies-bottom | |
alanboswell.com##.ab_notification | |
bsi-software.com##.we-love-cookies | |
chatra.io##div[id^="yeps"] | |
yeps.io##div[id^="yeps"] | |
samsaraubud.com###bottom-fixed | |
studymoose.com##.header-banner | |
praca.gov.pl###klauzula-background | |
cheapoair.com###gdprWrap | |
dayz.xam.nu##.consent, #consent | |
gbaweather.net##.gdpr | |
admagazine.ru##.modal--bottom-right.bg-color-dark | |
vitacost.com###cookieJar | |
draftium.com###cta ~ div, #cta ~ section | |
cesifo-group.de###cob | |
badlion.net###root > .Flex > .__react_component_tooltip ~ .Flex ~ .Block | |
pitax.pl###cookie | |
skoda-auto.com###MessageArea | |
moovielive.com##.sticky_footer | |
otr-max.de##body > div[style*="scroll"] | |
dogma-nekretnine.com###notice | |
artuk.org###top-notice | |
bladi.info##.notice | |
bauhaus-nl.com##.notice | |
cgtrader.com##.notice | |
dublininquirer.com##.notice | |
exposition-osiris.com##.notice | |
boundingbox.klokantech.com##.notice | |
motorvision.tv##.notice | |
outsideonline.com##.notice | |
theatrechampselysees.fr##.notice | |
tassimo.at###overlay-off-banner | |
homelyfe.com###root > div > div > .center-horizontal:not(.undefined) | |
passbase.com###gdpr-modal | |
milliescookies.com##privacy-settings | |
gtarcade.com###agreement-box | |
wabtec.com##.forceCommunityVisualforcePage | |
startupnamecheck.com##.snotify-confirm | |
ostsee.de###cookie | |
naslovi.net###gpdr, #GPDR, #gdpr, #GDPR | |
spaste.com###resultPolicyDatap | |
norbar.com##.notification | |
alarmanlagen-osnabrueck.de###cookieclaim | |
guggenheim.org##.guggen-consent | |
hrsonline.org###popup, .popup | |
diconium.com##.diconium-site-cookie | |
di.fm###terms-message-region | |
asix.com.tw###PrivacyNotes | |
warehouse2.de###disclaimer | |
blueflag.global##.sqs-announcement-bar | |
myswitzerland.com###notification_alert | |
ltsh.de##.mm-page > .header | |
lagenhetsbyte.se##.snackbar | |
neuwagenduft.de###cc | |
lechia.pl###rodo-wrapper | |
stopad.io##.js-gdpr-modal | |
mediaklikk.hu##.resultCookie | |
talkshop.live##.notifications-wrapper ~ div[style*="black"] | |
marcotec-shop.de###cookie | |
datev-community.de###datev-cookie-disclaimer | |
camerapricebuster.co.uk###cc | |
strefakierowcy.pl###notice_bar | |
riderarmourmoto.com##.widget-footer | |
klopfers-web.de###kwcookieconsent | |
itt.bg##.consent, #consent | |
etsglobal.org###ets_popup_cookie_modal | |
bagira.bg##.consent, #consent | |
mein-schauinsland.de##.popup-top-header | |
swann-morton.com###easyNotification | |
brcauto.eu##.cookies_law | |
arhivanalitika.hr###cookie | |
boilerguide.co.uk##.consent-bar | |
cm-fima.com###cookie | |
polskieradio24.pl##.rodo-modal | |
fretlink.com###cookies | |
kuehlschrank.com##.legalAdvice | |
wisemushroom.org###site_notice | |
autotrader.co.za##.notification-container | |
parc-marais-poitevin.fr###aci | |
seasonpros.com###cookies | |
mortgageafterlife.com###lawdiv | |
sklep.wodbud.com.pl###cookie | |
runland.cz###user-info-banner | |
ernieball.com###gpdr, #GPDR, #gdpr, #GDPR | |
kombiverkehr.de###ntcc | |
debex-potsdam.de###cookie | |
4clik.com##.kHolder | |
strikermanager.com##body > #ue | |
mic.com##body > div > div[class*=" "] | |
celly.com##app-footer ~ div[style*="fixed"] | |
wellcard.cc###cookie | |
stadtreiniger.de##.note | |
framar.bg##.consent, #consent | |
giraffetongueorchestra.com##.consent, #consent | |
plasico.bg##.consent, #consent | |
bostools.nl###privacy-policy | |
doctor-telephone.fr###privacy-policy | |
mp.pl###privacy-policy | |
safedns.com###privacy-policy | |
evolutrans.fr###cookies | |
fonds-im-fokus.de##.footer #slider | |
sugarsync.com###agreementBar | |
digitale-schule.nrw##.bottom-sheet, .bottom-sheet ~ .modal-overlay | |
novema-nova.hr###cookie | |
treinenweb.nl###cb | |
finreport.sk##div[id*="CookieInfoWrapper"] | |
tff.se##.component-cookie | |
agria.se##body > div > div[class*="Collapse"] | |
unideb.hu###unideb-gdpr-block | |
benq.com###benqPop | |
reise-zikaden.de###ConsentLayerWrapper | |
mathematiques-lycee.com##body > div:not([id]):not([class]) | |
racezone.pl###sky-cookies | |
handy-games.com##.bugme | |
cquand.fr##footer > div | |
onetravel.com##.gdpr-wraper | |
agenttravel.es###cookies | |
yorn.net###main-nudge | |
magentatv.at##.notifications-manager | |
zone.msn.com###cdmDiv | |
ucsusa.org###ucs-cookie-notice | |
limscave.com###disclaimer | |
apogeum.com.pl###cookie | |
nrc.nl##.user-confirmation-screen | |
textbroker.de##.tb-cookie | |
bremen.de##body > div.js-vue-app, body > #privacy-popup | |
stalderag.ch###cookies | |
yamahawaverunners.com##.modal--popover.us-popover | |
wirexapp.com##wx-cookie-policy-notification | |
electricireland.ie###eiCookie | |
ockovacicentrum.cz###notificationBox | |
market24hclock.com###cookiespp | |
ediclube.com###cookies | |
amnesty.nl###cw | |
globelink.co.uk##.gl_cookies | |
gebag.de###cookie | |
b12.io##.gdpr | |
make-it-in-germany.it###nagscreen | |
vesti.bg###vesti-GDPR-frame | |
solidwoodendoors.com###myModalCookies, .modal-backdrop | |
ausschreibungen-oesterreich.at###am_pop-up | |
lykke.com##main ~ div[class*="Banner"] | |
osa.org##.maintenance-popup | |
saevioapps.com##div[data-cookie-path] | |
actual.at##.c-notice | |
michael-martin.de###coo_note | |
finanze.it###bannerInfo | |
arbetsmarknadsnytt.se###warning | |
ornox.fr##.navbar-fixed-bottom | |
mbc.net###DGPR | |
swimming.org##.asa-cookie-notification | |
topsecretrecipes.com##.ui-widget-overlay, .gdpr-terms-popup | |
slewo.com##.cookie_ack | |
leparisien.fr##.desktop[class*="ABTasty"], .mobile[class*="ABTasty"] | |
cherwellsigns.co.uk###cookieOut | |
bmw-hebergement.fr###xpr_banner | |
sveip.no##.kake_wrap | |
gardets.nu##.cookies-field | |
windows-love.de###wl-cookie-datenschutz-message | |
lactostop.de###datencookie | |
kita-chinderschloessli.ch##body > div > div > div[jsname] + div[jsmodel] | |
medicines.org.uk##.privacyouterwrapper | |
gotokyo.org###tmp_local_bar | |
accobrands.com##.Promotional-corner, .gdpr--popup | |
meineabgeordneten.at###privatBanner h2 ~ div[style*="center"] ~ * | |
infozona.hr##.popup-overlay | |
shoestring.de###privacyDisclaimer | |
ritdye.com##.footer ~ div[class*="peach-300"] | |
racquetballwarehouse.com###data_protection | |
elegantthemes.com##.et_cookie_consent | |
kvvks.de##footer .note | |
subscribercounter.com###app > div > div[class*="ModalContainer"] | |
br.de##div[class*="CookieContainer"] | |
gewusst-wo.de###permission_request_box | |
calciomercato.com###gdpr-law | |
globe.com.ph##.policy, #policy, .cpolicy | |
refinitiv.com##.dismissible-banner | |
gazeo.pl###rodo_accept, #cookies_all | |
gtalfh.com##.alert, #alert | |
newspaperdirect.com###dialog_cookies | |
oferty-dom.pl###dspcookie | |
selectel.ru##.ui-cookies | |
nbcsports.com###activation-form ~ div[style*="fixed"] | |
scentre.pl##.consent, #consent | |
mariobarthtattoo.com###POPUPS_WRAPPER | |
nextgentel.no##.blocker | |
parliament.scot##.projects-takeover | |
crello.com##div[class*="footerNotification"] | |
kwantum.nl##.cc-wrapper | |
carl-walther.de###disclaimer-bar | |
salesforce.com##.slds-notify_container, .toast-success, div[class*="GlobalBanner__Wrapper"] | |
norma-ammunition.com##.on-screen-messages | |
pentagon-group.co.uk###cookie | |
renault-koenig.de###cook | |
dewilgo.de##.activebar-container | |
allemagne-romantique.fr###myModal | |
rogerfederer.com###data_protection | |
growthtechnology.com###popupbanner | |
f-secure.com##.fs-consent | |
fwg-vg-linz.de##body > div[style*="fixed"] | |
smart-digital.at###policy-popup | |
birchbox.es##div[class*="CookieNotice"] | |
akasha.org###___gatsby > div > div:first-child | |
rome2rio.com###alert-banner | |
usz.ch##.consentManagement | |
zbmath.org###cookie | |
drkehayov.com##.notice-tou | |
rossmann.de###nagme | |
ticketingcine.fr###ctCookie | |
kaffepaussi.fi##body > div:not([id]):not([class]) | |
aliciagame.com##.region-inner > #block-system-main ~ .block | |
zkl.hr###cookies | |
fullscreen.com##body > .banner | |
kube.no###cookie | |
creative.com##.ck-notiz | |
improbable.io##div[class*="CookieBarstyled"] | |
weymuller.fr###tracker-warning | |
nordkurier.de###nk-cookie-consent | |
ezvizlife.com##.footer ~ .coverShow | |
pepboys.com###ccContainer | |
salesmanago.pl###popup, .popup | |
thermostaat.eu##.fancybox-overlay | |
ricelake.com##snack-bar-container | |
ncsc.gov.uk##.pcf-cookie | |
sapo.ao##.bsu-v2-ntfs | |
webwinkel.tubantia.nl##.modal__bg | |
proteum.co.uk###cookies | |
e-scooter.co###gdpr-w, #gdpr-o | |
xn--ko-roller-z7a.de###gdpr-w, #gdpr-o | |
misterfly.com###i-cook | |
ibeesoft.com###cookies | |
typeform.com##div[class*="CookieWrapper"] | |
rosewe.com###accept_agree | |
arlingtoncemetery.mil##.modal-backdrop | |
bighorn.no##.consent, #consent | |
hidive.com###siteMsgSlideUpBG | |
voxi.co.uk###root > div[data-reactroot] > div > div[style*="opacity"] | |
biketech24.de##.cookies_apply | |
spanishunicorn.com##.pum[data-popmake*="cookies"] | |
anydesk.com###any-cookieBar | |
radiovlna.sk##.b-cookies | |
filati.cc###cookie | |
sudouest.fr###gsoi-cmp | |
sakharov-center.ru###kuk | |
dna.fi###dna-gdpr-info | |
truecaller.com##footer ~ .fixed | |
wedos.cz##.dialog-message | |
infovojna.sk###gpCookie | |
camelcamelcamel.com###cmp-ui-iframe | |
criticker.com###i_cookies | |
warka.com.pl###rodo_env, .cookies | |
dialight.com##.notice | |
depo.lv##.depo-cookies | |
2ask.de###cadvise_bar | |
story.tl##div[class*="CookieConsent"] | |
rohan.co.uk###ccpop | |
assura.ch###__next > div > div[width] | |
gog.com##body > div[data-editable="boxCookieNotification"] | |
lisa.ru##.disclamer | |
a2s.pl##.cookieForm | |
skanetrafiken.se###cookie | |
trendsales.dk###main > .inner ~ div[class] | |
olymp.com##.legal-banner | |
bergstraesserwinzer.de##.cp-dialog | |
tidetimes.org.uk##body > div:not([id]):not([class])[style*="fixed"], body > div:not([id]):not([class])[style*="absolute"] | |
ovfietsbeschikbaar.nl###CookieModal | |
blackvue.com##.allreadycookie | |
kikatek.com###Piper-Consent | |
intentmedia.net##.IM_cb.IM_show | |
motoscout24.ch##main ~ .global-banner | |
alkam-security.pl###spop | |
carbonite.com###notice | |
cote.co.uk###root > div > .fixed | |
decathlon.com.br##.cookie-policies | |
decathlon.fr###app > .privacy, .rgpd_message, .rgpd_message + .rgpd_box | |
opusteno.rs###conditions-l | |
erleben-im-alltag.de##.alertbanner | |
tus-almena.de##.alertbanner | |
tokuweb.de##.alertbanner | |
kbaur-gmbh.com##.alertbanner | |
gestaltamwerk.de##.alertbanner | |
ajs-bw.de##.alertbanner | |
hetweeractueel.nl##body > div[id^="WG"] | |
achteruitkijkspiegel.nl##body > div[id^="WG"] | |
recordplanet.nl##body > div[id^="WG"] | |
allekringloopwinkels.nl###toolbar-bottom | |
fdu.org.ua###pd_popup | |
telehit.com##.Privacy.Telehit | |
voetbalnederland.nl##body > div[style*="border"] | |
pearlizumi-eu.com##.cc_notification | |
seaheroquest.gr##.tab-cookies | |
awwapp.com###bottom-notification | |
911tabs.com##body > div:not([id]):not([class]) | |
dieharke.de###cookieblack | |
audiondemand.com##.axs-md-cookie, aod-cookie-consent | |
lvr.de###cookie | |
frankenmarkter.at##.c-window | |
graco.com###alertbox | |
nyan.ax##.gdpr | |
msr.ch##.msr-cookie-notification | |
momox-shop.fr###cookietroll | |
eurocirc.org###msgBox_error | |
jax.hr###notice | |
podravski.hr##.dialog-widget | |
ghetaldus.hr###cookies | |
chocolateminecraft.com###popup1 | |
hapih.hr##.dialog-widget | |
reddingo.ch##.policy, #policy, .cpolicy | |
reddingo.com##.policy, #policy, .cpolicy | |
morfars.dk##body > span[style*="transform"] | |
swinton.co.uk###app > div > header > small | |
swissict.ch###dpcc-wrapper | |
contarcaracteres.com##.top-header | |
portwell.com.tw##.ui-dialog[aria-describedby="dialog-confirm"], .ui-widget-overlay | |
ventilation-system.com##.cookie-wr | |
dzone.com##body > div[id^="om-"] | |
landg.com###st_box | |
waterfordinyourpocket.com##.ntm_optin_popup | |
itinari.com###app > footer ~ div[class^="root"] | |
jobup.ch##.c-alert | |
testmy.net###overlay | |
yodiz.com###footMsgYodiz | |
formidable.com##.formidaCookie | |
macway.com###grpd-consent | |
amtempo.de###popup, .popup | |
molecaten.nl###cookies_modal | |
linnaleht.ee##.style-wrapper > .ntf-container | |
lekiosk.com##btb-app > banner | |
trzemeszno.pl##body > div:not([id]):not([class]) | |
buro247.hr###subscriptionPopupBottom | |
klix.ba##.consent_wrapper | |
dailyhive.com###cookies-module | |
holidayfactory.co.za###polgpr | |
sporttotal.tv###root > div[role="navigation"] ~ div | |
ericeirasurfskate.pt##.footer-fixed-bar | |
parallels.com##.notification.orange | |
tugramy.pl###cookies | |
autoscout24.ch##.global-banner | |
cafpi.fr##.warning | |
frosmo.com###frosmoPopup | |
aquaphor.ru###modal-kuki | |
tribunesandtriumphs.org###outer-consent | |
heavenhr.com###fullDarkVeil, #compliAcceptCookies | |
hofner.com###ck-overlay | |
kk.no###__next > main:first-child > div:last-of-type[class^="css"] | |
focus-arztsuche.de##.tracking-box | |
scrabble-triche.fr##.cookie-wr | |
packtpub.com###packt_gdpr_container | |
mlexmarketinsight.com##.banner-message-cpopup | |
start.me##.app__main-layout > .app__message | |
hometree.co.uk##.ht-nav-cookienotification | |
imobily.eu##.gmt_gdpr | |
commonsensemedia.org##.region.region-top | |
tarifhaus.de###data-protection-regulation | |
visitwales.com##.m-noticeBar | |
shellenergy.co.uk###js-footer > div | |
777score.ru##.PolicyNotifications | |
esselunga.it###cookie | |
ffonts.net###sticky-popup | |
bandsintown.com###main > div > div[class*="index"]:first-child | |
volvic.fr###_legal | |
vergleichen-und-sparen.de###vs-cookiehinweis | |
ortograf.ws###cd | |
clubdelzapato.com###cookies | |
listesdemots.com###cd | |
opticaldiscount.com###cookie-authorization | |
myscience.org###footer ~ .block | |
jsonquerytool.com##.navbar.fixed-bottom | |
stadtfeste-in-deutschland.de###cono | |
migliori-siti-di-incontri.it##.disclaimer | |
park-skocjanske-jame.si###all ~ div | |
coolbet.com###main-layout > .main-container ~ div | |
sciencex.com##.notification | |
sainsburysenergy.com###cookie | |
tunnelmb.net###app-root > footer ~ div | |
cryps.info###cook | |
mforos.com##body > style + div[id][class]:not([style]) | |
uol.com.br##.m1-footer-messages | |
cesanta.com##body > div:not([id]):not([class]) | |
littlethings.com###___gatsby > div[role="group"] .headroom-wrapper + div[class^="css"] | |
elca.ch##.elca-gdpr | |
support.onepeloton.com##.banner, #banner | |
igvault.com##.header-perm | |
stratoscale.com##.CampaignType--floating | |
tricentis.com##.site-banner | |
ip-adress.com###cc-wrapper | |
tuttishop.ch##.noty_cont, .noty_bar | |
farnhammaltings.com##.noty_cont, .noty_bar | |
ledluxor.com##.noty_cont, .noty_bar | |
sammic.fr##.noty_cont, .noty_bar | |
swdec.de##.noty_cont, .noty_bar | |
knowledgecottonapparel.com##.cc_container | |
keolis.com##vad-cookie | |
viatransilvanica.com###accept-popup | |
legebatterijen.nl###cookie | |
atom8.com###LandingPopUp | |
robinwieruch.de###___gatsby div[class^="AnalyticsFooter"] | |
zoomin.tv###privacyoverlay | |
airtel.in###cookie | |
binary.com###dialog_notification | |
bandi.pl###cookie | |
myscript.com##.notifications | |
cartegie.com###modal-overlay | |
framatube.org##.row.privacy-concerns | |
insurancebusinessmag.com##.notification_strip | |
friv-games.com##.privacy-popup | |
regione.vda.it###disclaimer-box | |
italiarail.com##body > div[style*="block"] | |
wsj.com###cx-notification | |
avanza.se##aza-cookie-message | |
wofox.com##.main-privacy-popup | |
suzukimoto.pt##.policy-window | |
horizon.tv##.notifications-manager | |
comptabilisation.fr###message_wrap | |
hiberworld.com###__next > main > div:first-child:not(.outer) | |
hario.jp###sample-dialog | |
24h-pflege-check.de##.alert-dismissible | |
viewsonic.com##.alert-dismissible | |
ukpressonline.co.uk##.alert-dismissible | |
pianetadragonball.altervista.org##.alert-dismissible | |
m-a.org.uk##.alert-dismissible | |
futbolenlatv.es##.alert-dismissible | |
fgh-info.de##.alert-dismissible | |
efinancialcareers.com##.alert-dismissible | |
askdifference.com##.alert-dismissible | |
trendyol.com##.vnotify-container | |
dreamhack.com##body > span | |
schaapcitroen.nl###cookie-wall | |
volcanoteide.com##.cc-grower | |
himsa.com##.cookieApprove | |
niceareas.co.uk##.rayAlertBox | |
foxrenderfarm.com###gatsby-focus-wrapper > div[class*="Contact"] ~ div | |
ifema.es###cookies | |
singellooputrecht.nl##.cc-wrapper | |
miles-and-more-kreditkarte.com##.stoerer | |
tiershop.de###toast, .toast | |
weinfeste-in-deutschland.de###cono | |
veka.es###darkener_cookie | |
weerplaza.nl##.cookie-consent | |
e-plytki.eu###cookie | |
copperconcept.org##.coco-cookiebar | |
ftm.nl##.cookie-consent | |
phphulp.nl###cookies | |
turismo.gal##.bandaAceptacion | |
ensingerplastics.com##.cookie-consent | |
cube3x3.com###stickyCookie | |
teltarif.de##.ttconsent | |
configcat.com###configcat-consent | |
liigume.ee##.style-wrapper > .ntf-container | |
ohtuleht.ee##.style-wrapper > .ntf-container | |
digitalrisks.co.uk###app > div > .fixed.left | |
mazdahandsfree.com##.gdprbox, .gdprbox + .modal-overlay | |
german-pavilion.com###privacy-flyout | |
marsh.com###modalWindow.alt-opt-secure, .reveal-modal-bg-white | |
astridlindgrensvarld.se##.bottom__footer__text-container ~ div | |
luxmeble.eu###cookie | |
dagbladet.no###__next > main:first-child > div:last-of-type[class^="css"], body[class*="Body"] #__next > div | |
dinside.no###__next > main:first-child > div:last-of-type[class^="css"], body[class*="Body"] #__next > div | |
elbil24.no###__next > main:first-child > div:last-of-type[class^="css"], body[class*="Body"] #__next > div | |
seher.no###__next > main:first-child > div:last-of-type[class^="css"], body[class*="Body"] #__next > div | |
sol.no###__next > main:first-child > div:last-of-type[class^="css"], body[class*="Body"] #__next > div | |
start.no###__next > main:first-child > div:last-of-type[class^="css"], body[class*="Body"] #__next > div | |
vi.no###__next > main:first-child > div:last-of-type[class^="css"], body[class*="Body"] #__next > div | |
pietsmiet.de###main ~ .fixed | |
pof.com###gatsby-focus-wrapper > div:not([id]) > div | |
newstral.com##.cookie-consent | |
ikea.com###ikeaTermsConsentModal, .footer ~ .toast-container, #cookies-legislation, .IKEA-Module-Notification-Notification | |
labor28.de##.cookie-consent | |
gev-online.com###cookies-convention | |
beamerleinwande.de##body > div[style*="z-index"] | |
lg-academy.de##.cp-dialog | |
agronews.gr###cookies | |
cogentoa.com##.legal-banner | |
labour.org.uk##.alert-bar-footer | |
kingslandscapes.com##.themify-popup.bottom-center | |
filmon.com###design-switcher | |
jenksgroup.co.uk##body > div[class^="cookie"], #mySidenav | |
weldricks.co.uk###cookies | |
lifeinkrakow.pl###rodo-popup | |
itsfoss.com##.CampaignType--floating | |
vogue.com.tr##.cookie-item | |
pihlajalinna.fi###root > div[role="alert"] | |
nullaostalavoro.dlci.interno.it###panel | |
joma-sport.com###modal-policy | |
hilditchandkey.co.uk###shopify-section-disclaimer | |
signavio.com##.disclaimer-container | |
addons.prestashop.com###cookie | |
ziggogo.tv##.notifications-manager | |
youglish.com###gdprModal | |
messingschlager.com###modalCookie | |
tru-thoughts.co.uk##.cookie-consent | |
sttinfo.fi##footer > [class*="notification"] | |
digitalpaket.de###cc | |
simba-dickie-group.com##.cookie_block | |
bob-emploi.fr###app > div > div > div > div > nav ~ div[style*="hidden"] > div > section ~ div | |
fathers-4-justice.org###snppopup-welcome | |
streamlabs.com##.s-callout--cookies | |
anwb.nl##.critical-dialog | |
sentry.io###gatsby-focus-wrapper > div > footer ~ div | |
openwire.tv###popup-container | |
tierpark-ueckermuende.de##.cookie-einwilligung | |
varma.fi##.ng-scope[ng-controller="CookieCtrl"] | |
rote-liste.de##jhi-main > div > .banner | |
caricos.com###cookiediv | |
pimido.com##.privacy_policy_sec | |
gamercortex.com##.gc-cookies | |
alfred.camera##.noty_layout | |
atomizer.gr##.navbar-fixed-bottom | |
ateliertuffery.com###pmtv-cookie | |
pantaflix.com##div[class^="CookieBar"], .panta-js-cookieNotificationBar | |
hayu.com##div[class^="styled__AlertsContainer"] | |
imovirtual.com###root > footer ~ div | |
riccos-camera.de###cookieholder | |
restaurant-liris.lu##.coockies | |
motor1.com##.m1-footer-messages | |
labor-staber.de###lwcook | |
unicajabanco.es###cookieModalStart | |
brainly.com.br##.brn-cookie-policy-wrapper | |
primocanale.it###cookie | |
calovo.de##.ga-opt-in | |
endesaclientes.com###GeneralCookies | |
nebo.app##.app-notifications | |
my5.tv##body > .view > .view > .view > .view[style*="black"] | |
lethalpass.com##.global-notif | |
delfino.cr###__next > #modal ~ div | |
best2serve.com##.cc_notification | |
apemans.com##.xpop | |
mulesoft.com##.gdpr-row, .gdpr.show | |
leticketdesexperts.fr###cookies | |
atea.ee###cookie | |
nitrohouse.com##.iCookie | |
fachinfo.de##.row.banner | |
sanistaal.com##.info-message | |
elisaviihde.fi##.ea-cookie-disclaimer | |
amsterdam-dance-event.nl##.ade-cookie-bar | |
hermann.bio###notice | |
cssociety.org##.icd-overlay | |
redbubble.com##.ds-theme-find-your-thing ~ .Toastify | |
schufa-ombudsmann.de###AC_layout | |
ziggo.nl##.cookiewall__wrapper | |
disneyplus.com###webAppFooter ~ div | |
verkeerplaza.nl##.cookie-consent | |
bigfishgames.com###bfg-cookie-policy-banner-shim | |
lovense.com##.u-cookie | |
stellarium-web.org##.v-snack | |
kk.org##body > .modal-footer | |
komtet.ru###alert-users | |
actionaid.fr##.rgpd | |
costillasalhorno.com###cookies | |
nfumutual.co.uk##section[aria-describedby="cookiedesc"] | |
r-wipe.com###pp-info | |
epdf.pub###EPDFPUB_cookie_box | |
sfanytime.com###rp > div:not(.page-wrapper) | |
go.com##body[data-ad_system] > div[style*="fixed"], .terms-alert-fixed | |
espn.com##.Tooltip--fixed.Tooltip--fixed-bottom, .alert.alert--fixed | |
baywa-re.it##.gg_cookie | |
wikifixes.com###privacy-popup | |
government.is##.session-text.active | |
geeklectic.io##.consent, #consent | |
mara.photos###pothos_cookie_consent_dialog | |
pantip.com##.pt-snackbar | |
activate-here.com##.alert-dismissable | |
qobuz.com##.alert.alert-info, .alert.alert-cnil | |
boilerroom.tv###app > div[class^="Dialogs"] > div[class^="Dialog"] | |
orange.fr###o-cookie, #o-cookie-mobile, #o-cookie-consent-wrapper, #w2cb | |
fiveguys.de##.modal-backdrop | |
amazingmarvin.com###live-chat-banner | |
endemolshine.de###cookies | |
automatyka.istore.pl###cookie | |
radpdf.com###pdfe_cmp | |
wifimap.io###__next > div:first-child | |
cosmote.gr###modalCookie, #cookies-one | |
emmamerch.de##.CookieHeader | |
keepass.info###consent_c | |
streema.com##.footer ~ .alert | |
ecoreporter.de###cookieTop | |
skd.se##.consent, #consent | |
ichip.ru##.disclamer | |
aoc.com##.country-popup | |
i-fundusze.pl##.modal-backdrop | |
tbs.com###toast-container | |
columbia.edu##.sticky-notice-wrap | |
webhint.io###disclaimer | |
blonded.co##.FooterNotice | |
lagerbox.com##.notification | |
coselpalais-dresden.de###POPUP_ROOT | |
rosbank.ru###personal-data-processing | |
celle-uelzennetz.de###cookie | |
edenred.cz##.Footer .InfoBar | |
web.dev##web-snackbar-container | |
conrad-katalog.at###nagme | |
bankintercomite.es##.cajatxt | |
tork.lt##.headerMessage | |
coinmarketcap.com###cmc-cookie-policy-banner | |
fundamenta.hu###fund-cookie-info-layer | |
ingelheimer-marktplatz.de###dsgvo_once | |
rubart.de###newShopAttention | |
planbusstib.be##.cookie-consent | |
ecouter-en-direct.com###cc | |
biblio.com##.navbar-fixed-bottom | |
rockymountainatvmc.com##.cookieText, .cookieMon | |
atlasformen.fr###divBottomStickyLayer | |
bakker.com###footerDiv | |
pubgesports.com##body > div > div > div > [class^="view__ModalWindowContainer"] | |
awo.org###kekse | |
g-sport.si##.fff | |
weihnachtsmaerkte-in-deutschland.de###cono | |
berkshirecommunities.com##.sticky-banner | |
portfolium.com##pf-gdpr-snackbar | |
megustaleer.com##.cookie, .cookie_mobile | |
klaxoon.com##.banner-wrapper.is-active | |
estjob.com##.rgpd | |
tv7.com###gsoi-cmp | |
das.co.uk##.cookie, .secnav-links__item:last-child | |
daslaw.co.uk##.cookie, .secnav-links__item:last-child | |
dasinsurance.co.uk##.cookie, .secnav-links__item:last-child | |
strefawalut.pl##.cookie | |
pyur.com##.cookie | |
10-4.dk##.cookie | |
dia.es##.cookie | |
daparto.de##.cookie | |
dalmatinskiportal.hr##.cookie | |
alcampo.es##.cookie | |
technetium.pl##.cookie | |
karatekyokushin.hu##.cookie | |
trafiken.nu##.cookie | |
schaffrath.com##.cookie | |
bug.hr##.cookie | |
sportmaster.dk##.cookie | |
upc.cz##.cookie | |
nationalcircus.org.uk##.cookie | |
fischer.de##.cookie | |
macorlux.pt##.cookie | |
techmart.bg##.cookie | |
oetkercollection.com##.cookie | |
happywithyoga.com##.cookie | |
skiline.cc##.cookie | |
ulsterbank.ie##.cookie | |
roncadin.it##.cookie | |
spartanien.de##.cookie | |
dutchcarparts.nl##.cookie | |
dirk.nl##.cookie | |
allekabels.nl##.cookie | |
model-kartei.de##.cookie | |
otouczelnie.pl##.cookie | |
ceramicspeed.com##.cookie | |
negozicuorebio.it##.cookie | |
szerszamoutlet.hu##.cookie | |
findbolig.nu##.cookie | |
rbs.com##.cookie | |
pildyk.lt##.cookie | |
utilities.nl##.cookie | |
del.org##.cookie | |
18virginsex.com##.cookie | |
sense.org.uk##.cookie | |
wannawork.com##.cookie | |
signal-iduna.de##.cookie | |
twitchstrike.com##.cookie | |
agromedia.rs##.cookie | |
oldgoesyoung.com##.cookie | |
vigszinhaz.hu##.cookie | |
akme.hu##.cookie | |
borgware.de##.cookie | |
quelpneu.com##.cookie | |
onlineszerszam.hu##.cookie | |
virtualtrucker.pl##.cookie | |
karls-shop.de##.cookie | |
conferencemanager.dk##.cookie | |
stoffe-hemmers.de##.cookie | |
jeffery-west.co.uk##.cookie | |
autourdebebe.com##.cookie | |
guthaben.de##.cookie | |
autoreisen.com##.cookie | |
kodi.de##.cookie | |
union.hu##.cookie | |
machinestock.com##.cookie | |
ombudsman-services.org##.cookie | |
dermashop.hu##.cookie | |
amnesty.org.uk##.cookie | |
anybus.com##.cookie | |
neon-service.pl##.cookie | |
draytek.com##.cookie | |
dis.rs##.cookie | |
matratzen-concord.ch##.cookie | |
everysize.com##.cookie | |
youtubedownloadersite.com##.cookie | |
tutti-pizza.com##.cookie | |
markel.com##.cookie | |
engbers.com##.cookie | |
prodir.com##.cookie | |
unumotors.com##.cookie | |
necgroup.co.uk##.cookie | |
knuffmann.de##.cookie | |
axioart.com##.cookie | |
hiya.com##.cookie | |
techem.de##.cookie | |
mazowieckie.com.pl##.cookie | |
sprawdzonyfizjoterapeuta.pl##.cookie | |
parat.com##.cookie | |
youtubedownload.altervista.org##.cookie | |
medianauka.pl##.cookie | |
munich-business-school.de##.cookie | |
rientiestuinmachines.nl##.cookie | |
tacklifetools.com##.cookie | |
rutoken.ru##.cookie | |
sleek-mag.com##.cookie | |
allobebe.fr##.cookies | |
wilko.com##.cookies | |
kafelanka.cz##.cookies | |
auto10.com##.cookies | |
omaweetraad.nl##.cookies | |
singulart.com##.cookies | |
previssima.fr##.cookies | |
cp.pt##.cookies | |
makandracards.com##.cookies | |
mabanqueprivee.bnpparibas##.cookies | |
sexipedia.gr##.cookies | |
mobylines.de##.cookies | |
mobylines.fr##.cookies | |
moby.it##.cookies | |
onderdelenlijn.nl##.cookies | |
365.bank##.cookies | |
ukmail.com##.cookies | |
conforama.pt##.cookies | |
bezux.com##.cookies | |
moldurashergon.es##.cookies | |
italotreno.it##.cookies | |
unian.ua##.cookies | |
selfhost.de##.cookies | |
intermarche.be##.cookies | |
gheed.com##.cookies | |
crytek.com##.cookies | |
teletorium.pl##.cookies | |
farecompare.com##.cookies | |
conforama.es##.cookies | |
reifenlehmann.de##.cookies | |
lost24.eu##.cookies | |
plodine.hr##.cookies | |
veggiecommunity.org##.cookies | |
carowall.com##.cookies | |
success.ivanti.com##.cookies | |
epresse.fr##.cookies | |
coopbank.dk##.cookies | |
omdenken.nl##.cookies | |
zadovoljstvozaposlenika.hr##.cookies | |
fitpatrol.pl##.cookies | |
maxchocolatier.com##.cookies | |
inagrm.com##.cookies | |
nederlandsebrouwers.nl##.cookies | |
lunamum.de##.cookies | |
free3dbase.com##.cookies | |
hyundai.es##.cookies | |
lelieuunique.com##.cookies | |
srazenazver.cz##.cookies | |
sudzibas.lv##.cookies | |
tuenti.es##.cookies | |
dvdmax.pl##.cookies | |
abbeylegal.com##.cookies | |
magniflex.cz##.cookies | |
francecars.fr##.cookies | |
kliniken-koeln.de##.cookies | |
used.jaguar.co.uk##.cookies | |
sunstargum.com##.cookies | |
huntshowdown.com##.cookies | |
tuplus.com.co##.cookies | |
autempoeuropie.pl##.cookies | |
distilnetworks.com##.cookies | |
lakelucerne.ch##.cookies | |
groovy.bot##.cookies | |
hotel-spider.com##.cookies | |
m.brettspielwelt.de##.cookies | |
vizologi.com##.cookies | |
almasi.sk##.cookies | |
forsettlement.com##.cookies | |
netia.pl##.cookies | |
xxe.fr##.cookies | |
kalfor.dk##.cookies | |
cbeci.org##.cookies | |
egyptair.com##.cookies | |
taylorandfrancis.com##.cookies | |
indepth.dev##.cookies | |
livretzesto.fr##.cookies | |
dur.ac.uk##.cookies | |
vogue.pt##.cookies | |
o2online.es##.cookies | |
mitsubishi-motors.fr##.cookies | |
wybory.gov.pl##.cookies | |
topvintage.net##.cookies | |
arsene50.brussels##.cookies | |
shots.net##.cookies | |
udruga-gradova.hr##.cookies | |
zoom.earth##.cookies | |
userinyerface.com##.cookies | |
cosmosmagazine.com##.cookie-consent | |
lightinthebox.com##.pop_has_cookies | |
reifen-dinser.de##.cookies | |
tang-freres.fr##.welcome | |
spotify.com###main > .Root > section, .mh-message-bar | |
ovplaza.nl##.cookie-consent | |
spox.com##.spxcib.open | |
scholieren.com##.cookie-consent | |
asket.com##.site-notice | |
scummvm.org##.cookie-consent | |
radioemu.com###cc | |
web-axioma.ru##.confform | |
lcsc.com##.footer-privacy | |
imaginanet.com##.cookies | |
clubmed.co.uk##.Line-container > .fixed.shadow | |
adelaida.ro###barwrap | |
mikronis.hr##.cookies | |
buket.hr##.kukip | |
hoval.hr###pageAlertBox | |
triglav.hr###cookie_module | |
035portal.hr##.privatnost | |
webuy.com##.cookies_div | |
shopstyle.co.uk##.cdk-overlay-container | |
explo.hu###marketingConsent | |
aniflix.tv##.cookie-consent | |
comixology.eu##body > div > .overlay | |
shop.rema1000.dk##.cookie | |
thingsmobile.com##.cookie | |
lelivrescolaire.fr##.Cookie_modal | |
vboxxcloud.nl###cookie | |
gulfstream.com###notice | |
beko-technologies.com###info-overlay | |
travelmatters.ro###gpdr, #GPDR, #gdpr, #GDPR | |
environmental-finance.com##.modal-dialog | |
goodlight.co.uk##.cp-slidein | |
roseburnbar.co.uk###POPUP_ROOT | |
join-the-crew.com##footer ~ div > div[role="alertdialog"] | |
soundtoys.com##.content-info ~ section[style*="background"] | |
oekk.ch##.mod-disclaimer | |
puma.com##puma-cookie-banner | |
alapblog.hu##.sutiSzorny | |
woningnetregioamsterdam.nl##.growlcontainer | |
woningnetregiomiddenholland.nl##.growlcontainer | |
monety.it##.disclaimer | |
boxcryptor.com##.mdl-layout__inner-container > .mdl-layout__header ~ div[style*="transform"] | |
hilleberg.com###subBar | |
renaultretailgroup.es##.cookies | |
tacklewarehouse.com###data_protection | |
theblackfriday.com##.fixed.legal-text | |
walkers.co.uk##.pepsi-Cookies | |
tastemade.co.uk##.legal-change-banner | |
kivipaberkaarid.ee##.cookie | |
speedy.bg###system_message | |
bottle.li##.coockies | |
proglib.io###cookie | |
marketfinance.com###gpdr, #GPDR, #gdpr, #GDPR | |
bpost.be##.cookies | |
spellshelp.com##.consent_breadcrumbs | |
buelow-palais.de###confirmation | |
toyexpress24.com###cookie | |
einsteinkultur.de##.page-cn.cn-active | |
atos.net###cp | |
planplus.rs##.cookie-consent2, .cookie-consent | |
issuu.com##.icc-Root | |
manporn.xxx##.copyrights ~ .black-bg | |
bito.com##.cookie | |
smartclinic.hu###gdprModal, .modal-backdrop | |
akvis.com##.awarning | |
linkmenuezerai.lt##.cookies-hold | |
qv.co.nz##.bootbox, .modal-backdrop | |
supplementa.com##body > div[data-ez-module-cookiedirective], body > div[data-ez-overlay] | |
personal.natwest.com##.cookie | |
3djuegos.com###avc | |
andinet.de##.coo.show | |
forum.suunto.com##.cookie-consent | |
starnow.co.uk##.popup__entrance | |
tulodz.pl###modalCookies | |
autozine.nl###cookie | |
web-factory.at##.cookie-outter | |
ostsee-charter-yacht.de###cookie | |
dobbies.com##.alert-dismissable | |
henderson.ru##.politica | |
bubble.ru##.notifications | |
ztm.waw.pl##.page-consent | |
nordpass.com###gatsby-focus-wrapper > div > .fixed | |
stenstroms.com###currentPageContent + div + div + div:last-child | |
eponuda.com##.cookie | |
die-ip-adresse.de###cbar | |
nextapro.hu###cookie | |
dlapacjenta.pl###topbar | |
dacter.pl###topbar | |
krovni-nosaci.hr##.topbarBox | |
myshiptracking.com##.alert_bar | |
uni-tech.pl###topbar | |
mobil.com###fancybox-overlay, #fancybox-wrap | |
crpa.it##.fancybox-overlay, .fancybox-wrap | |
biomet.lt###fancybox-overlay, #fancybox-wrap | |
centreceramique.nl###fancybox-overlay, #fancybox-wrap | |
deutschebank.nl###fancybox-overlay, #fancybox-wrap | |
manetti.com##.fancybox-overlay, .fancybox-wrap | |
stw.berlin###disclaimer | |
clementoni.com###disclaimer | |
casaleggio.it###disclaimerC | |
eestiloto.ee##.disclaimer-wrapper | |
greybox.com###disclaimer | |
amundi.pl###disclaimer_amundi | |
biodiv.be###disclaimer | |
prevenzioneatavola.it###disclaimerC | |
overunity.com###ecl_outer | |
brettspiel-angebote.de###privacyhint | |
polstor.pl##.cookie | |
wtp.waw.pl##.page-consent | |
musescore.com##body > div:not([id]):not([class]):not([style]), body > section > section | |
financenancy.com###lawdiv | |
marusik.cz##.CA | |
fitnessclubs4.pl##.cookie | |
pepco.hu##.cookies | |
tadeevo.com###cookie | |
linuxcompatible.org##.alert-block | |
mercedesamgf1.com##.cLayer | |
zoomagazin.eu###cookieForm | |
dunense.com##.elementor-popup-modal | |
budgetinsurance.com##.elementor-popup-modal | |
blocksite.co##.elementor-popup-modal | |
correctiv.org##.elementor-popup-modal | |
funnelytics.io##.elementor-popup-modal | |
schwabenhaus.de##.elementor-popup-modal | |
selle-proust.fr##.elementor-popup-modal | |
stoppub.fr##.elementor-popup-modal | |
golder.com##.popcookies | |
amara.com###consent-modal | |
r-tt.com###pp-info | |
grainsystems.com##.disclaimerpopup | |
warmbat.nl##.cookie | |
wasted.fr###cookies | |
stylefile.de##.ui-dialog | |
engvig.no###cookie | |
layerstack.com##.promotion-footer | |
accor.com###cookiesAccorJobs | |
pazienti.it##.pz-disclaimer--cookie | |
dealz.pl##.jet-popup | |
nfpa.org###fixed_footer | |
moveon4.de##.cookie-consent | |
orthopaedie-mediapark.de##.consentOverlay | |
mtva.hu##.resultCookie | |
diplon.net##.navbar-fixed-bottom | |
radiofamily-sound.de##.jq-toast-single.jq-icon-warning | |
bodum.com###gdpr-popup-modal | |
pipedrive.com##.cookie | |
comparium.app##.sticky-message__wrap | |
creativecommunity.fr##.cookie-nav | |
arcadja.com###headerTopLog > center | |
metolijf.nl###popup-container | |
mybodepro.com##.ui-widget, .ui-widget-overlay | |
photobite.uk##.pb19_gdpr | |
agenda.brussels##.cookies | |
big5sportinggoods.com##.consent, #consent | |
translated.net###privacy-policy | |
mychildcarevouchers.co.uk###divBanner | |
allgeier-experts.com##.site-cookie | |
sintaxis.org###hsup | |
montecryptoscasino.com##.cookie-button | |
resideo.com###HOMESEUCookie-Banner | |
inetprint.cz###stickyFooter | |
nspcc.org.uk###cookie | |
szklarskaporeba.pl###cookies | |
solmax.com##._bloc_cookies | |
sonax.de##.snx-notification | |
psycom.net###vhn | |
zepsute.pl###overlay_uv, #ov_panel | |
nastopy.pl##.rodo, .rodo ~ .mask | |
exponea.com##.exp-cookies | |
monespaceclient.cnp.fr###cookie | |
lahtipro.pl###alert_bar | |
pnp.be###upGDPR | |
i-trekkings.net##.trekk-barre-pied-de-page | |
lebenslauf.com##div[class*="CookieConsent"] | |
recharge.fr##.cookie | |
monsieur-meuble.com##.cookies | |
nederlandseloterij.nl###nlportal-cookie-consent | |
ebi.ac.uk###interpro-root > div[style*="fixed"] | |
gknpm.com##clients-cookie-policy | |
alfabank.ru###alfa > .platform > noindex, #agreement-popup | |
ncalculators.com##.consent, #consent | |
valais.ch##.notification | |
burgerking.dk##.modal-backdrop | |
stayfriends.de##.cookie | |
enjoynu.com###coookie | |
vanderpoelmontage.nl##.cookie-settings | |
kvb.de###cc_hint, #cc_technical, #cc_statistical | |
getdigital.de##.privacy-wrapper | |
pdfescape.com###pdfe_cmp | |
cgtn.com##.cg-tools-dialog | |
schwab.de##.cj-privacy-settings | |
mall.tv##.privacy-wrapper.flex-wrap | |
shop.hfo.pl###cookie | |
mclaren.com##.messages.show | |
getrad.co##.cookie-policy-modal | |
scad.edu##.consent-footer | |
sbonline.net###footer.tekst | |
atlasformen.de###divBottomStickyLayer | |
mytheresa.com###privacy-overlay, #privacy-container | |
primaryhomeworkhelp.co.uk##body > table:first-child tr[bgcolor="#CCFF99"] | |
airbank.cz###cookies | |
friendsfit.cz##.cookies | |
tutu.ru##.style__disclaimer | |
steamgriddb.com###noty_layout__bottomRight | |
nekedterem.hu##.cookie_sav | |
basecamelectronics.com###agreement-alert | |
kreafunk.com##.l-notifications | |
garesys.com##.js-go-notification | |
icelandair.com###content-section ~ div[class^="container"] | |
immigroup.com###ccdiv | |
electroholic.gr##.modal-dialog.fix-bottom | |
cotic.co.uk###promptdialogue | |
generali.co.uk##.cookies-container-uk | |
mozgo.com###app > .w-full.fixed | |
ifi-audio.com##.l-cookie | |
owlcatgames.com##.GPRD, .cookies | |
alberabike.fr##.cookies_v16 | |
hardwareparadijs.nl###cookieWall | |
remorepair.com##.visitorcookie | |
zone5g.com##body > div:not([id]):not([class]) | |
consumer.org.nz##.consent-confirmation-banner | |
mydraw.com##.cookie | |
succesagenda.com##.notification-wrapper | |
javlibrary.com###adultwarningmask | |
diplomatie.be##.ui-pnotify | |
justhype.co.uk##.cc_container | |
mobileshop.eu##.fixed-warning | |
eaglemoss.com##privacy-settings.pos-fixed, main-overlay | |
brightree.com##.notice | |
eluniverso.com##.block-eluniverso-gdpr | |
monzo.com###___gatsby div[class*="Alert-module"] | |
gestoriaverdugo.es##.cookie | |
sharafdg.com##.cookies | |
fijiairways.com##.dumbBoxWrap.terms-of-use | |
aigle.com##.CookiesLayer | |
reshade.me##.activebar-container | |
paecklipunkt.ch##pp-cookie-dialog | |
rankersta.com##.cookie | |
nissannews.com###privacyModal | |
android.com##snack-bar-container | |
lastminutetravel.com##.weUseCookies | |
leti.com##.NoticesBox | |
fmscan.org###cookieDiv | |
govirtuo.com###__next > div[style*="bottom"] | |
depo-diy.ee##.depo-cookies | |
laurentwillen.be###overlay-bg | |
waterfordwhispersnews.com##.wwn-gdpr-modal | |
novaline.de##.alertbanner | |
addgene.org##.alert-info | |
alpedhuez.com##.elementor-popup-modal | |
saverioriotto.it###policy_id | |
bec-oglasi.com##.cookie-uslovi | |
formulare-bfinv.de###datenschutz | |
seitenbacher.de###sb-cookie-compliance-overlay | |
lagermaulwurf.de##.mfp-bg, .mfp-wrap | |
bondex.de##.cookie-consent | |
siea.sk###cac | |
artisansdegeneve.com###popup-disclaimer | |
dazn.com##aside[class*="cookie-banner"], div[class*="cookieDisclaimer"] | |
reportz.io##.rp-CookiesConsent | |
roche.com###myDataPrivacyPopup, .modal-backdrop | |
zorgbaar.be##.notice | |
unbound.com###js-cookies | |
fallentitans.com##.footer | |
refurbished.sk##.cookies | |
player.pl##.modal-rodo | |
legalstart.fr###pop | |
halfmooninn.com###hebs-consent | |
hammarinsahko.fi###cookie-conset-bar | |
iplogger.org###message, .message | |
wannonce.com##.jconfirm | |
speisebaron.de##.navbar.fixed-bottom | |
boyden.ca###site-terms | |
bgee.org###bgee_privacy_banner | |
commonsense.org###cse-cookie-consent-message | |
arthrex.com###cookie-disclaimer-modal, .modal-backdrop | |
lamium.io##.lamium-cookie-consent | |
heinemanngalabau.de##.popup_anchor .Container.wp-panel-active | |
netbet.de##section#NBCookieWarning | |
videobolt.net##.cookieBlock | |
flexport.com###gatsby-focus-wrapper ~ div | |
lemoncode.net##.sqs-announcement-bar | |
disk-o.cloud###root div[class^="src-ui-Cookie"] | |
slideshare.net##.lms-notice-wrapper | |
myfitnessplace.pl###wizjo-cookies | |
kiwipress.hu##.cookie | |
2020.anderzorg.nl###ckb-container | |
tenniswarehouse-europe.com###data_protection | |
doctolib.de##.dl-drawer-bottom | |
searchpeoplefree.com##.cookie-terms | |
ethereumprice.org##.zxc-msg | |
e-dewocjonalia.eu###cookie | |
detmir.ru###app-container > div[class^="_"]:last-child | |
cct.hu##.cookie | |
informazione.it###cmp-tb | |
darricau.com###popup, .popup | |
pfefferhaus.de###disclaimer | |
smartystreets.com##.gdpr | |
eyeque.com##.disclaimer | |
clipper-teas.com##.v--modal-overlay[data-modal="cookie"] | |
ortsdienst.de##.consent, #consent | |
teenage.engineering###te-layer | |
mundoclasico.com##.jconfirm | |
nowystylgroup.com##.nsg--notification.nsg--cookies | |
bancobpm.it###footer ~ div | |
outbyte.com###privacy-popup | |
taleo.net###taleo-cookie-law, #modal_cookie-law | |
myparcel.me##.card.fixed-bottom | |
1881.no###ot-consent | |
hackintoshpro.com##footer ~ .pop | |
kastinger.com##.cache-notice | |
viasana.nl##.Cookie__container | |
bitpanda.com##bpc-cookie-banner | |
admiral.at##asw-cookie-acceptance-overlay | |
edicionesobelisco.com###sticky_header-sticky-wrapper | |
peoplesproblems.org###myModal | |
saloppe.de###cookies | |
unify.com###cp | |
hazelbrugger.com##footer ~ div | |
ado1szazalek.com###layout_advertising_bottom | |
fun.com##.cookieSettings | |
terracaching.com##.warning_banner | |
btv.at##body > .cc | |
gzcss.co.uk##.cookie-flash | |
rtm.com##.GDPR | |
gruntwork.io###gruntyCookie | |
seb.lt##.seb-cookie-consent | |
diwaro.de###opt-in-modal, .modal-backdrop | |
urmet.fr###privacyPolicy | |
laborx.io##.header-index.with-cookie | |
urteile-gesetze.de###stickyFooter | |
mojedenred.sk##edn-cookie | |
make-it-in-germany.com###nagscreen | |
przystanekhistoria.pl##.JSWrapper | |
montecarlosbm.com###cookieLab | |
paperlessmovement.com##.elementor-popup-modal | |
profilculture.com##.cookie | |
transferwise.com###twcc__mechanism | |
persoonlijkegezondheidscheck.nl###cookie | |
santatracker.google.com##santa-notice | |
uktaxcalculators.co.uk##body > div:not([id]):not([class]) | |
pixiv.net###root > div:first-child > div:only-child | |
corvusbelli.com##app-cookies-message, mdb-modal-backdrop | |
roguecompany.com##.page > div > div > .c-Footer ~ div | |
playpilot.com##.cookie-consent | |
dinsakerhet.se###cookies | |
morhipo.com###legal-alert | |
speedwaynews.pl###myModal, .modal-backdrop | |
drogisterij.net###simple-modal | |
digitalrealty.com###__next > aside | |
bodybuilding.com##body > div[style*="transparent"] | |
hausinfo.ch##.m-privacy | |
funkypigeon.com##.fp_cookies | |
british-legal-centre.com###targetDiv | |
cocinaabuenashoras.com###cookies | |
roland-rechtsschutz.de##.mod-alert | |
abschied-nehmen.info##.tscUiNotificationWrapper | |
chainreactioncycles.com##.crc_cookie_overlay, .crc_cookie_opt_in | |
stib-mivb.be##.cookie | |
captrader.com##.informationContainer | |
kreuzwerker.de##.cookies | |
independent.com.mt##.privacy-policy-container | |
lycos.social###nomnom | |
amazingfables.com###cookie_consent ~ #overlay | |
bouwinfo.be##div[class^="bi-cookie-alert"] | |
sanuslife.com##footer ~ div[class^="cookie"] | |
konsument.at###cc-overlay | |
citifirst.com###popup-disclaimer | |
currencyrate.today##.cc-alert | |
esm.europa.eu###block-esm-base-cookie-message-footer | |
credit-agricole.it##section[class^="Cookies_dck-manager"] | |
auva.cz###cookiediv | |
wallpaperhub.app##body > div > div > .dropshadow > p | |
cwm.edu.pl###cookies-glass | |
gensdeconfiance.fr##div[class^="CookieRibbon__Wrapper"] | |
rocketbank.ru###modal-root | |
adalo.com###consentPopup | |
pamgolding.co.za###popi-notification | |
posao.ba###posaoba-footer + div + div | |
advfn.com###cnwrapper | |
hpb.com###ccpa-notice | |
telink-semi.com##.b--cookie-window | |
olavshallen.no###cookies | |
xn--30-wka.de###privacy-bar | |
tigase.net##.MuiSnackbar-root | |
civey.com###__next > div[class^="notifications"] | |
hightech-summit-bayern.de###cookie | |
cointelegraph.com##.b-privacy-policy, .privacy-policy | |
meinauto.de##.MaCookieLayer | |
irishrail.ie##body > .m34 | |
skincity.se###promotion-alert | |
skruvat.se##.cookie-consent | |
engelbert-strauss.se##body > div:not([id]):not([class]) | |
engelbert-strauss.cz##body > div:not([id]):not([class]) | |
entrepreneur.com###noticepolicy | |
schuttetweewielers.nl##.popup-wrapper--bottom-fw | |
bosincasso.nl###cookies | |
achat-or-et-argent.fr##.cookies | |
bewustnieuwbouw.nl###c-bar | |
arzttermine.de##.cc_dialog_box | |
sanego.de##.cc_dialog_box | |
jelszo.co##.cookie-back | |
bimedis.com##.b-cookie-text | |
stingray.com###tracking-popup | |
newmotion.com##.homepage-hero ~ div:last-child | |
laboiteauxparoles.com##.dialogue-fixe.nuisance | |
interface.com###myModal | |
ebookfriendly.com###ecmr | |
greenenergyuk.com##.divPrivacy | |
cirrus.com##.page-canvas .links-are-reversed | |
arc.dev###__next > div > header ~ div[class]:last-child | |
redislabs.com###gdpr-modal | |
badminton.de###cookieGradient, #cookiePrivacy | |
altima-sfi.com###politica | |
picdumps.com###pcdc | |
sberbank.com##.personal-data-warning | |
caldigit.com##.elementor-location-popup | |
jbl.de##.uim .overlay, .uim .overlay ~ .container.basic-modal | |
pacjent.gov.pl###cookies, #zgoda.sekcja-ciasteczka | |
hp.com###privacy-notification | |
key4biz.it###consent-toolbar | |
camperscaravans.nl##div[id^="cookieConsentForm"] | |
deutsche-anwaltshotline.de###dah-consent-manager-overlay | |
iheart.com##.component-legal-notice | |
mla.org##.donate-banner | |
gatestoneinstitute.org##.float-bar | |
gaia.com##.blocks.layer-modal-footer | |
d4t4solutions.com###privacy-overlay | |
ada.com###page-wrap ~ aside | |
rapidtables.com##.banner, #banner | |
auktionssuche.de###hinweise | |
ingtechpoland.com###privacy, .privacy | |
ervaringensite.nl###header-coockie | |
ikeafamily.eu###ikeaTermsConsentModal | |
lightyear.one###___gatsby > div[role="group"] > div > div:first-child | |
smile.io##.smile-cookie-notification-container | |
bonuszbrigad.hu###newASZFLayer | |
itau.com.br###marcoCivil | |
caser.es###gdpr-modal > div | |
alltombostad.se###pop_contact | |
pinkvilla.com##body > div[class^="ccc"] | |
comelelettroforniture.it##body > div[id^="kitgdpr"] | |
roomiapp.com###react-root > div > div[class^="jss"]:first-child + div[class^="jss"] | |
tripinview.com###tiv-cookie-bar | |
upc.sk##.cookie | |
pocketracy.com##.dsclmr | |
foodhub.co.uk##.cookies | |
schuldnerhilfe-neuesleben.de###idDatenschutzText | |
benq.eu###benqPop | |
sumcumo.com##.cookies | |
usabilitest.com##.alert-dismissible | |
ixxat.com##.cookie | |
ahliunited.com.kw##.greyCookie | |
httpstatus.io##.snackbar | |
maxmind.com###mm-ccpa-notice | |
ozon.ru###__nuxt > .layout-page > div:last-child:not([class]) | |
head-fi.org##.notices | |
tradingview.com##div[class^="toast-positioning-wrapper"] | |
webastoconnect.com##.alert.ecc.show-ecc | |
toptal.com###modal-host ~ div | |
tune.de##.notification-bar | |
ts.fi##body > div:not([id]):not([class]) | |
begindot.com##.elementor-popup-modal | |
ntp.msn.com##.cookieWallBanner-1, .ComplianceHyperlink-1 | |
inatural.com.pl###cookie | |
astroeder.com###acceptDisclaimer | |
winemag.com###wmg-cookie-consent | |
webaslan.com##.cookie-text | |
mazda-autohaus-seifert-pinneberg.de###root > div:not([class*=" "]) | |
mazda-autohaus-butz-und-muehlbach-andernach.de###root > div:not([class*=" "]) | |
mazda-autohaus-gollan-hamm.de###root > div:not([class*=" "]) | |
knaf.nl###cp-wrap | |
my.games##.ph-cookies, #app header .gdpr | |
ikea.es##.toast-container | |
lobos.pl##.cookies | |
cyberpowerpc.com###pp_cookie | |
cyberpowersystem.co.uk###pp_cookie | |
spiele-offensive.de##.facebookfrage | |
blackmoreops.com##.snp-subscribeform | |
2x45.info###cookies | |
adainfo24.eu###cookies | |
atriumsystem.eu###cookies | |
ladulle.fi##gdpr | |
respresso.io###gdpr | |
kulturbolaget.se##.c-messages | |
evermotion.org##.full-overlay | |
asecos.com###hinweis | |
naturocoaching.fr##body > div[style*="red"] | |
getzen.cash###privacy-notification | |
forum.mediathekview.de##.cookie-consent | |
every-tuesday.com###et-gdpr-popup | |
airvpn.org###air_cookielaw_container | |
daidometal.com###announcement | |
krebsinformationsdienst.de###quickhint-wrapper | |
mediaarena.pl###cookie | |
ziptransfers.com##.dvcookie | |
workforce.com##.cookie__modal | |
eurochrom.hu##.notification[data-options*="Cookiek"] | |
kfcvisit.com###toast-container | |
thw-handball.de##body > footer ~ div:not([class]) > div[style*="fixed"], body > .js-slide-in.is-active | |
esn.com###n_pop_overlayer, #n_cookie-popup | |
hierhoudenwevan.nl##.cookie | |
m.ugc.fr##.md-dialog-container | |
bottegaverde.it##.cookies | |
antjeroessler.de##.lawbar | |
findmypast.com###appRoot > div > div > div | |
whatson.is##.elementor-location-popup | |
mitsubishimotors.com.br##.cookies-header | |
qitec.de###QiCookieOptin | |
bafa.de###privacy, .privacy | |
player.hr##.popup_hr | |
e-turysta.pl###et-cookies-info | |
algarveholidayvillas.com##.cm-notice | |
personaldienstleister.de##div[id*="cookie_consent"] | |
medicaltravelcompared.co.uk##.cookie-options | |
opendataforafrica.org###gdpr | |
newsletter2go.it###hidecookien2go | |
buyorbye.pl###cookie | |
knoema.com###gdpr | |
electrovoice.com##.alert-dismissible | |
baldursgate3.game##.cookies | |
tilda.cc###t-footer > div > div[data-storage-item*="cookie"] | |
download-manager.online##.cookie-bottom | |
faire.fr###cookieLab | |
powershellgallery.com##.banner-notice | |
dreammachines.pl###qkies_info, .modal-backdrop | |
pressdemocrat.com##.cph-ccpa_banner | |
dallasnews.com###fusion-app > div[class^="app_banners"] | |
consensys.net##div[class*="notificationBar"] | |
alugha.com###root > div > footer ~ div | |
mpbio.com###cookies-modal | |
ghiseul.ro##.g-consent | |
murata.com###murata_gdpr_popup, #murata_gdpr_background | |
playboy.com###__next > div[style*="flex"] | |
televisa.com##section.Privacy | |
stdrums.com##.lightbox-backdrop | |
calorieking.com##footer ~ .MuiPaper-root | |
biker.wroclaw.pl###cookies_apl | |
burncoose.co.uk###cNotice | |
on.cc###acceptDisclaimer | |
elakolije.rs###kolacic | |
kundoc.com###KUNDOCCOM_cookie_box | |
erd.hu##.gdpr | |
print-idee.de###CookieQuery | |
thinktankphoto.com###ttp-gdpr | |
arclegal.co.uk##.pecr-message | |
constantin-entertainment.de###zcookie | |
hohesalve.at##.c-window | |
ukphonebook.com##.cookie-lightbox | |
carsale24.com###cookies | |
zeta-producer.com###consent, #consenttoggle | |
moto-car.com.pl###privacy-info-container | |
alasatakunta.fi##body > div:not([id]):not([class]) | |
volvopartswebstore.com##.notificationsDisplay | |
reacapital.de##body > div:not([id]):not([class]) | |
waarmaarraar.nl##body > .container > div[style] | |
ipill.de###cookie-message ~ .design | |
beep.es###cookies | |
speisekarte24.de###dasu | |
europa-vrachtwagens.nl###cookie | |
fh-muenster.de###matomo-wrapper | |
usedom.de###header-notification | |
geovelo.fr##snack-bar-container | |
raygun.com##.popup-overlay | |
bity.com##.notification-bar | |
11teamsports.com###TrackingTipp | |
schneehoehen.de###cookie | |
redhat.com##.redhat-cookie-banner | |
herefordshire.gov.uk##.hc-cookies | |
ecmguide.de##.consent, #consent | |
foodgroot.com###POPUPS_ROOT | |
notebookinfo.de##.consent, #consent | |
oberlo.es###oberloGdpr | |
trumpf.com###popup-privacy | |
nalogia.ru##.b-person-data | |
thawte.de###toolbar | |
thawte.com###toolbar | |
britrail.net###overlay | |
unaparolaalgiorno.it##.cookie | |
xfarma.it###overlay | |
getresponse.com##.cookie-consent | |
poneranuncios.com###index_cookies | |
medlon.nl###globalmessage_holder | |
villaguardia.co.it###cookie | |
pcx.hu##.cookieFlyer | |
paper.li###info_banner, .MuiSnackbar-root | |
wohr.com.au###cookie | |
digitick.com##.bloc-notifications | |
huiles-et-sens.com##body > div[id^="webp_popup_banner"] | |
ssi.dk##.cookie | |
newsday.com##.policy-alert | |
milestonesrl.com##.uk-notification | |
wisdy.co###__next > .modal | |
bellflight.com##.bg-gold.active | |
dfinity.org###gdpr-panel | |
immoscout24.ch##main > div > div > section ~ div > div | |
kirchengemeindeverband-koenigslutter.de###hinweis | |
activtrak.com##.gdpr | |
dziennikwschodni.pl##.rodo-modal | |
russellscanlan.com###wp-notification | |
podbean.com##body > div:not([id]):not([class]) | |
maje.com##.donottrackBanner | |
indicator.be##.cpolicy | |
matrixgames.com##.globalAnnouncement, .blockingOverlay | |
slitherine.com##.globalAnnouncement, .blockingOverlay | |
thinglink.com###tlCommonGdprBanner | |
gfoe-conference.de###sb-container | |
specialdeal.at##.cookie | |
wbkidsgo.com###onetrust-outer | |
anaciroma.it##.w2t-banner | |
speicherguide.de##.consent, #consent | |
buffalo-grill.fr##main ~ footer ~ div | |
codesignal.com##.elementor-popup-modal | |
cyfronika.com.pl###cookie | |
tiermaker.com###agreementMessage | |
oberharz.de##.consent-popup--bg, .consent-popup | |
amw.com.pl##.cookies | |
cherryservers.com##.cherry-cookies | |
ggmgastro.com##ggm-cookie-hint | |
rigb.org##.cookie | |
donauland.at###dsgvo | |
liste-finanzamt.de###dsgvo | |
horesta.dk###cookie | |
edge.pse.com.ph##.policy, #policy, .cpolicy | |
hit-electronics.com##.consent, #consent | |
donauversicherung.at##.cookies, app-cookie | |
xel.nl##.cookie-consent | |
wer-kennt-wen.net##.CookieLayout | |
informiert.at##.CookieLayout | |
odmladzanienasurowo.com###POPUPS_ROOT | |
radiologie-dachau.de###zcookie | |
metrofixings.co.uk##.cookies | |
heycar.co.uk###app div[class*="ConsentManager"] | |
larosiere.net###cookie | |
megasvet.cz##.elementor-popup-modal | |
pkobp.pl###pko-cookie-rodo, .js-ajax-overlay | |
ichbindeinauto.de##.v-banner--sticky | |
ass-team.net##.v-banner--sticky | |
bardonecchiaski.com##.jconfirm | |
nik.gov.pl##.informationBar | |
verkehrsinformation.de##.growl-bottom .alert | |
londonreal.tv###notify-consent | |
pineline.fi##.alert-dismissible | |
wieisdemol.be###cover-div | |
xometry.com###lo-privacy-banner | |
comau.com##.cookie__wrap | |
print24.com##.cookie__wrap | |
shareably.net##.consent-box | |
animalchannel.co##.consent-box | |
hallofbrands.gr###gdpr-modal, .modal-backdrop | |
duessel-shop.com##.lightbox-backdrop | |
sofifa.com##.wrapper .bp3-callout.bp3-intent-danger | |
direktno.rs###saglasnost-container | |
secunews.be##.pix-wrapper.pix-accept | |
otto-office.com###top-notification_accept-machmichweg-guidelines, .ooB-black-overlay-machmichweg | |
culture.ru##.js-notify-bar | |
spoonflower.com##.b-text-box.x-global-dialog | |
htc.com##.cookie-consent | |
atramentowka.com###cookie | |
econsteel.de###cookie | |
eumobil.hu##.cookie | |
bonpreuesclat.cat##.site--content > div[class*="toast"] | |
propaganda.co.uk###wpfront-notification-bar-spacer | |
e-reporter.pl###wpfront-notification-bar-spacer | |
zh.ch##agb-bar | |
onbeperktinbeweging.nl##.cookie__wall | |
angouleme.fr##.uk-position-fixed | |
gokarting.com.pl##.uk-position-fixed | |
hallo-meinung.de##.uk-position-fixed | |
intothegrave.nl##.uk-position-fixed | |
kijkonderzoek.nl##.uk-position-fixed | |
meaculpa.gr##.uk-position-fixed | |
poesslforum.de##.uk-position-fixed | |
rover.nl##.uk-position-fixed | |
superconstellation.org##.uk-position-fixed | |
cityoflondon.gov.uk##.container-floating-notifications | |
fusemagazine.com##.sqs-widget | |
autotrader.com###mountNode > div > .fixed-bottom | |
scandalbeauties.com###attention-msg | |
theater-altenburg-gera.de###cookie-row | |
theaterhagen.de###cookie-row | |
ebz-bildung.de##.cookie | |
fbhvc.co.uk###cookies | |
hackdoor.io##.snackbar | |
fh-dortmund.de###cookies | |
smitegame.com##.acq-footer ~ div, .home-community ~ div | |
lifebutiken.se###top-anchor ~ div ~ div:last-child | |
cafe.se##.cookie-consent | |
psychicmonday.com###lawdiv | |
beuc.eu##.beuc-cookie | |
ischias.se###consent-wrap | |
baza.io##.cookies | |
toctoc.me##.toctoc-cookie | |
dailymail.co.uk##.dailymailcouk-cookie-notification | |
challengethebrain.com###outer-consent | |
gaffelamdom.de##.cookie | |
scrum.org##.privacy-toast | |
fanatical.com##.cookie-collapsible | |
metallumnovum.lt###parent-container-idgy | |
dplay.nl###header-wrapper ~ dialog | |
werkenbijumcutrecht.nl###cookies | |
utrop.no##.wppopups-whole | |
papajohns.es###root > div > div[class*="snackbar"] | |
episerver.de##.cookie-consent | |
codeherent.tech##snack-bar-container | |
newscientist.com##.prompt--modal.section | |
bbb.org##body > .MuiDrawer-root | |
gadventures.com##.privacy-control | |
teleticketservice.com##.ts-header-message | |
siepomaga.pl###cookies | |
nodecheck.io##footer > .fixed-bottom | |
bonify.de###__next [class*="UserConsent"] | |
bankcomat.org##.cucheck | |
naukri.com##.privacyPolicy | |
vdk.de###DSE | |
androidapplications.ru##.user-agreement | |
scamadviser.com##.cookie-nav | |
steller.co###root > div[class] | |
trombocyter.se###consent-wrap | |
grunerundjahr.de##.cookie | |
nytco.com##.a-cookie | |
aliexpress.ru###ae-ru-privacy-banner | |
keesvanderspek.nl###cookies | |
rhymes.org.uk###outer-consent | |
fino.hr###cookie | |
beres.hu###cookieContent, #cookieBtn | |
mygovid.ie##.mygovid-overlay | |
pzonline.com##.disclaimers | |
inexio.net##app-popup | |
tecnolatte.it###page_hider | |
marikakonyhaja.hu###cookieblokk | |
dn.no###dninvestor-cookie-info | |
wargaming.net##.warning-bar | |
queengarnet.com##header ~ .is-active | |
flintbek.de###note | |
surewise.com###disclosure | |
quectel.com##.cookies | |
wealdtech.com###weald-gdpr-container | |
portal.lanis-system.de##.alert-dismissible | |
astro.com##.botbanner, #priv.dsmessage | |
thefork.it###root > div > p | |
onrc.ro##.cc-container | |
alldomains.hosting###adh-cookie-dnt, #adh-cookie-accept | |
openuserjs.org##.alert-dismissible | |
hobbyfarms.com##.cookieTkd | |
condor.com##.cookie__bg | |
helloclue.com###gatsby-focus-wrapper > section:first-child | |
thegoodnessproject.co.uk###cookies_enabled | |
starmix.de###muffin | |
staedteregion-aachen.de###cookiehuhu | |
oberlo.com###oberloGdpr | |
steinhandel.no###topbar | |
activision.com##.atvi-privacy-policy-module | |
playvalorant.com##.riotbar-alert | |
formyrights.eu##.modal-backdrop | |
oster-gewinnspiele.de###cono | |
hwbox.gr##.uk-notification | |
top10vpn.com###notification-bar | |
pioneerdj.com##.cookies | |
tides4fishing.com###cookies | |
leszno.pl###cookies | |
edgeent.com###caja_flotante | |
edgeent.fr###caja_flotante | |
tanie-leczenie.pl###notice_bar | |
regnauer.de##.disclaimer | |
catchandrelease.com###react-container > main > footer | |
asustor.com###gdpr_wrap | |
getabstract.com##.notifybar--note | |
akatronik.at###cookieDiv | |
nasdaqbaltic.com###gdpr-confirm | |
motionvfx.com##.cookies-modal | |
izotcomputers.com##body [id^="aiva"] | |
akvarista.cz###topcookies | |
current-news.co.uk##.c-notice | |
theguardian.com###app > div > main ~ footer ~ div, div[data-island="cookie-banner"], #cmpContainer, body > #cmp, #bottom-banner | |
theguardian.com.###app > div > main ~ footer ~ div, div[data-island="cookie-banner"], #cmpContainer, body > #cmp | |
ristorantino.no##.privacy-policy-container | |
deviantart.com###root > div ~ div:last-child:not([id]) | |
datacamp.com##.dc-cookie-banner-wrapper | |
photoeffets.com###TopSubscriptionPopUpBg1 | |
photoeffekte.com###TopSubscriptionPopUpBg1 | |
leds-boutique.fr###event_banner | |
sosoitaly.com###event_banner | |
lacoste.com##.ensPrivacy-overlay | |
versailles.fr###cnil, .cnil, #CNIL | |
planetkey.de##.alert-box | |
setn.com##.privacy-area | |
foxnews.com##.notification-banner | |
turn-keytechnologies.com##.b--cookies | |
videomapster.com##.privacy-box | |
wunderground.com##snack-bar-container | |
linuxhandbook.com##.CampaignType--floating | |
bbc.co.uk###root > #header-content > div > div[class*="DialogBackdrop"] | |
werkenindelandentuinbouw.nl##.ui-widget, .ui-widget-overlay | |
myki.com###cookie | |
delibio.fr##.cookie | |
dollargeneral.com###myModal | |
patook.com###cookies_subtext | |
hpicheck.com###toasts-container | |
clubmed.fr##.Layout > .fixed | |
latestdeals.co.uk###root > div > main + div | |
audirvana.com##.elementor-popup-modal | |
dvb-t2-portal.de###coPolicyMain | |
countwordsfree.com##.disclaimer | |
kqed.org###getsitecontrol | |
s2studio.cz##.cookies | |
genesis-mining.com###cookie | |
rttshirts.de##.ec-notices | |
alfabusinessweek.ru###t-footer > div[style*="padd"] | |
skoledo.com##.avg | |
spor.dk###cookies | |
uwafot.de##.uk-position-fixed | |
akasha.world###gatsby-focus-wrapper > div | |
mate-tee.de##.cc-container | |
rp-giessen.de##footer .note | |
kaggle.com###site-content ~ div | |
healthifyme.com###popup-wrapper | |
dlford.io###gatsby-focus-wrapper > div > footer | |
buerger.de###consent-modal, .reveal-modal-bg | |
ncov2019.live###dcon-gdpr-container | |
all-hashtag.com##.disclaimer-container | |
natuurfotografie.nl###cookieSettings | |
fastighetsbyran.com###root > div > section > div > .w-full | |
justhalal.dk###fullscreen-container | |
123gold.de###OptOut | |
kentbank.hr###overlayCookie, #overlayContentCookie, .otvori_cookie_dialog | |
monolith.xyz###root > main > footer > div:first-child | |
ideal-versicherung.de###content-top | |
medeqstars.ru###use-cookies | |
vassla.com###gatsby-focus-wrapper > .fixed | |
famework.io##.notifications | |
aioinissaydowa.eu###cookies | |
fesztivalonkentes.hu##.fo-cookie | |
tego.fr##.fixed-bottom | |
2x2tv.ru##.cook-web | |
icontext.ru##.policy-disclaimer | |
travelrepublic.co.uk##.sc-c-panel--offset.sc-c-panel--disable-gutters-x | |
readymag.com##.widget-rm-cookies | |
cloudeng.it##.commons-alert-box, .commons-alert-overlay | |
bearable.app##.elementor-popup-modal | |
caixabank.cat##.cookies-region | |
caixabank.es##.cookies-region | |
sixt.co.uk##.cro-background-shadow | |
uslugi.gov.mk##.gdpr | |
specialarad.ro###cookies | |
designingbuildings.co.uk###overlay-designingBuildingsAnywhere | |
unitedway.org##.footer-notification | |
epri.com##.cookie-sheet, .md-scroll-mask | |
moddrop.com###app > .cm-row | |
weerstatistieken.nl###darker | |
silicagel.de##body > div:not([id]):not([class]) | |
verkuendung-bayern.de##.vkp-cookie-message | |
clipartlogo.com##.navbar-qards | |
clipart.me##.navbar-qards | |
estetiq.pl##.config-messages | |
riotgames.com##.riotbar-alert | |
sweet.tv###privacy_policy | |
enzahome.com.tr##.kvkkFixed | |
homeairguides.com###wpfront-notification-bar-spacer | |
wunderino.com###root div[class*="Snackbar"] | |
everettspharmacy.co.uk##body > div[class]:not([style]):not([id]) | |
po-bandzie.com.pl##.elementor-popup-modal | |
mesenzo.com###OneTimePopupDialog, .OneTimePopupDialog-overlay | |
diplomeo.com##.cookie-consent | |
bankgiroloterij.nl###avgDialog | |
bsd.net##div[data-which-id="eprivacy-banner"] | |
hudy.cz##.info-bar | |
top-trails-of-germany.de##footer .note | |
neatorobotics.com###neato_cp_notice | |
itv.com##.cp_cookie-dialog, .app-modals__overlay, .modal--cookie, .cp_app__alert-content, #itv-glob-cookie-policy-holder, .site__alert | |
geers.pl##.ConsentWrapper | |
jacob.de###jcc-consent | |
portel.pl###rodoCover | |
clausporto.com###gdpr-popup-modal | |
onassis.org###js-content > div > .relative > .bg-blue | |
puppet.com##.pm-gdpr, .puppet-cookie-banner | |
freudtools.com##.x-consent | |
sanook.com###__next > div > footer ~ div | |
atu.de###App .notificationBar | |
magio.tv###root > div[style]:not([class]):not([id]) | |
newworld.com###ags-CookieDisclaimer | |
udemy.com##.ud-component--footer--eu-cookie-message | |
financialexpress.com##div[id^="google_ads_iframe"][id*="GDPR"] | |
coinloan.io##.cookies | |
wolframalpha.com###__next > div > section:last-child | |
nettbuss.no##.header__banner | |
vodi.cc###cookies | |
work-discount.de##body > div:not([id]):not([class]) | |
zawady19.pl##.alert-dismissible | |
computacenter.com##.consent-container | |
sentinelprotocol.io##.consent-container | |
raumausbeute.de##.ec-notices | |
lecourrierdelatlas.com##.cda_oic | |
tacobot.tf##.cdk-overlay-container | |
divvydiary.com##footer ~ .fixed | |
boursorama.fr###cookie | |
gorillasports.co.uk###disclaimer | |
keideltherme.de##.cookie-consent | |
pancernik.eu###cookie | |
electromag.pl###cookie | |
fimportal.de###cookie | |
nokautmoto.pl###plugin-agree-Plugin, #GDPRModal | |
nokaut.pl###plugin-agree-Plugin, #GDPRModal | |
talonai.lt###root ~ div | |
tracker.com##.ccModal | |
cooptravel.co.uk##.mailmunch-topbar | |
hit.ro##.cookie_2019 | |
audiocite.net##div[class*="fondcookies"] | |
ldlc-pro.be###privacy | |
mixtools.pl##.cookies | |
aktiefonline.nl###avg-container | |
spolem.olawa.pl##.elementor-popup-modal | |
yespresso.it##.ec-notices | |
ergonbike.com###tracking-modal | |
icomjapan.com###cookie | |
maklarf.se##.uk-notify | |
visionsdureel.ch##.cookie | |
getsitecontrol.com###getsitecontrol | |
obi.de###__next > div[data-referenceid] > div:not([class]):not([id]) + div[class]:last-child | |
obi.at###__next > div[data-referenceid] > div:not([class]):not([id]) + div[class]:last-child | |
booksy.com###page > footer ~ div[class^="purify"] | |
sherwin-williams.com###termsModal | |
makelaarsland.nl##.is-cookie-notice::before | |
botmasterlabs.net##.privacy-policy | |
ello.co##.AppContainer > nav + div | |
devrans-schwelm.de##.cookie | |
coolbird.nl##.cookies | |
militarne.pl###cookie | |
distractify.com###_ConsentBanner | |
aave.com##.LegalBanner | |
reference-gaming.com###appMountPoint-cookies | |
create-connectivity.com##.rstbox | |
wissensnetz.dosb.de###cookies | |
leica-camera.com##.fullscreen | |
lightblock.me###div-policy-acception | |
lickd.co###root > div > div:last-child | |
defiexplore.com###privacy-popup | |
jejsklep.pl###tws_i_100000, #topLayerBackDrop | |
adrenaline.pl###tws_i_100000, #topLayerBackDrop | |
kolarzyk.pl###cookie_info_kl | |
virginbet.com##.virginbetSportsRoot > div > div:last-child | |
dnb.com##header .banner | |
advaniadc.com##.adc__cookie-consent | |
classification.gov.au##.views-row > div[style*="F6C257"] | |
abc.com##body > div[style*="fixed"] | |
tw-calc.net##.cookie | |
solutions-numeriques.com###cookies | |
xn--strungsauskunft-9sb.de###welcome | |
alcatelmobile.com##.elementor-location-footer ~ div[class*="astra"], .acepta-cookies | |
telekom.de###cookies.bounceInDown, .pi-notification | |
proxyparts.com##.cookies | |
top-dent.cz##body > .CA | |
montersi.pl##.motersi-cookie-notice | |
anhaenger-bayern.de###privacyPolicyWindow | |
betsson.com##snack-bar-container | |
pubpub.org##.legal-banner-component | |
voterrecords.com##.tosbox-container | |
bonami.ro##.productWatchdog + .rcic | |
audiofan.eu###cookie | |
rylko.com##.alert-dismissible | |
mp4repair.org###light, #fade | |
iproeb.ro###gg | |
ponovnauporaba.si##.cookies | |
tt.com##nmo-consent-banner | |
svo.aero##.cookie | |
citizenticket.co.uk###haveacookie[action*="cookie-policy"] | |
austrianairlines.ag##.ym-wrapper > .cop | |
techguard.ie###popup, .popup | |
arenamall.hu###cp-bg, #cp-content | |
virginholidays.co.uk##.mvh-gdpr-banner | |
portuguesemask.com##.bl-section[data-bl-name*="cookies"] | |
flevoland.nl##.cookie-consent | |
kioskbt.ru##.info-massage | |
monterail.com##.topbar__cta_full, .extended-topbar .topbar | |
polarbackup.com##.cp-slidein-popup-container | |
fotav.hu##.consent__dialog | |
apqs.com##.cookieable | |
omnifurgone.it##.m1-footer-messages | |
ercomer.pl###cookie | |
mobilpakke.dk##.menuCookie | |
rpcs3.net##.menu-con-cookies | |
betvictor.com##.bvs-overlay | |
extraessay.com##.cc_info | |
stormkit.io##.modal-overlay.fixed | |
mind-ware.nl##.dcd-avg-banner, .dcd-avg-banner-bg | |
eyescan.nl##.cookie-cta | |
pacoguns.de##.lightbox-backdrop | |
wiesenhof-online.de##.wsh-cookie-overlay | |
josephmoog.com###POPUPS_ROOT | |
kup.pl.canalplus.com##.cookies | |
vils.at##.cookieErrorBox | |
talktomeinkorean.com##.woocommerce-store-notice | |
e-marcom.pl###cook | |
bielawa.pl###wiadomosccookie | |
educationplatform.co.uk###App > div > .container ~ div[class^="Wrap"]:last-child | |
mi-home.no###cookie | |
stoiximan.gr##.sticky-notification | |
muenzenwert.de###callout | |
changehero.io##.privacy-notify | |
edpb.europa.eu###edp-cookies-banner | |
northamptonshiresurprise.com###popupbanner | |
animade.tv##body > div[data-react-class="Cookies"] | |
localsearch.ch###root > div:first-child | |
gyproc.it##.disclaimer | |
gokom.eu###gokom-cookies | |
gfycat.com##.toast-notification[class*="privacy"], .announcement-banner | |
joeallen.co.uk###wp-notification | |
nhc.no###dpm-consent-form | |
gardeningknowhow.com##.consent, #consent | |
sato.fi###app-container > div > .hide-on-print > div | |
aide.fi##.navbar-fixed-bottom | |
bonprix.pl###JOISH987_bar | |
wakacje.pl###__next > div > div:first-child | |
grenscorridorn69.nl##.cdk-overlay-container | |
play.pl##.cookies-mine | |
hearingaidknow.com##.gdpr | |
coolors.co##.banner.is-visible | |
popnable.com###roar-alert | |
hansaplast.ch###popup, .popup | |
hansaplast.hu###popup, .popup | |
hansaplast.de###popup, .popup | |
hansaplast.es###popup, .popup | |
hansaplast.nl###popup, .popup | |
hansaplast.it###popup, .popup | |
hansaplast.com###popup, .popup | |
lg.com###cookieAllPc, .dimmed | |
minnemi.no##.popup-overlay | |
dideo.ir##.youtube-terms-banner | |
claptzu.de###cp-inner | |
wolfgangkrebs.com##.elementor-popup-modal | |
belarus24.by##.cookies | |
kuntarekry.fi###popup, .popup | |
theregister.com###RegCTBWF | |
switcher-shop.ch##.ec-notices | |
pldspace.com##.uk-position-fixed | |
tum.de##.in2-modal__blackbox | |
loading.io##.position-fixed[ld-scope="cookie-consent"] | |
lohi.de###lohiConsent | |
opti-wohnwelt.de##.accContentWrapper div[class*="gdprBar"] | |
123stahl-shop.de###cookieholder | |
quickappninja.com###qan-cookie-policy-gdpr | |
e-armet.pl###cookie | |
cb500.net###keks | |
ronproject.com##.consent-box | |
schuhe-mustang.at###cookie | |
india.com###co-container | |
vapstore.de###header-promo | |
ueberlingen-bodensee.de###__next > footer ~ div | |
ipass4sures.com###blockCookie | |
liftoff-game.com##.klaro | |
polskieradio.pl##.rodo, .footer ~ .termsOfUse, .rodo-modal | |
radkutsche.de###pc | |
vrporn.com##.noticepopup | |
yodot.com##.yodotcookienotice | |
moonpig.com###__next > div:not([data-testid]):first-child | |
forum-generationmobiles.net###fb-root ~ div[id]:not(class) | |
tacticasdechoque.com##.jet-popup | |
lemondeencommun.info##.elementor-popup-modal | |
indkast.dk###hp_cc | |
nordictelecom.cz##.kukhorni | |
gouv.fr##ensap-cookies, #cookieLab, #popup-consent, #CBC, app-cookie, app-core ~ div [class*="gdpr_banner"] | |
radiogdansk.pl###rodoModal | |
mondedommagementnavigo.com###app > div > .text-center | |
yavitrina.ru##.cookie | |
huisjetehuur.nl###home ~ div[id]:not([class]) | |
booli.se###app > main ~ div | |
mi.com##div[class^="policy"], .agree-tokens-modal, .top-notify | |
vattenfalleldistribution.se##vfdso-cookie-consent | |
mortonsalt.com##.ms-privacy-disclaimer | |
tonerpartner.cz##.CookiesOk | |
vansforbands.co.uk##.cookie2019-settings-icon, .cookie2019-settings-icon-inner, #mySidenav | |
ciasteczka.org.pl###ciasteczka\.org\.pl | |
motherless.com##.motherless-cookie-notification-wrapper | |
securitywizardry.com##.uk-position-relative | |
hari.ca##.disclaimer-container | |
poolandspacentre.co.uk##.alert-dismissible | |
sen360.sn##.alert-dismissible | |
salesmate.io##.footer-popup | |
pandahurt.pl##.panda_cookies_accept | |
signupgenius.com##.sug-notice--privacy | |
anpost.ie###scg_banner | |
buecher.de###klaro | |
nur-positive-nachrichten.de###klaro | |
zamika.pl##body > div:not([id]):not([class]) | |
carrefour.fr##.m-alert-privacy | |
stadiblidene.lv###mrcoockie | |
schaumburgwatch.net##.lightbox-backdrop | |
finanze.gov.it###bannerInfo | |
mailchi.mp##.mcnTemplatePageBanner | |
die-region.de##.alert, #alert | |
oneled.pl###cookie | |
wroled.pl###cookie | |
lajtit.pl###cookie | |
rebelwisdom.co.uk##.uk-notification | |
cardzmania.com##.consent, #consent | |
levelwork.mx###sticky-notice | |
befit-fitness.com##.modal.undefined | |
informatiabucuresti.ro##mg5-cookie-notice | |
membermojo.co.uk##.mm2-cookiepref | |
seewarte-schwerin.de###mc-consent-window | |
himla.com##main > div > div > div[style*="fixed"] | |
gurock.com###gk-cookie-wrapper | |
hypnose-raum.com##.blueline-content-popup | |
asse.tv###app_root ~ div | |
backhaus-mildenberger.de##.uk-position-fixed | |
schott.com###coo-box | |
quixel.com###app-page ~ div[class*="css"], #react-app > div[style*="hidden"] ~ div[class*="css"] | |
feed-the-beast.com##.home > .container > .is-relative > div:first-child | |
caseable.com##.data-privacy-panel | |
rudrastyh.com###cookie | |
odbiory.pl##.uk-position-relative | |
ekocell.pl###darkBg, #noticeLayer | |
przp.pl##.module-abovebox | |
beautyart.pl###header-bar | |
noiz.gr##.bottom_notice | |
legend.rs##.cookie | |
diablotools.com##.x-consent | |
fiksaa.fi##.site-notification | |
tradeville.eu###AccCooTab | |
alternative.me###footer > div[style*="fixed"] | |
goodfood.bg###private_info | |
positronx.io###cookie | |
mcdonalds.pt##.notificationBar | |
mijn-artikel.nl##.ui-widget, .ui-widget-overlay | |
fanina.pl###cookie | |
brady.de##.CampaignType--floating | |
romo-tonder.dk##.elementor-popup-modal | |
monasuniversum.se###___gatsby main ~ div, button[name*="legal information"] | |
maistendencia.com##.cnt-cookies | |
siemensgamesa.com##.sg-cookie-policy | |
newsandnews.com##.bottom-popup | |
sfera.com###dis_cookie.cab_cookies | |
stein.world###stein-cookie-disclaimer-container | |
geek17.com##body > div:not([id]):not([class]) | |
my-meteo.com###cookies | |
systweak.com##.footer-info | |
volkswagen-we.com##.system-notification | |
tutolino.net##.elementor-popup-modal | |
niveau-huile.com##.modal | |
verein-vpt.at###announcement_popup | |
spbtv.online###agreeC | |
costesfashion.com##header > div:first-child | |
budni.de###__next > div > footer ~ div | |
duh.de##body > .cc | |
leica-enthusiast.de##.elementor-popup-modal | |
byutv.org###toast, .toast | |
lehmanns.de##.cc_dialog | |
rosatomflot.ru##.disclaimer | |
cibusnordic.com##.popup-overlay | |
east.wtf###overlay | |
unogs.com##div[data-bind*="eucookie"] | |
onlinesim.ru###termsbox | |
arconvert.it###reveal-cookies, .reveal-modal-bg | |
storaenso.com##.overlay-wrapper | |
bittrex.com##.notification | |
vy.no###App .page > section, #center > section | |
mecindo.se###c-bar | |
comtradeshop.com##body > div:not([id]):not([class]) | |
interamt.de##.ia-m-cookie-flyout | |
hitachiaircon.ru##.cookies-modal | |
sj.no###root > header > .MuiBox-root:first-child, .root .experiencefragment > .MuiContainer-root:first-child | |
myvalue.com##.chivato.uso_cookies | |
bippit.com###POPUPS_ROOT | |
discobag.de###CookieQuery | |
paragon-drivers.com##.b-psg-cookie | |
baltnews.lt###policy-warning | |
salonynoma.pl##body > .alert-container.show-pp-alert | |
bemo-dent.pl##.pravate_policy_popup | |
one-insurance.com##.one-c-privacy | |
esska.de##.consent, #consent | |
netcraft.app###consent-form | |
netcraft.com###consent-form | |
estendo.it##.jconfirm | |
polskicaravaning.pl###myModalpol | |
goplextor.com###notebox2 | |
morningstar.de###divAudienceConfirmation #investmentInUK ~ div | |
troyestore.com##._ed_cerez | |
seikowatches.com##.blk-Disclaimer, .disclaimer | |
amcongmbh.de##.consent, #consent | |
voi-noi.gr##.bottombar | |
gestionaleopen.org###gdpr | |
pcformat.pl###iframePopupContainer | |
lenovo.com##.banner_alert, .cookies | |
dhvseminare.de##.cel-info-box .cel-cookies | |
idealo.de##.App > div:first-child:not([class*="header"]) | |
huawei.com##.cookieBootom, #cookieTipOut, .customer-footer #bannerBox, .privacy-dialog.is-show, .huawei-app-cookie, .huawei-bootom-cookie, .ReadPolicy | |
curiousconcept.com##.notification.is-consent | |
bonopoly.de###hinweis_button | |
daviddarling.info###cookie | |
uni-lj.si##body > .dark | |
sourcenaturals.com###policy_div | |
sanslicark.com##.v-snack | |
samaritans.org###footer ~ div[class*="root"] | |
trontv.com##.jw-popups | |
bad-reichenhaller.de##.vex-overlay, .preferences-alert | |
tech-elektro.pl###cookie | |
dobrzenwielki.pl##.page-cookie | |
przemysl.pl##.page-cookie | |
tomford.co.uk##.ui-widget-overlay, .newsletter-signup | |
masiaelaltet.com###cookies | |
magic.gg###primary-area main ~ div, #primary-area article ~ div | |
caberstore.com###cookies | |
time-to-question.com##.cookies | |
upwork.com##up-cookie-banner | |
80.lv###__next > div:last-child:not(:only-child) | |
ross-simons.com##.lbh_privacy_alert | |
isbank.com.tr##.blogCookieCover | |
musikguru.de###CookieBox | |
edecaformacion.com###contenidoCookies | |
foodtribe.com###root > div[class]:last-child:not(:only-child) | |
routex.com###ca_alert | |
heimkinoraum.de##div[id^="mod_cookie"] | |
zakonyprolidi.cz##.modal-banner | |
ryneklazienek.pl###axnBodyContainer | |
shimano.com##.message.fixed | |
brusletto.no###cookie | |
ao.com###ao-cb[data-tag-section*="cookie_banner"] | |
safedrivingforlife.info##.block-tso-cookie-preferences, .notification-banner-container, .shield | |
freeimmo.de###ourcookies | |
budgetmobiel.nl###cookie-wall | |
hsv.de##.dsgvo-modal-overlay, .dsgvo-modal | |
sklep.bialyklasztor.pl###growls | |
socialdemokraterna.se##.sos-cookie | |
simplilearn.com##.eu-container, .sticky-footer-gdpr | |
tennis24.bg###private_info | |
tenniskafe.com###bar-message | |
nordaccount.com###app > div > .bg-grey-lighter | |
vecteezy.com##.ta-dm[data-qa="dm-Layer"] | |
sparwelt.de##.sw-notification | |
arriach.gv.at##body > div:not([id]):not([class]) | |
webhallen.com##.cookie-consent | |
axminstertools.com##.axmcookie-notice-container, .axmcookie-notice-conatiner | |
ikea.gr##.cookies | |
voordeeluitjes.nl##.ck-disclaimer | |
puritan.com##.p-cookies | |
calovo.com##.ga-opt-in | |
spreadshirt.dk##.container ~ div > .small | |
delo.si##.notice | |
telegram.hr##.disclaimer | |
elfuturoesapasionante.vodafone.es###cookies | |
tipp3.at##.t3-app__overlay, .t3-privacyprotection | |
aviationweek.com##.awn-cookie-compliance | |
siberianhealth.com##.top-informer-container | |
glossika.com##.gdpr | |
edu.ch##.mbdialog | |
mam-bricolaj.ro##.footer_notif | |
qsc.de##.cc-overlay | |
vindeurgent.ro##.bottom_notice | |
elderscrollsonline.com##.notice-warning | |
papajohns.pl##footer ~ div[style*="bottom"] | |
24opony.pl##.easyNotificationBck | |
jooble.org###root > div > div + div[class^="_"]:last-child | |
heizoel24.de##.ui-widget-overlay | |
textlocal.com###dallas-optin | |
servocode.com##.coockies | |
hartz.info###privacy_policy | |
limemergency.co.uk###consentPopup | |
vauen.de###cookieman-modal | |
immunspender.com###cookieman-modal | |
avv-augsburg.de###cookieman-modal | |
storia.ro###root > footer ~ div | |
designisthis.com##.gppr-panel | |
makc.ru###bottom-notification | |
rezanie-betonu.sk##.cc_disclaimer | |
sparebank1.no###opt-in | |
drugstore.bg##.consent, #consent | |
joker.es##.cookies | |
zuckerjagdwurst.com###gatsby-focus-wrapper > div[class^="index"], #gatsby-focus-wrapper > div[class^="index"] + div | |
acast.com##.acast-cookie-consent-portal, #app-root > footer ~ div > aside | |
radnickafronta.hr##.cookies | |
eurobuch.de###consentBanner1 | |
radio17.pl##.v-overlay, .v-dialog__content | |
hardees.com##.notice-window | |
starwindsoftware.com###privacyPopup | |
irebu.pl###COOKIE | |
sp34.waw.pl##.clause-top | |
vectra.pl##.l-cookies, #root > div > footer ~ div | |
thesiteoueb.net###page ~ div | |
notrehistoire.ch###top > [data-promo*="cookie"] | |
dsag.de###dsag-cookie-compliance-overlay | |
lbry.tv##.nag | |
genesis-zone.com###cookie | |
session.de###overlay-optin, #opt_in_modal | |
vi.com###site-content ~ #footerData | |
mycujoo.tv###GDPRModal | |
plusserver.com###ps-coockie-confirm | |
sf.gr###cookiesManagement | |
unwetterzentrale.de##body > div:not([id]):not([class]) | |
tsn.ua##.c-notification__box | |
itproger.com###cookies | |
rainforest-alliance.org###modalOverlay | |
wholesalescout.co.uk##.mpp-box[class*="right"] | |
kbs.co.kr##.chrome_pick | |
chatfuel.com###cf-gdpr-popup | |
amarilisonline.com###cookies | |
agglo2b.fr###tracker-warning | |
bazilik.media##.bz-cookie | |
luebecker-bucht.guide###app-container > div > div:not([id]) | |
hopenergie.com##.cosa | |
movilcelular.es##.gdpr | |
rayjetlaser.com##.c-window | |
xn--rzte-fr-aufklrung-pqbn68b.de###root > div > main ~ div | |
mercadao.pt##pdo-cookies-policy | |
jufa.eu##.en-mdl-eye_catcher[data-en-tags*="cookie"] | |
niagara-pu.ru##div[data-storage-item*="cookiename"] | |
wonderplugin.com##.wonderplugin-box | |
hanau.de###pirvate_policy | |
remontnik.ru##rtk-cookies-notice | |
3sairbrushkunst.be##.cookie__block | |
pacogames.com###awagon_gdpr_bar | |
brabilligt.se##.uk-notification | |
ehrana.si##.cookies_holder | |
discoveryfrance.fr##.elementor-popup-modal | |
rigips.sk##.disclaimer | |
wzorniki.eu###cookie | |
lanko.pl##.module-abovebox | |
shelblock.com###cc_overlay | |
celiac.com##.cAnnouncements | |
edzl.lv##.privacy | |
premier.one##.notifications-container | |
octotree.io##.cookie | |
koi-company.de##.cmnstr | |
urbex-tour.com##.elementor-popup-modal | |
albahotelravenna.it###cookie | |
ivd.ru##.disclamer | |
joborgame.ru##.style__disclaimer | |
plus.pl##.topup-cookie | |
evai.pl###cffc | |
adoc.tips###ADOCTIPS_cookie_box | |
bladehq.com##.message-accept-container | |
varfurdo.hu##body > div:not([id]):not([class]) | |
ticketco.events###tcCookiesMessage | |
tvtv.us##.MuiSnackbar-root | |
sixthcontinent.com##.MuiSnackbar-root | |
nunido.de###klaro | |
furnitex.pl##.bottomWarning | |
linergy.de###linergy-cookie-accept | |
rareaquaticplants.com##.art-postcontent > p:first-child | |
euroelektronik.pl##.cookies | |
popsockets.de##.modal-backdrop, .veil | |
popsockets.com##.modal-backdrop, .veil | |
shisha-brettl.de###root > div > main ~ div | |
burgopapers.com##.floatFooter | |
botentekoop.nl##div[id*="cookieConsentForm"] | |
boten.nl###cookieConsentForm33 | |
hitman.com##div[class*="cookie-banner"] | |
yourkit.com###terms-wrapper-id | |
petcure.be###fancybox-overlay, #fancybox-wrap | |
owasp.org###disclaimer-container | |
360.cymru###negesCaniatad | |
s4c.cymru##.s4c-cookie-alert | |
yow.ca###sticky | |
spk.no##.MuiDialog-root | |
sky.de##.top-notification-container | |
mesdroitssociaux.gouv.fr##dd1pnds-ng-bandeau | |
karriere.de##.c-notification | |
candysims.com###POPUPS_ROOT | |
edelweiss-nauders.at###cookiePrivacy | |
arcgames.com###gdpr-wall | |
ufurnish.com##footer > [class^="Bottom"] | |
leningrad.top##.page-notification | |
bbr.ru##.is-message-ppd | |
kapucyni.pl##.ofmcap-cookies, .top-screen | |
tableau.com##.cTableau_CookieConsent | |
niceshop.co##div[class*="InformationModal"] | |
ndzperformance.com##.footer #myModal | |
adventurecorner.de###ac-consent-overlay | |
hijobs.net##.snackbar-container | |
advanzia.com###cookie | |
christopherward.com##.veil | |
nyx-arch.ch###ab-pop-up | |
mfs.com###cookies-policies | |
nestorparis.com###gatsby-focus-wrapper > div > div[data-baseweb] ~ div[data-baseweb]:last-child | |
emearecruitment.eu##.ns-type-notice | |
dallmayr.com##.cc-overlay | |
vl.ru###app-wrapper ~ section | |
gns3.com###container > div > div + div + div:last-child | |
dailymotion.com##div[class*="TCF2Banner"], div[class*="CookieGdpr"], div[class*="CookiePopup"] | |
champagne.fr###cookies | |
quermania.de###cookiefeld | |
libertex.com##.disclaimer__item.center-md | |
arkadbudapest.hu###mdl-overlay, .mdl-modal | |
switcher.com##.ec-notices | |
reisacher.de##.ch_banner-wrapper | |
ichhabediewahl.de###idCP33Message | |
indianexpress.com##div[id*="google_ads_iframe"][id*="GDPR"] | |
950bergen.no##.v-overlay, .v-dialog__content | |
teichdiscount24.de##.v-overlay, .v-dialog__content | |
servsafe.com###ppID | |
aut.cc###viewlet-disclaimer | |
timebreak.eu##.must-hide[style*="ececec"] | |
fireandflower.com###main > footer ~ div | |
jeunesseglobal.com###toast-container | |
ivnosys.com##.mpp-container-position-top-bar | |
usecrypt.com##.cookies-ct | |
toshiba-memory.com##.cookiesWrap | |
iobroker.net##.App > div[class*="jss"] + div[class*="jss"]:last-child | |
nichtohneuns.de###root > div > main ~ div | |
abicrash.com###cookie | |
cw.no##.cw-cookie-confirmation | |
rockstargames.com###rockstar-site > footer ~ div | |
html-css-js.com###hcjCookies | |
neubaukompass.de##.modal-backdrop | |
stockcharts.com###sccCookieBanner | |
radarbox.com###privacy-popup | |
qliro.com###react-app > div > [open] | |
play-games.com##.privacy-popup | |
diffnow.com###root > div[style*="fixed"] | |
learningnetworkstore.cisco.com##.cookie-modal | |
kaspersky.com##.notification-bar, #banner-region, .disclaimer.wrapper, #app header ~ section[data-t] | |
niedziela.pl##.cookies | |
waven-game.com##.privacy-notification | |
dplay.es###app dialog[class*="notification"] | |
got-it.ai##.gi-Cookie | |
swstrings.com##.notification-container | |
truefittandhill.co.uk##.consent, #consent | |
joker.com##.v-snack, .v-dialog--persistent | |
metrobankonline.co.uk##.metro-cookiebar__block | |
m-strana.ru##.agreement-cookie | |
regmag.pl###cookie | |
donald.pl###__next > footer ~ div | |
scottevest.com##.cookie | |
barclaycard.co.uk##.app-wrapper > [data-wrap] | |
dissept.com##.elementor-popup-modal | |
katsbotanicals.com##.conv_type_bar | |
voo.be##.pastry | |
edersee.com###header-notification | |
get-in-it.de###GetIn_CookieConsentBox | |
uni-ulm.de##.in2-modal__blackbox | |
zapisanisobie.pl###kremowka | |
rdlfitness.com##.elementor-popup-modal | |
systime.dk##.systime-cookieconsent, .systime-cookieconsent ~ .modal-backdrop | |
compresss.com##.alert-dismissable | |
square-enix.com##div[class^="notice_Notices"] | |
denizbank.com###fixedFooterBar | |
trdevents.no##.warning-message | |
goteborgenergi.se##.Ge-Msg--cookie | |
regnest.com##.cookies | |
vigo-krankenversicherung.de###cwarning | |
lkh.de##.cc-blur, .cc-overlay | |
mercedes-creditcard.de###cookie | |
molotov.tv###app > div > div + div:not([class*=" "]) | |
carlsjr.com##.notice-window | |
svenskaspel.se##.dialog-dimmed | |
tvtv.ca##.MuiSnackbar-root | |
kristeligt-dagblad.dk##.consent, #consent | |
nedsecure.co.za###divnedbankretailcookie | |
speedtest.net##.privacy-update, .notification-container | |
ctshop.rs##body > div:not([id]):not([class]) | |
thunderfulgames.com##.uk-notification | |
babanet.hu###cookie | |
generaltire.com##.gt-privacy-popup | |
nebenan.de###main > .c-layout > article | |
linksfraktion-nordsachsen.de##.disclaimer | |
fastcompany.com##.privacyPolicyPopup | |
timhortons.co.uk##.user-permission | |
revolver.news##.notice | |
newrepublic.com##.popup-consent | |
gmu.edu###mason-cookie-banner | |
finanzia.no##.theme-privacy-container | |
cookpad.com##.flex[data-id="cookie_dialog"] | |
reiseversicherung.de###erv-cookie | |
leagueoflegends.com##.riotbar-alert | |
pervasive.jku.at##.ccpopup | |
codility.com##.cookies | |
ankerkraut.de###cc_container | |
abo.faz.net##.veil | |
onzetaal.nl##.consent | |
mindmeister.com###cb-wrapper | |
yandex.ru##.gdpr, div[data-react-widget-id="Gdpr"], .lc-gdpr | |
testo.com###colorbox, #cboxOverlay | |
latendresseencuisine.com##.mdc-snackbar | |
fashionunited.de##.mdc-snackbar | |
nordcheckout.com###__next > .App > div | |
cnam-bretagne.fr##.ojc_consent | |
expressen.se##.site-wrapper > .pa-dialog | |
vectorizer.io##.alert, #alert | |
biker-boarder.de##.settings-parent | |
aromatico.de##.js--overlay | |
yatego.com###ycwBg, #ycwMo | |
lausitznews.de###modal_cookie-consent | |
thecompleteuniversityguide.co.uk###ckpod | |
sicomputers.nl###mm-cc-wrap | |
jus.com.br##.gdpr | |
andreaminini.com##.privacy | |
ambientedirect.com##.ConsentOverlay, .ModalBackground | |
esanum.de##esn-cookie-disclaimer | |
ti.com###tiGDPRecModal | |
travelbags.nl##.snackbar-container | |
vtb.ru###cookiemsgoffpls | |
frontaliers-grandest.eu###cookies | |
ofisitebg.com##.bottom-freezed-bar | |
droneacademy.com##.elementor-popup-modal | |
curve.com##nav#nav > div:not([id]) | |
modelmanagement.com###cookie_exp | |
td-csk.ru##.cociess | |
komoedie-steinstrasse.de###cookie-row | |
redhead-shop.de##.lightbox-backdrop | |
minpension.se##mip-cookie-banner | |
gezeitenfisch.com###cookies | |
paylogic.com##ks-cookie-banner.d-block | |
unikol.com.pl###cookie | |
ibutikk.no##.cookies-message_old | |
nkbv.nl##.cookie | |
ebike-bausatz.eu###modal_cct, .modal-backdrop | |
dunlop.eu##.cmp-responsivegrid--behavior-cookie | |
autism-society.org##.featherlight | |
noovo.ca###over-politique | |
ultimaker.com##.consent-bar, .um-consent-bar | |
samsonite.ro##.cookies | |
xrisiavgi.com##.uk-notification | |
anacom.pt##div[id^="cookieDiv"] | |
supermenu.com.pl##.spu-box | |
nypost.com##.nyp-sitewide-notice | |
calcolosconto.it##.panel-footer | |
nieuwsmotor.nl##.uk-position-bottom | |
ewinner.pl##.cookiesComponent | |
care-club.com##.cookie-blocker | |
mubi.pl##.cookies, header ~ div[aria-label*="Cookie"] | |
tdcx.com###___portal > div > [class^="s-mod"] | |
tigota.it###ckInfo | |
cluvens.net##.gdpr | |
studocu.com##div[class^="bar--"] | |
karriere.nrw###popup | |
drogariaspacheco.com.br##.rnk-componente-lgpd | |
unit4.es###cookies-law | |
larepublica.co##.cookies | |
agronegocios.co##.cookies | |
asuntoslegales.com.co##.cookies | |
bio-rad.com###overlay-shadow | |
vobox.ru##.vb-cookies-bar | |
elnaro.pl###cookie | |
surelighttech.com###growls-br | |
biosyn.de###consent | |
wabu-care.com###root > div > main ~ div | |
clubsim.com.hk##.cookie | |
ktn.gv.at###l42-cc__body | |
prohardver.hu###accept-container | |
logout.hu###accept_container | |
express.pl##.newWebsite | |
ego4u.de###consent | |
tripadvisor.com###lithium-root > [role="button"] | |
tripadvisor.fr###lithium-root > [role="button"] | |
tripadvisor.de###lithium-root > [role="button"] | |
tripadvisor.com.mx###lithium-root > [role="button"] | |
tripadvisor.com.ar###lithium-root > [role="button"] | |
tripadvisor.cl###lithium-root > [role="button"] | |
tripadvisor.co###lithium-root > [role="button"] | |
tripadvisor.com.pe###lithium-root > [role="button"] | |
tripadvisor.com.ve###lithium-root > [role="button"] | |
tripadvisor.co.uk###lithium-root > [role="button"] | |
tripadvisor.it###lithium-root > [role="button"] | |
tripadvisor.es###lithium-root > [role="button"] | |
tripadvisor.se###lithium-root > [role="button"] | |
tripadvisor.nl###lithium-root > [role="button"] | |
tripadvisor.dk###lithium-root > [role="button"] | |
tripadvisor.ie###lithium-root > [role="button"] | |
tripadvisor.cz###lithium-root > [role="button"] | |
tripadvisor.at###lithium-root > [role="button"] | |
tripadvisor.com.gr###lithium-root > [role="button"] | |
tripadvisor.fi###lithium-root > [role="button"] | |
tripadvisor.co.hu###lithium-root > [role="button"] | |
tripadvisor.pt###lithium-root > [role="button"] | |
tripadvisor.ch###lithium-root > [role="button"] | |
tripadvisor.sk###lithium-root > [role="button"] | |
tripadvisor.be###lithium-root > [role="button"] | |
tripadvisor.co.za###lithium-root > [role="button"] | |
dzbank-derivate.de###screen-overlay | |
qiwi.com##div[class*="cookies-self"] | |
zkteco.com###cmsg | |
thegapdecaders.com##.elementor-popup-modal | |
matratzen-concord.de##.cookie | |
online.sberbank.ru###application > div > div > div[class]:last-child | |
wwdmag.com##.intercom-snippet > [class*="gdpr"] | |
xsplit.com##.Toastify | |
widiba.it##.wd-cookies | |
kupredudominulosti.cz###ktCookieStatement | |
guesty.com##.guesty-cookie-notice | |
startdevchange.com##.cookies-nav | |
ponte.hu##.gdpr | |
officiallifeintheuk.co.uk##.shield, div[id*="cookie-preferences"] | |
visitberlin.de###klaro | |
trustmate.io##div[class*="CookiesWrapper"] | |
birminghammidshires.co.uk###cookies | |
motor-stickers.com##.notification-wrapper | |
bebocommunication.fr##.elementor-popup-modal | |
wackler-group.de##.z7cmbnr | |
rbinternational.com.pl###cms-cookie-approvment | |
nettbil.no##.nb-cookie-bar | |
brandwatch.com###bw-cookie-sys-active | |
kunstsammlung.de###cookie | |
f8.com##.v-snack--top | |
eredivisie.pl##[id^="viewCookies"] | |
ergon.nl###ergcb | |
carinthia.eu##.dcCookieModal | |
indigogames.xyz##.toast | |
costain.com##.cookies | |
winfuture.mobi###message_id | |
qz.com###main ~ div | |
getraenke089.de##.DS_banner_wrapper | |
magdalena24.pl###cookie | |
solaranlagen-portal.com##.cookie-consent-modal | |
forsea.de##[id*="fuer_cookie"] | |
crowdfinder.be##.cookie | |
vaadin.com###haas-cookie-dialog | |
bus-pvl.kz###useragreement | |
mihoyo.com##.mihoyo-cookie-tips | |
asgardia.space###app > div:first-child > div:first-child, #app > div > button | |
bodaskins.com##.cookies | |
unimax.com.tw##.cookie | |
designerdata.nl##.consent | |
newser.com###divCM | |
transparenzportal.gv.at###privacypolicy | |
parlament.gv.at##.popupOverlay | |
schauhoehle-breitscheid.de##.uk-notification | |
retrosix.co.uk##.ec-notices | |
visionexpress.pl###bpr_cookie-alert | |
drogeriedepot.de###light-box-bg | |
cleanmymac.com##.bottom-banner | |
widewalls.ch##.ww-c-cookies__container | |
intercom.com###intercom-cookie-consent-banner | |
wera.de##[id^="dsgvo-modal"] | |
era.int###__COOKIE_CONFIRM__ | |
simplybook.me##.cookies | |
alpenrose.net##.skd-cookie-banner | |
sl.se##footer > [tabindex] | |
vuejsdevelopers.com##.navbar.is-fixed-bottom | |
digas.gr###tc-pnl | |
lewissilkin.com##.cookie | |
archivespasdecalais.fr##.cookies | |
poppulo.com##.notice | |
antennaweb.org###__next > div > div > [class*="TosCheck"] | |
buchbinder-auktion.de###cookieSettings, #cookieBlur | |
andyhayler.com##.cookie | |
iperdi.de###consent_info | |
uptain.de###overlay | |
lagranja.janto.es###web5 > div > div:not([id]):last-child | |
kmweg.de###colorbox, #cboxOverlay | |
yuumari.com##footer ~ .banner-container | |
claravital.de###consentmanager | |
linz.de###sfCookie | |
cliffordchance.com###div_cc_cc | |
happypancake.fi###__next > div > .bar | |
happypancake.se###__next > div > .bar | |
happypancake.nl###__next > div > .bar | |
gcorelabs.com##.confirmed_cookie | |
alexmor.ru##.b-accept-cookie | |
cetelem.es###modalCookies | |
schnelle-online.info###container-banner | |
rgu.ac.uk###cc-modal | |
amareluna.com##.cookie-consent | |
foxford.ru###cc_container | |
vacuubrand.com###cc_container | |
tariffuxx.de###cc_container, .modal-backdrop | |
myswisslife.fr##mysl-cookies | |
lapaweb.com##.privacy | |
brk.de###zcookie | |
deepstash.com##.Toaster | |
strummerradio.com##.uk-position-fixed | |
dopravnakarta.sk###CookieAgree | |
poplab.mx##app-cookie | |
lipapromet.hr##.coockiediv | |
yna.co.kr###layerAgree | |
aranafansub.moe##body > div[id][class] | |
blot.fr###tracker-warning | |
moncompteformation.gouv.fr##snack-bar-container | |
playmagnus.com##.pm-header + .pm-black-background | |
dielinke-queer.de##.disclaimer | |
plurall.net###oPrivallyApp-Bar | |
lecourrier.es###times-legal-notice | |
freiewaehler.eu###myCookie | |
pixel-offers.com##.v-cookie-policy | |
connexion-emploi.com###privacy-info | |
connexion-francaise.com###privacy-info | |
aqua-medic.de###privacy-info | |
hs-coburg.de##.in2-modal__blackbox | |
aaal.org##.c-alert-one-time | |
2gis.ru###confirm, #confirm ~ footer | |
emisora.org.es##.cookie-consent | |
lotto-brandenburg.de##footer > div, footer > form | |
brf.be###cookieDashboard | |
dungeondice.it###yn-gdpr | |
eden.de##.cc-blur, .cc-overlay | |
organzabeutel24.de##.cc-overlay | |
gardenplaza.de###cc_window | |
larian.com##.cookies | |
theorg.com###app > span | |
netzwelt.de###consent | |
brujulea.net###bckie | |
votreavisenligne.fr##.cc_modal | |
aramido.de##.banner | |
uniroma1.it##.cookie-background | |
podcloud.fr###rgpd-modal | |
adtinnova.ch###popup | |
prediger.de##.m-consent | |
careercross.com##.alert-dismissible | |
nextmarkets.com##nm-cookie-dialog | |
findino.ch##.CookieView | |
thairath.co.th##main > div > footer ~ div | |
insighttimer.com###footer ~ .rounded | |
risekombucha.com##body > .widget | |
rechtslupe.de###dsChoice | |
bgbasket.com###private_info | |
yuden.co.jp##[id^="yuden_gdpr"] | |
poscielrodzinie.pl###cookie | |
ardmediathek.de###root > div > div > [class*="Root"] > [class*="Message"] | |
nexthink.com##c-community-cookie-consent-banner | |
easybell.de###cookieman-modal | |
mobiliperufficio.com##.cookies | |
camellia.plc.uk##.sitealert | |
thameswater.co.uk##.ico-compliance-plugin | |
classic.co.uk##.cookie-consent | |
yobetit.com##.CookiesContainer | |
giantswarm.io###consent_dialog | |
apps112.com###s112_accept_cookies | |
astroreveal.com##.EU2018 | |
kobietaxl.pl##.cookie_al | |
swissre.com##.Notification | |
kbv.de##.layer-cookie | |
teknofilo.com###cl-consent | |
wissenstexte.de##body > dialog | |
aquanox.com###cookie | |
diaexpert.de##.dx_cookiebanner | |
adomino.net###cf__widget-outer | |
thecrag.com##.banner-message | |
geef.nl##geef-cookie-settings | |
vpnunlimitedapp.com##.badge_privacy | |
keepsolid.com##.badge_privacy | |
vpnlite.net##.badge_privacy | |
abetterrouteplanner.com##div[data-e2e="menu-button"] + div:not([data-e2e]) | |
feinewerkzeuge.de###cookiefeinewerkzeuge | |
fine-tools.com###cookiefeinewerkzeuge | |
utensiliprofessionali.com###cookiefeinewerkzeuge | |
eloccidental.com.mx###oemaceptacion | |
nowonline.com.br##div[id^="cookies"] | |
easycookasia.de##.elementor-popup-modal | |
spectyou.com##snack-bar-container | |
der-schumacher.de###kruemel.cookieConfig | |
donanimhaber.com##.cookie-kutu | |
neonmob.com##.nm-tips | |
comprovendolibri.it###CVLR_AdvPrivacy, #CVLR_AdvPrivacy ~ table | |
soft8soft.com##.total-plus-privacy-policy | |
spiel.digital###root > div:not([style]) | |
kartoteka.by##.privacy-popup | |
pc-college.de###clayer | |
vinidex.com.au###tde-gdpr | |
stoffen-hemmers.nl##.cookie | |
riteintherain.com###screen-overlay-white | |
fantasy.motogp.com###root > div | |
info-retraite.fr##.cookies | |
was-reimt-sich-auf.de###cookies-modal, #cookies-backdrop | |
jimdosite.com##main ~ div | |
okpedia.it##.privacy | |
uswitch.com###us-cookies | |
surveymonkey.com##.mds-gdpr-cookie-banner, .wds-overlay | |
frameworktraining.co.uk##.fwt_cookie | |
aarsfjv.dk##dffedb-cookie-consent | |
djv.de###cc | |
megascena.pl###cookies | |
optima.hr##.cookies | |
troha-dil.hr###kvnotice | |
tokic.hr##.cookie | |
deceuninck.hr##.page-wrapper > .popup | |
gutscheine.de##div[data-ssr-consent] | |
7mind.de##.cookie | |
sellpy.de##footer ~ [style*="sticky"] | |
pizzahut.pl###__next > div > div + div:last-child | |
greenflagaward.org##.modal-backdrop | |
clasebcn.com###cookies | |
pracownia.org.pl##.rodo | |
lurker.pl##.uk-alert | |
mrgugu.com##div[data-hook="optanon"] | |
isc2.org##.notice--general | |
einstel.pl###cookie | |
jelonka.com##.prywatnosc | |
aia.com.my##.alert-dismissable | |
baeckerladen-ottensen.de##main ~ div | |
motorsportz.nl##.overlay_div, .alert_wrapper | |
controllino.shop##.lightbox-backdrop | |
didaxis.fr###overlay-coockie | |
madametussauds.com##.cme-container | |
allibo.com###ck_warn | |
pas-hammerl.de##.cookie-consent | |
spielemax.de###sukhvir-cookie-bar | |
mamiweb.de###consent | |
mymusictaste.com###__MoaiPortal__Outmost__ | |
puzzlemaster.ca##.toast | |
bansdiving.de##.uk-notification | |
cliverton.co.uk##.popup-wrapper | |
besplatka.ua###cookie-bottom | |
eurobuch.com###consentBanner1 | |
yello.com##.cookieplaceholder | |
daemmen-und-sanieren.de##.cookie-consent-modal | |
phc-muenchen.de###cookie_banner_modal, .modal-backdrop | |
whiskybase.com##.cookie-question | |
rtlplay.be##.app__content ~ div | |
bjr.de###cc | |
poenvoorgroen.nl##.cc-layer | |
reimbursement.institute###bla | |
alba.info###colorbox, #cboxOverlay | |
sued.aldi-liefert.de##.modal-backdrop | |
qrd.by##.keckse | |
storiepoesie.it###stpo_cookielaw_banner | |
lavoro-over40.it##.lo40-cookie-div | |
volkswagen.co.uk###bannerOverlay | |
waze.com##.wz-cc-container | |
konversionskraft.de##.kkcb_portal | |
esanum.fr##esn-cookie-disclaimer | |
itopvpn.com##.footer ~ .content | |
i-posciel.pl###cookie | |
servicestatus.net##.cf__visible | |
nanu-nana.de###overlay | |
lebegesund.de##lgv-cookie-manager | |
shsu.blackboard.com##.lb-overlay, .lb-wrapper-absolute | |
unitedwardrobe.com###__next > section | |
herkules-transporte.de##main ~ div | |
kontaktlinsenforum.de##.m-cookie | |
skyfoxlabs.com##.m-cookie | |
vergoelst.de##.m-cookie | |
profi-reifen.at##.m-cookie | |
sehen.de##.m-cookie | |
hotel-neue-post.de##.evconsent-dialog-container | |
claudiakookt.nl###sticky | |
elexgame.com###cookie | |
cc.com###balaMainContainer, .module-container-bala | |
appyshop.co.uk##.cookies | |
speakout7eleven.ca###speakout-cookie-template | |
antenne.at##.cdk-overlay-container | |
greakariert.at##main ~ div | |
ar-packaging.com###disclaimer | |
gumtree.com##.notification-box | |
gamefreak.gr##.notification-wrapper | |
spbtvonline.ru###agreeC | |
omg.de##.modal-backdrop | |
nzxt.com##.cookie-consent | |
ogrzewanie-domu.pl###cookie | |
pinkernells-shop.de##.lightbox-backdrop | |
keramiko.pl###popAdvertising | |
salto.fr###__brk > div > div > .not-empty | |
fzone.cz##.sys-alert | |
koco-shop.de##.lightbox-backdrop | |
supergres.com###mk-cookie | |
lavoroeconcorsi.com###mk-cookie | |
eplan.si###fancybox-overlay, #fancybox-wrap | |
eplan.bg###fancybox-overlay, #fancybox-wrap | |
eplan.com.cn###fancybox-overlay, #fancybox-wrap | |
eplan.hr###fancybox-overlay, #fancybox-wrap | |
eplan.ro###fancybox-overlay, #fancybox-wrap | |
eplan.ch###fancybox-overlay, #fancybox-wrap | |
eplan-sk.sk###fancybox-overlay, #fancybox-wrap | |
eplan.hu###fancybox-overlay, #fancybox-wrap | |
eplan.com.tr###fancybox-overlay, #fancybox-wrap | |
pschyrembel.de###cbAlert | |
vivo.com##.common-prompt-privacy-bg, .common-prompt-cookie-bg | |
hygiene-onlineshop.de##div[id^="ecomas-scch"] | |
ableton.com###biscuits-overlay | |
ebuyer.com##.cookies-not-accepted | |
craftsportswear.com##.slide-in.bottom | |
next-decision.fr##.activebar-container | |
media.pl##.ui-notificationbar | |
dkv-euroservice.com##.ui-widget-overlay | |
meistertask.com###cb-wrapper | |
cooklybookly.com##main ~ div | |
idec.org.br###block-system-main-menu ~ div + div | |
theenemy.com.br###lgpd-wrapper | |
psychiatry.org###dvPrivacy | |
dalbyherald.com.au###pp-notice | |
spaceapegames.com###root > nav ~ div + div | |
mcg-digital.de##.elementor-popup-modal | |
presseportal.de###nacc-overlay | |
boulderholisticvet.com##.elementor-popup-modal | |
gutscheine.welt.de##.wlt-privacy-policy-widget | |
catpublications.com###gtmAlert | |
solid-thueringen.de##.disclaimer | |
wiltmann.de###cde | |
homebook.pl##.hb-layout ~ div | |
etsy.com##.ui-toolkit[class*="policy-update"], .wt-alert--fixed-bottom | |
seriea.pl##[id^="viewCookies"] | |
undo.net###fullpersonal, #fullboxpersonal | |
packlink.com##.snack-bar | |
deandavid.at##.v-overlay, .v-dialog__content | |
boley.de##.ckmsg | |
totallywicked-eliquid.co.uk##.cookie | |
sebgroup.com##.disclaimer-container | |
arbeitsagentur.de###ba-header-disclaimer, #piwik-banner-container, .ba-cookie-hinweis | |
greenpandagames.com##.snackbar | |
deces-en-france.fr##.s-app-cookies | |
ultraedit.com###pp_b | |
systemkamera.one###privacyopt | |
asv-grosskrotzenburg.de###mb_boxcookie_banner, .bbody | |
truefire.com##.alert | |
agirc-arrco.fr##.cdk-overlay-container | |
uber.com##body > [data-baseweb="toaster"] | |
xscode.com##xsc-cookies-consent | |
oliverfischer.de##.fullContainer.bgNoRepeat.noBorder | |
amix.pl###policy | |
bfr.bund.de###bfr-cookielaw | |
playboyrussia.com##.disclamer | |
zaochnik.ru##.agree[data-agreement] | |
holzhandlung-bremerhaven.de###cp-inner | |
tameteo.com###gpdr, #GPDR, #gdpr, #GDPR | |
eronity.com###wantcookies | |
greengo.com##.cookie | |
die-akademie.de###__next > div:last-child | |
magoshare.com###user_popup | |
fiction-addiction.com##.cookie-consent | |
discoverbooks.com###privacy_div | |
ing.it###sticky-page-top-cnt, .topalertbanner2 | |
ing.ru##.glass, .dialog | |
allnet-flat-vergleich-24.de###ax_consent_inform | |
beckett.com##.cookieTkd | |
bezuzyteczna.pl##.cookies | |
gesundheitsterminal.de##.jmg-googlemaps-dsgvo-notification | |
dewalt.ru##.test-mode__wrap | |
plcnext-community.net##.overlay | |
lablue.de##.cookie-consent | |
bvkaiserslautern.de###cookies | |
crowd1.com##.cookie-concent | |
burg-bentheim.de##.DSbox | |
abramsbooks.com###abr_cookie_modal | |
raiffeisen-laborservice.de##.nptbccm | |
szekelyhon.ro###page-mask | |
stec.es##div[id^="cookies"] | |
envialia.com##.tco-content-dock | |
byclickeat.fr##.cdk-overlay-container | |
wago.com##.wg-modal__overlay | |
medidata.ch##.cookie | |
gannikus-original.de##.cookies | |
wsz-marburg.de###js-cookie-text | |
weilburger.com##.lus-cookie | |
opito.com###app > footer ~ div | |
zonmw.nl##.header-notice | |
aditum.de###c_bg | |
novadb.com###gatsby-focus-wrapper > footer ~ div | |
alfakassan.se###cookies | |
dnvgl.com##.cookie-consent | |
dhl.ru###modcookie | |
gehrplastics.com##.module-dataprotection | |
gehr.de##.module-dataprotection | |
canbeuseful.com###cookies | |
thenakedpharmacy.com##.cookie | |
qbilon.net##.cookie | |
tu-clausthal.de###accessibility-selector | |
playstation.com##.psw-bottom-left[data-qa="gdpr-setting"] | |
atozmath.com###consentframe | |
medcalc.org###consentframe | |
labyrinthos.co##.floating.bottom | |
esmarket.gr###mstm-cookie | |
cajeando.com##.cookies | |
guckaistuben-poppenhausen.de##main ~ div | |
cbc.ca###alert_modal.privacy | |
aromatika.com.pl###cookie | |
onsite.fun##.MuiSnackbar-root | |
twe.no##body > div > div:last-child | |
supermedia.pl###cookie | |
bild-online.dk###fixedDiv2 | |
spbtv.com###app > div > div > [class*="container"] | |
easypark.fr##.header > [style*="visible"] | |
dragonshop.gr##.header-banner | |
medici-stomatologi.ro###cookbox | |
multibook.pl###cookie | |
sozialleistungen.info##.toast | |
notebookgalerie.de##.loading-mask | |
niunuernberg.de##main ~ div | |
howsmart.pl##.elementor-popup-modal | |
spw.ru##.confidential-block | |
sembella.pl##.rodo | |
bde.es###dvCookies | |
audacity-kurs.de##.elo-snackbar | |
feldbusse.de##.show-cookie .footer | |
edyoda.com##.App [class*="UserConsentBox"] | |
eloboost24.eu##.cookie | |
xiao-mi.fr##.uk-position-fixed | |
brusarul.com###cookies | |
klaviano.com###cooki_box | |
cookmedical.eu##.cook-cookie-banner | |
bonarkacitycenter.pl###cookies | |
faktograf.hr##.elementor-popup-modal | |
antarestech.com###consent | |
deceuninck.cz##.popup.block.next-top | |
hoklartherm.de##.grey_ovarlay | |
fashionunited.com##.mdc-snackbar | |
nxtbookmedia.com###gdpr-pop | |
nxm.ro##.footer_notif | |
rondel.pl###rondelpl_cookies | |
apricon.se###glass, #approvebox | |
brico.be##.mxd-new-cookie-bar | |
schindelhauerbikes.com###etrpop | |
nivea.pl##.policy-info | |
trainsweateat.com###root > div > div:first-child > div + div:last-child | |
vivaconagua.org###sccBanner | |
amd.com###privacy-popup | |
nedeljnik.rs###kuki_upozorenje | |
wohnkonzept.co.at##.ConsentBanner | |
playsnake.org##.cookies | |
playtictactoe.org##.cookies | |
content.de##div[id*="hinweis-cookie"] | |
livexlive.com##.tos-footer | |
kissnofrog.com##.nt-cc | |
egumenita.ro##.cookies | |
spandidos-publications.com##.footer > #navbar | |
jobbsafari.se###__next > [class^="Ufti"] | |
grdf.fr###cookie, .modal-backdrop | |
plaster-miodu.pl###growls-br | |
dialdirect.co.uk##.elementor-popup-modal | |
affairenmarktplatz.com###overlay-content | |
i-parcel.com##.iparCookieNotice | |
luftreinigung24.de##main ~ div | |
computeruniverse.net##.c-consentLayer__drop | |
hero-wars.com##.modal-cookie | |
javea.com###dcip-cookies | |
camtasia-training.de###lscookr_form | |
fleurop.nl##.app-info | |
heizpellets24.de##.ui-widget-overlay | |
immobilien-zeitung.de##iz-cookie-banner | |
surveymonkey.de##.mds-gdpr-cookie-banner, .wds-overlay | |
groupelaposte.com###root > div > div | |
schoenbrunn.at###modal-cookie-notice, .modal-backdrop | |
gerarddarel.com###cookieLab | |
kitchentime.no##.cookie | |
kitchentime.se##.cookie | |
kitchentime.fi##.cookie | |
kitchentime.dk##.cookie | |
kitchentime.de##.cookie | |
kitchentime.com##.cookie | |
kiloo.com##.cmp-main | |
zebrapen.ca##.spu-box | |
linfusion.fr##.modal-cookie | |
swapcard.com##div[class*="StyledCookie"] | |
bigmeatlove.de###consent | |
idera.com##.idCookiePolicyBanner | |
nikkei.com##.k-privacy, #ccpa-block | |
dreame-technology.com##.jsFixedMessage | |
bretagne.bzh###cnil-container | |
bikemag.hu###_ning_gdpr_approve | |
vedes.com###ch | |
vedes.de###ch | |
trixie.de##.modal_cookie_banner, #DOMWindowOverlay | |
vytenio4.lt##.cookie-cover | |
seekube.com###app > div:nth-child(2):not(:last-child) | |
ostufer.net##div[id^="popdown"] | |
tohotheater.jp##.optIn | |
peachnewmedia.com##.ui-widget-overlay | |
profilcultura.it##.cookie | |
dhlparcel.co.uk##.cookies | |
die23er.de###ot_consent | |
darting.de##.acookie | |
ahrsteig.de##.modal | |
falano.de###overlay | |
rexel.fr##.modal-backdrop | |
rexel.de##.modal-backdrop | |
vanbeekkappers.nl##main ~ div | |
genickbruch.com##body > div > div[style*="fixed"] | |
hw-zuschuss.daimler.com##.cdk-overlay-container | |
xentry.daimler.com##.xf-cookie-hint-color | |
cataloxy.es###cookies_cond | |
nigiara.it##.privacy | |
blitzortung.org###topdiv | |
flotte.de###rodo | |
mesvoisins.fr##.c-layout-wrap ~ [class*="goodhood"] | |
cleveron.com##.cookie-accept-modal | |
sportpirate.com###lawdiv | |
cyclad.org##.bandeauninfo | |
spektrumsports.com##.cookie | |
xenofit.de##.xenofit-cookiebar | |
sigma-foto.de##.cc-popup-wrapper | |
werkspot.nl###__next > div > div:first-child | |
reputationup.com##.elementor-popup-modal | |
museenkoeln.de###ac_cookiebanner | |
speedmeter.sk###w_notice | |
osborn.com##.ob-home-gdpr-banner-widget | |
forumfree.it##.jnote, body > .note | |
eltasat.cz##.shadow.ov | |
de.vanguard##.cdk-overlay-container | |
laboutiqueharibo.fr##.js-HarCookie | |
peoplesenergy.co.uk###prefs | |
flowkey.com###gatsby-focus-wrapper > [role="alert"] | |
cassart.co.uk##.global-promotion | |
model-bazar.cz###cookie | |
privacy.net##.di-cookie-consent-pop | |
helpucover.co.uk###consent | |
finex.cz##.finex-cookiebar | |
prosenectute.ch###cookie | |
popsockets.co.uk##.veil, .modal-backdrop | |
largenet.de###largenet_consent | |
tw.de##.uk-notification | |
techpackmobileandgadgetcover.co.uk##body > .alert:nth-of-type(1) | |
boords.com##body > div > .fixed | |
zs1mm.home.pl##body > div:not([id]):not([class]) | |
astleyclarke.com###ac-cookie-notice | |
polskieskarby.pl##.cookies | |
parentclub.scot##.cookie | |
cimetieres-de-france.fr###js-header-cookie | |
calimove.com###overlay | |
kartell.com###gdprPopup | |
orderbird.com###modal | |
toggl.com##.toggl-cw-body, .consent-wrapper | |
kora.fr##.cookie | |
zurich.co.uk###opnotification | |
whitepages.com##.v-snack__wrapper | |
jiosaavn.com##.c-toast | |
wegrow.info##.modal-backdrop | |
clickandtoner.es###beapp_cookies | |
britannica.com##.bk-cookie-alert-snackbar | |
clip-zip.com##.st_notification_wrap | |
diamantor.fr##.st_notification_wrap | |
lamaletaintima.com##.st_notification_wrap | |
lasvinotecas.es##.st_notification_wrap | |
norskuniform.no##.st_notification_wrap | |
plaidissimo.fr##.st_notification_wrap | |
grupovaughan.com##.st_notification_wrap | |
ehs.tv##.st_notification_wrap | |
smaer.ro##.st_notification_wrap | |
todoesled.com##.st_notification_wrap | |
porezna-uprava.hr###cookie, .modal-cookie | |
playmagic.com.mt###POPUPS_ROOT | |
taxi-point.co.uk##.powr-popup | |
wizconnected.com##.wiz-cookie-policy | |
vitall.co.uk###gdpr-modal | |
point-s.de##.cookies | |
tbs-aachen.de##.new_cooky_layer | |
surfacescan.co.uk##.elementor-popup-modal | |
ewebtrans.com###webtrans_cookie_bar | |
sync.me###cookies | |
futbollab.com###overbox-politica | |
ivideon.com##.iv-ui-website-cookie-compliance, .iv-persistent-notification[data-id*="cookie"], .iv-ui-q2a-cookie-compliance | |
oxi-corp.com##.cookies-modal | |
cam4.com###promptArea | |
cam4.es###promptArea | |
cam4.fr###promptArea | |
holodilnik.ru##.alert-compliance | |
geekjack.net###gdpr | |
meder-frankfurt.de###ch | |
portalnovosti.com##.cookies | |
schaecke.at##.modal-backdrop | |
rechtsanwaelte-pesch.de###privacy | |
spirou.com##.modal-cookies | |
vr-expert.nl##.elementor-popup-modal | |
dish.com##.ccpa | |
totallymoney.com##.tm-cookie-banner__spacer | |
tickets.motorsport-total.com###app > div:last-child:not(:only-child) | |
insomnia.gr###elInsomniaCookieBar | |
consolewars.de##.cookies_dim | |
blanco.com###cookie-layer | |
fitnessraum.de##.cc-gdpr-modal, .modal-backdrop | |
algolia.com##footer ~ .pos-fixed | |
poessl4you.de###cookie | |
praxis.nl##.mxd-new-cookie-bar | |
coinmarket.network###policymodal | |
virtual-railroads.de##.gdpr_hook | |
bistro-pavillon.de##main ~ div | |
golfmonkeyz.com##main ~ div | |
formula1game.com###root > div:not([class]) > div | |
heizung-solar24.de##.becc-ol | |
scandinavianphoto.no###content-container ~ [style*="height:0"] ~ div | |
devmedia.com.br##.termos-politica | |
ujam.com##.ujam-cookie-consent | |
rs-online.com##.cookie-consent, #__next > div > div > div[class^="banner"], #__next > div[class^="_"]:first-child | |
ricochet.com###ricochet-cookie-bar | |
emarketer.com##.emgdpr-cookies | |
kochen-und-design.de##body > div:not([id]):not([class]) | |
napaonline.com##.CCPA | |
kofc.org##kc-cookie-consent | |
spalwart.com###wa-message-container | |
porttechnology.org##.elementor-popup-modal | |
taiga.io##.landend-infobar-dark | |
velkaepocha.cz##.machr-cookie-message | |
larpmachen.de##main ~ div | |
ptc-auto.hu###hCookiePanel | |
ridero.ru###app > [class*="cont"], .b-root > [class*="layout"] > [class*="cont"] | |
adventuregamestudio.co.uk###cookies | |
puritech.be##div[id*="cookie__modal"] | |
microchip.com##.cookieSettings, .mchp-cookie | |
karkkikuja.fi###cp_popup | |
indiatimes.com##.consent-container, .du_consent, .cookie_stng | |
beertasting.com##.bts-cookie-notice | |
legomastersloteria.pl###cookies_modal | |
urlaubsgruss.com##.dscheck | |
balkdragers.com##.stn-cookies | |
markt-lichtenau.de###ck-overlay | |
asiawok-langwasser.de##main ~ div | |
sekwens.com###module-aboveBox | |
hot.dk###scw | |
rba.hr###cd-module-main | |
rbainvest.hr###cd-module-main | |
nicequest.com###footer ~ div | |
orange.pl###__next > div > section[role="region"], .opl-cookie-control | |
stadt-galerie-hameln.de###mdl-overlay | |
schaeffler.fr##.scha__cookie-banner | |
auchan.ru###root > div > footer ~ div | |
no-q.info##main ~ div | |
migusto.migros.ch##[data-js-module*="cookie-banner"] | |
hbs.hu###sapper > footer | |
ids-imaging.com###privacycheck | |
jateknet.hu###profiling-accept | |
esko-catering.de##.cookie | |
agrarshop-online.com###darkBack | |
ztedevices.com##.cookies_tips | |
tonies.com###cookies | |
fernsehturm-stuttgart.de###modalCookie, #cookieManagment | |
dstreet.pl###ToplayerCover, #ToplayerConsent | |
athlinks.com###footer-container ~ div | |
skysails-marine.com##.am-notification | |
checkmyfile.com###messageBanner | |
shpr.fr###script_analytics | |
drewag.de##.mcfCookieAcceptanceContainer | |
regionalnetze-linzgau.de###backgroundMessagebox | |
services.gov.gr##.MuiSnackbar-root | |
datasite.com##.policybar | |
dow.com##.screenBlockOverlay | |
checkmate.gr##.uk-notification | |
helium.com##article > footer ~ div | |
delicatessengriega.com##.lightbox-backdrop | |
mausefallemuelheim.info##main ~ div | |
it-shop24.pl###cookie | |
degum.de###cookiemanager | |
nespresso.com###nes_cookie_banner_wrapper | |
surfachem.pl##.rcsc-popup | |
tri-shop24.de##.cookie | |
sprintersports.com##.cookies-settings | |
ryanair.com##rooms-cookies-policy, .trboModuleContainer, .ryr-cookie-popup | |
robe-materiel-medical.com##.w3-container | |
digitfoto.de###cookieds, #cookiedsdetails, #bodygrau | |
bim.yaskawa.com##.pop | |
madalinliviu.ro##.cookies | |
stadtwerke-stuttgart.de##.modal--cookies | |
magazineexchange.co.uk##.ui-widget, .ui-widget-overlay | |
jaimeattendre.com##.p_CookieConsent | |
turbozentrum.de###consentmanager | |
jurnalul.ro###gdpr | |
audiotop.pl###cookie | |
medicina.ru###policy | |
houthandelonline.nl##.modal-backdrop | |
mahindra.com##.privacy-warning | |
neilpatel.com###bottom-bar | |
lcp.uk.com##.cookie-consent | |
theos-imbiss.de##main ~ div | |
perfumesclub.com##.cookies | |
ruegenwalder.de##body > [id*="csdialog"] | |
developpement-informatique.com##.gdpr-settings | |
powercolor.com##.Privacy | |
hofer.at###c-modal, .modal-backdrop | |
celticfc.com##.popup | |
timeshop4you.co.uk###cookie | |
schloss-arkaden.de###mdl-overlay | |
codeblick.de##.cookie | |
smelettronica.com##.notification-wrapper | |
algoriddim.com###consent | |
pruefungshelden.de##.elo-btn | |
elopage.com##.elo-btn | |
4webs.es###cookiesdiv | |
abfallwirtschaft-loerrach-landkreis.de###advertArea | |
m-plan.com##.modal | |
szkolnenaklejki.pl###cookie | |
bueffelbill.com##.cn | |
stiftungsland.de##.disclaimer | |
matkahuolto.fi###gatsby-focus-wrapper > div > div > div | |
eufylife.com###app > div:last-child | |
austrian-standards.at##.as-consent-wrapper | |
hawe.com###colorbox, #cboxOverlay | |
aha-buch.de##.bg | |
obd2-elm327.es##.KS-cookies-div | |
glavcom.ua##.kyk_menu | |
nindo.de##article > div:first-child, article > .center, article > .box-shadow | |
iif.com##.Popup-overlay | |
highlight-led.de###PrivacyCategoryAlert, .modal-backdrop | |
pizzabakeren.no##.politics_box | |
pizza-baker.com##.politics_box | |
pizzabaker.co.uk##.politics_box | |
zomato.com###root > div:first-child:not(:only-child) | |
pizza-markdorf.de##.cookie | |
aldiventskalender.de##.cookie-consent-nord-app | |
akciza.net##.tvcmscookies-notice | |
electrogarden.pl###cookie | |
tammah.com##.slideInUp | |
covid19.gov.lv##.gdpr_discplaimer | |
data.gov.lv###AnalyticsPrompt | |
farmina.com###cookies | |
rum21.no###root > div:last-child > span | |
pracuj.pl##.cookie-agreements | |
harvard.edu###osmyModal | |
hellospain.de##.st_notification_wrap | |
pushsquare.com##.dgp-consent | |
unimi.it##body > .container > .alert | |
searchengines.guru##.float-vertical-panel | |
mcmusic.ro###ccContainer | |
schwarzlicht.de###cookies | |
dji.com###cookie-tip, div[class*="style__cookie-policy"], .cc-bar, .cc-window | |
allgeier-it.de###cookieconsentmodal, .modal-backdrop | |
grainesdecurieux.com##main ~ div | |
myfactory.com##body > div:first-child | |
royaldanishacademy.com##.b14cc | |
dailybest.it###bcc-black, #bcc-consent | |
rockit.it###bcc-black, #bcc-consent | |
monalbumphoto.fr##.arc3-cookie-bar | |
wetaca.com##.main > div ~ div:last-child | |
gurtshop.de##.sticky-wrapper | |
volkswohnung.com##.vw-cookiebanner | |
tsouvelas.gr##.glcn_accept_cookie | |
lsvd.de###consent-request | |
victoriananursery.co.uk###cookies | |
mobilepay.dk##div[class*="cookie-dialog"] | |
filecleaner.com##.cs | |
schaeffler.de##.scha__cookie-banner | |
festo.com###eucp_container2 | |
intexty.com##.cookie | |
toby.ink###cookie_kwan | |
ellexgk.cz##.CA | |
generali.si##.cd-overlay, .cd-module | |
boxeez.no##.bz-no-click | |
finansavisen.no###finansavisen-gdpr-disclaimer | |
kapital.no###finansavisen-gdpr-disclaimer | |
vzajemna.si###cookie | |
akubiz.biz###cookie | |
gov.br###lgpd-cookie-banner-janela, #politicaPrivacidade | |
csub.edu###consent-box | |
heinrich-heine-schule.net###consent | |
mocopinus.com##.disclaimer | |
co.aptoide.com###news | |
deno.land##.bg-black > .max-w-screen-xl | |
ekosklad.si###cookie | |
manus-zeitforum.de###cookie-shit | |
everydaymarksman.co##.elementor-popup-modal | |
editalo.pro##.elementor-popup-modal | |
skagerak.dk##.popup-msg | |
tattoodo.com###js-root > div > div > div > div[style*="min-height"] > div:first-child:not([id]) | |
gw2mists.com##.gm-cookie-consent | |
grzejemy.pl###cookie | |
dahag.de###dah-consent-manager-overlay | |
photoephemeris.com###root > [style*="fixed"] | |
bestinver.es###bst-cookie-alert | |
khw-ortenau.de###bottom_popup | |
hamburgische-buergerschaft.de###hbCookieLayer | |
meteovista.co.uk###info-bar | |
meteovista.de###info-bar | |
meteovista.com###info-bar | |
foreignaffairs.com##.alert--hedwig-banner | |
dc-spiele.de##.lightbox-backdrop | |
normans-bausteinkiste.de##.lightbox-backdrop | |
legs.com.pl##.cookie | |
findmypast.co.uk###skip-to-content-link + div > [style*="transform"], #skip-to-content-link ~ [style*="transform"] | |
national-lottery.co.uk###cu_k_modal_main_box | |
cosmos.network###app > div > .banner-wrapper | |
t-online.de##.consent::before, .Tfwc::after | |
orbiprime.com###privacy | |
phonemore.com##.gdpr | |
correos.com###myCookies | |
simplyhealth.co.uk###sh-cookie-banner | |
indacoin.com###root > div[style*="block"] | |
116117.de##.layer-cookie | |
narzedziawarszawa.pl###cookie | |
kronikaonline.ro###page-mask | |
lotosnavigator.pl##.alert-dismissible | |
brimfinancial.com##.statement_block | |
schauspiel.koeln##.dataprotection | |
wedoogift.com##wdgg-cookies-preferences-banner | |
buffer.com###__next > div > [class*="Banner"] | |
enercoop.fr###cookieLab | |
hifi-schluderbacher.de###cookies-modal | |
studentbeans.com##body > div[data-hypernova-key^="Pages"] > div:not([style]) | |
mercedes-benz.com##.cLayer, [class*="vs-cookie-layer"], #cLayer, .bottom.notice, #emb-cp-overlay, #emb-cp-dialog, #cPageOverlay | |
rspb.org.uk##.cookie-preferences | |
selgros.de###overlay-oiljs | |
vomar.nl##sw-cookiemessage | |
primrose.co.uk###cookies | |
pizza-david.at###app > .v-overlay, #app > .v-dialog__content | |
mapillary.com###__next div[class*="CookieDestroyer"] | |
intelligencefusion.co.uk##.cookie | |
actiris.brussels##.cl-banner | |
ledepartement66.fr##.cookie-bottom | |
worldbank.org##.privacy-widget | |
fuji-store.de##.lightbox-backdrop | |
circuitmess.com###main-app-container ~ div + div | |
nooch.ch##.cookies | |
sportradio360.de###toast-container | |
controlewiki.be###cookie | |
deutschland-gegen-corona.org###___gatsby > div > main > div[style*="fixed"] | |
skagenfondene.no##.skagen-consent | |
ybs-home-insurance.co.uk###app > .container-fluid | |
simplybook.it###sb_cookies_block | |
city-center-chorweiler.de##.mdl-modal__backdrop, #mdl-overlay | |
viataverdeviu.ro###cookie | |
brplynx.com###consent-dialog | |
wsldp.com##.notice | |
romertopfwinkel.nl###wizkom-js-app > .fixed | |
hochparterre.ch##.cookie | |
tvprograma.lt##.cookieBubble | |
bcu.ac.uk##.action-bar | |
e-coop.it##.cookies | |
thermengutscheine.at###cmp-container | |
mercateo.sk###header-popup-info | |
fan.com.pl###cookie | |
ubs.com##.lightbox__container | |
moto-opinie.info###colorbox, #cboxOverlay | |
jobst-mobile.de###datenschutzBalgeNew | |
half-the-battle.de##div[data-editable*="CookieNotif"] | |
dewalt.global###block-privacypopup | |
strasbourg-europe.eu##.elementor-popup-modal | |
ntg24.de##.consent-wrapper | |
diamantschleifer.net##.avia-popup | |
prenumerata24.pl###cookie | |
rtvseaport.nl##.sgcc-main-wrapper | |
diana-klinik.de##.asktracking | |
udacity.com##.layout__content > [class*="snackbar"] | |
galeriabaltycka.pl##.mdl-modal__backdrop, #mdl-overlay | |
regen.network###gatsby-focus-wrapper > div:not([class]) + div | |
geiger-edelmetalle.de##div[class*="cookie-consent"] | |
honeygain.com###root > footer ~ div, #root > div + div + div:last-child | |
castforward.de##.footer-box ~ div | |
imkerei-immenstolz.de##main ~ div | |
greatis.com###cookie-greatis | |
medtronic-diabetes.nl##.block-medtronic-cookie | |
forget.finance###root > .MuiBox-root | |
perfectpetinsurance.co.uk###root > div > div:first-child:not(:only-child) | |
dictionnaire-synonyme.com##.cookies | |
alfredflechtheim.com##.SetNewMessageForUser | |
postcodeloterij.nl###container ~ [class] | |
bardie.net##.lightbox-backdrop | |
ronin-beschlaege.com##.lightbox-backdrop | |
heimholz.shop##.lightbox-backdrop | |
dyclassroom.com###dy-cookieInfo-container | |
jeffwhitemotors.co.uk###ctw-implied-consent | |
tipser.co###tnw_cookieconsent | |
severin.de##.veil | |
mariecurie.org.uk##.cookie__menu__overlay | |
deutsche-buchhandlung.de##.bg | |
finanzpartner.de###cc-button | |
bundesanzeiger-verlag.de###cc | |
interestuff.com##body > div:not([id]):not([class]) | |
graphs.ro###cookietop | |
geox-shop.de###P_Consent_Manager | |
melkshaminsurance.co.uk###cookie | |
bastler-zentrale.de###dsok, #coplh | |
vivat.de##.cs-cookie__wrapper | |
zoo-leipzig.de##.cs-cookie__wrapper | |
gamesfull.org##.cookies | |
adtpostales.com##.loadingCookies | |
producthunt.com###__next > [class^="style_"], #__next > [role="navigation"] > div > [class^="style_"] | |
periodex.co##.p-banner | |
permettezmoideconstruire.fr##.alert-overlay | |
moser.com##.cookies | |
coopcad.it###Banner | |
vakcinainfo.gov.hu##app-cookie | |
steamstatus.io##.modal-bg | |
turbotsallo.de##main ~ div | |
polder.se##.sd-surface-top > .sd-object-if | |
fastweb.it##.ck_if | |
miniatures.com###complianceBar | |
restaurant-tribeca.com##.elementor-popup-modal | |
walloniebelgiquetourisme.be##.block--cookie | |
otzyvua.net###gdpr | |
almar-products.nl##main ~ div | |
cs.money###notifications | |
wiki.cs.money###modal | |
siriusxm.com###UserAgreement[data-componenttype="CookieBar"] | |
boerse-stuttgart.de##.bsg-cookie-layer | |
rebrainme.com##.cookie-push | |
moparshop.com###moparshop--cookie-consent-manager | |
bitamp.com##.welcome-popup | |
bim.com.tr##.cookie-window-select | |
loading.com.br##.elementor-popup-modal | |
easylife.co.uk##.cookieControl | |
photoshop-kopona.com##.message-alert | |
hitachivantara.com##.hv_privacy_prompt, .cPLAcceptCookies | |
rbc.ua###privasypolicy-info, .privacy | |
garantie-direkt.de##.ncoi---behind | |
wieland.com##.ncoi---behind | |
k65-system.com##.ncoi---behind | |
hotels-insolites.com###cookie | |
spyflix.com###consentPopup | |
altin.in###kvkk | |
activobank.pt###cookies | |
ghostery.com###ghostery-consent | |
fotooehlmann.com###modal_cct, .modal-backdrop | |
embl.org##.vf-banner | |
zodio.fr##.zo-cookie__banner | |
adchitects.co##.cookies | |
corona.fo###__qookies_habitat | |
politikon.es###cookie | |
lamoda.ua##.page > .vue-widget | |
atlant.by##.confirm-panel | |
lahitapiola.fi###cookieTopCOntainer | |
golfpass.com##.PolicyBanner | |
orleans-metropole.fr##.cookie_enabled | |
bitcoin.org###root > .flex > div[class*="max"] | |
feld-eitorf.de##.feld-cookienotice | |
feld-eitorf.at##.feld-cookienotice | |
hotels.com###root > footer ~ section | |
lottofy.com###alertsMarquee | |
beckmann-kg.de###consentLayer | |
homeful.ly###__next > .container | |
schauinsland-reisen.de###block-trackinginformationen | |
patrickholford.com###cookies | |
tryggivann.no###panCookiedisc | |
honeywellhome.com##.homes-bp-cookiebanner | |
what-matters.fr###__next > div:last-child > div:last-child | |
concrete-jungle.de##.banner | |
infovac.ch##.eb-acc | |
onb.ac.at##.notification-wrapper | |
sass-ag.de##.ccp | |
adoc.pub###ADOCPUB_cookie_box | |
auto-motor.at###footer ~ #myModal | |
dementedarego-merch.com##main ~ div | |
paninimania.com###id_acco | |
twisto.pl##.notification-banner | |
staedtler.com##staedtler-cookie-banner | |
onepiecewt100.com##.gdpr | |
sun-world-immobilien.com##.wrap__cookie | |
drogarianovaesperanca.com.br##.dgf-cookies | |
dascom.co.uk##.disclaimer | |
damensein.com##.welcome-modal | |
krediidiraportid.ee##.kred-cookiemessage | |
nationalprivacytest.org###__next > div > .fixed | |
365scores.com##.is-gdpr-visible ~ .toaster | |
brandenburg.de##.ckb | |
exporterhub.io##main > div > section > [style*="fixed"] | |
howmanyfps.com##.ReactModalPortal | |
88nightmarket.com##.cookies | |
onzeveilingonline.nl##.cookie | |
cioreview.com###footerr | |
webdeasy.de##.privacy-popup | |
checkrobin.com###privacybox | |
die-plank.de##main ~ div | |
teliacompany.com##.tc-modal | |
xpay.de###xpCookieBanner | |
knubel.de###ConsentMsg.NotYetSelected | |
oetker.de##.pd-main | |
5ingredients15minutes.com##.gpdr-agreement | |
altmarkt-galerie-dresden.de##.mdl-modal__backdrop, #mdl-overlay | |
shop.teekampagne.de##body > div:not([id]):not([class]) | |
travelski.com###tf-cookie | |
kraehe.de##.nav-cookie | |
medienzentrumonline.eu##.modal-backdrop | |
backmarket.fr###main_container ~ div, #cart_container ~ div | |
backmarket.com###main_container ~ div, #cart_container ~ div | |
backmarket.de###main_container ~ div, #cart_container ~ div | |
backmarket.be###main_container ~ div, #cart_container ~ div | |
backmarket.es###main_container ~ div, #cart_container ~ div | |
backmarket.at###main_container ~ div, #cart_container ~ div | |
backmarket.co.uk###main_container ~ div, #cart_container ~ div | |
backmarket.it###main_container ~ div, #cart_container ~ div | |
thebackmarket.nl###main_container ~ div, #cart_container ~ div | |
worstbassist.com##main ~ div | |
zencare.org##.elementor-popup-modal | |
sklep.3mk.pl###cookie | |
city-sightseeing.it##.csi-cookie-banner | |
iys.org.tr##.cerezall | |
propb.ru##.cooke | |
risingtide-foundation.org###fcCookie | |
vwg.de##.wgc-cookie-box | |
ing.fr##.ing-CookieManagement | |
3daimtrainer.com##.cookiemodal | |
struttandparker.com##.important-message-banner | |
affittapresto.it###cookie-dett | |
paylax.de###app > div > div:first-child | |
halsoresurs.se##.cookie-mess | |
guard.io###gatsby-focus-wrapper > footer ~ div | |
rtlmost.hu##.app__content ~ div > .not-empty | |
pc-canada.com##.acceptance | |
brewino.de##.lightbox-backdrop | |
dnzb.nl##main ~ div | |
tosdr.org##.toast.fixed-bottom | |
powercord.dev###react-root > footer ~ div | |
grugliasco.to.it###cookie | |
rsj.com##.cookies | |
chromeenterprise.google##.ce-cookie-banner | |
subwayrewards.fr###root > div > .green-link | |
subwayrewards.at###root > div > .green-link | |
subwayrewards.de###root > div > .green-link | |
sava-osiguranje.hr###frmAgree | |
goin.app###__next > [style] | |
jeanfil.fr##.modal-cookie | |
apollographql.com###gatsby-focus-wrapper > .body ~ div | |
toner.shop##.CookiesOk | |
artemiskliniken.de###myCookie | |
minitab.com###cpToaster | |
severeweather.wmo.int##.gdpr | |
dzieje.pl###cookies | |
vastelastenbond.nl##.vlb-cookies | |
standardlife.co.uk##.cookie-policy-modal | |
easycosmetic.de##.overlay | |
easycosmetic.be##.overlay | |
webmotors.com.br###root > div | |
e-mobile.ch##.site_notification | |
herbiolys.fr##.st_notification_wrap | |
ag-visuell.de##.animating-screenIn-exit | |
posttoday.com###box-policy | |
foodora.se##.top-banner-container | |
foodora.no##.top-banner-container | |
foodora.fi##.top-banner-container | |
coingate.com##.MuiSnackbar-root | |
gettyimages.nl###toaster-modal | |
gettyimages.de###toaster-modal | |
eltern-bildung.at###notice | |
crosscall.com##.consent-tracking | |
werraenergie.de###smartweb-eucookie-werra | |
nordusdecospan.com##.gdprForm | |
luftfahrtmuseum-wernigerode.de##.uk-notification | |
dom-buchhandlung.de##.ui-widget-overlay | |
buch-zur-heide.de##.ui-widget-overlay | |
ratemyprofessors.com###ccpa-footer, .reveal-modal-bg | |
forcepoint.com##.cookie-consent | |
ratatype.es##.alert-bottom | |
syntusoverijssel.nl##.hc-banner | |
eglue.it##div[style*="inherit"] > div > div > div[style*="92"] | |
admiral.com##hub-gdpr-popup | |
cryptoquant.com###__next > div > .ant-row | |
sporx.com###consentdiv | |
phpipam.net###cookie | |
meine-bankid.de##.cdk-overlay-container | |
fahrrad-xxl.de##.fxxl-cookie-mainmodal, .modal-overlay | |
vodafonemail.de###cmpWrapper | |
2020.swatch.com##.reveal-modal-bg | |
edding.com##.e-note__cookies | |
wiesenhaus-koeln.de##main ~ div | |
sellpy.se##footer ~ div | |
sanko-solar.de##.avg-bar | |
waterfall-d-mannose.com###cc-cont | |
entschuldigung.net###divModalScreen | |
charleslandaudentistry.co.uk###cc-container | |
eurozine.com##.cookies | |
paschal.de###decker | |
togetherall.com##.light--MuiSnackbar-root | |
notebookitalia.it##.uk-position-fixed | |
glassnode.com###root > div:last-child | |
glorian.org##.uk-position-fixed | |
mts.ru##.is-cookie-alert | |
dnb.no###divconsent-modal | |
telemarket24.ru##.disklay-box | |
lysa.se##.snackbar-wrapper | |
filmstreaming-de.life##.notifier | |
mroom.com###cookies-check | |
estadao.com.br##.lgpd-modal-content | |
mundschutzgermany.de##.lightbox-backdrop | |
portugeseproducten.nl##.lightbox-backdrop | |
der-hexenkessel.de##.lightbox-backdrop | |
gc.ca##.CookieModal | |
okpedia.org##.privacy | |
scamner.com##.cookies | |
schulze-immobilien.de##.wrap__undone | |
ihk-nuernberg.de###overlay | |
townsmith.de##.cdk-overlay-container | |
gemu-group.com###notification | |
99airdrops.com##.legal-notice | |
bati-info.be##div[class*="cookie-alert"] | |
tecedo.at##.msg-banner | |
lsdlibri.it###inibisci_sfondo, .fullscreen_box_legale | |
ubuntu18.com##.notice | |
xalingo.com.br###wrng-agrmnt | |
burg-lindenfels.de###cookie | |
numuki.com###consent | |
metradar.ch###closeonaction | |
nike.com##div[data-pre="PrivacyBanner"] | |
eib.org###eib-popup-policy | |
purexbox.com##.dgp-consent | |
instantartz.com##main ~ div | |
taste-of-koroni.de###consent | |
etowine.com###cookie | |
swoodie.de##.module-wrap[data-label="Popup"].showPopup, .gf-popupOverlay | |
laver.co.uk###cookies | |
factoryoficina.com##.st_notification_wrap | |
digitalland.de###ccm | |
getir.com###__next > [class*="Drawer"] | |
aalimentaria.com###cc__modal__container | |
teambank.de##cookie-layer, .cdk-overlay-container | |
kupzidle.cz##body > .shadow | |
independent.ie##body > a[onclick*="Didomi"] | |
scaleway.com###gatsby-focus-wrapper > footer ~ div | |
pepeenergy.com##.modal-cookie | |
campbellsoup.co.uk##.cookies | |
biathlonresults.com##popup-container | |
prawdziwyonline.pl###pp-consent | |
orizonstore.gr##.notification-wrapper | |
besthomepageever.com###modalCookie1, .modal-backdrop | |
arcor.de###cmpWrapper | |
kanebo.com##.tmp-privacyNotice | |
corona-kvwl.de##.m-react-ccm | |
automobilwoche.de###ccm | |
5vor12.de##.consent_banner | |
jimenezmovilidad.es###cookies | |
nordicbet.dk##snack-bar-container | |
nordicbet.com##snack-bar-container | |
argent.xyz###gatsby-focus-wrapper > div[class*="css"]:not([id]) | |
chiptehnika.si##.noty_cont | |
theweathernetwork.com##.woahbar | |
meteomedia.com##.woahbar | |
warp2search.net##.alert-warning | |
doopla.pl##div[cmp] | |
elektriker-wissen.de###f_cookie | |
planet-beruf.de##.coo-con | |
cae.com##.cookies | |
arburg.com###field_popup | |
milenapreradovic.com##main ~ div | |
parship.de##uc-custom-layer | |
windtre.it###cookies | |
xn--80aafey1amqq.xn--d1acj3b##.footer ~ .confirm | |
dopportal.ru##.footer ~ .confirm | |
spoferan.com##.fixed.overlay--active | |
codit.eu##.langSelector | |
ketnet.be###root > div > div:last-child | |
valitor.is##.disclaimer | |
hejto.pl##footer ~ .fixed | |
hrt.hr###__next > div > .fixed | |
bridgestone.gr##div[class*="cookiebar"] | |
genesis.com##.privacy-dialog | |
3dprinting.com##.mdl-js-bigsnackbar | |
belgium.be##.cookies | |
sammyspizza.de##.responsiveFooterBar | |
oishisushi.club##.responsiveFooterBar | |
daffer.sk##footer + div + div | |
landes.cloud##main ~ div | |
fgov.be##cookie-law | |
bulthaup.com##.bulthaup-cookie-notice | |
wizards.com###primary-area ~ .vue-portal-target ~ div, footer .cookies, #wizardCookieBanner | |
sportium.es##.overlay | |
nasz-gabinet.pl##.message-window.show | |
fabasoft.com##.tracking-alert | |
blog2social.com##.cookie-cover | |
tele2.nl###targetedPopupFrame | |
aefinfo.fr##.bandeau_cgv | |
hetcontact.nl##.cookies | |
pott.de##.legacy | |
winnicalidla.pl##.privacy-popup | |
imgw.pl###rodo | |
garten.ac###hinweise | |
baumpflege.ac###hinweise | |
swt.de###COOKIE_POLICY | |
l2central.info##.notice_footer_right | |
spieletastisch.de##.pageloading-mask | |
axisbank.com###HomePageStrip | |
ingatlanbazar.hu##.ib-cookie-bar | |
localyzeapp.com##.banner-container | |
laposte.fr###navigation_cookies | |
mysoapbox.com##.cc_modal | |
valuetech.de###GDPR | |
ofertasinternet.net###melindres | |
dbna.com##.consentbar | |
intersystems.com##.docscookie-notification | |
innovaphone.com###disableBackground | |
svitla.com##.agree-popup | |
andyguitar.co.uk##.v-overlay, .v-dialog__content | |
eubos.de###frameModalBottom, .modal-backdrop | |
hoyer.de###app > [class*="backdrop"] | |
usave.co.uk##.toast | |
topographic-map.com##.popup | |
fembio.org###my-modal, .bg-wg-modal | |
eddler.se##.dk-header-info-message | |
le-fleuriste-22.fr###rgpd_bouton, #rgpd_demande | |
slantastoffe.de##.overlay | |
solaredge.com###se-cookies-usage-bar | |
winkelparade.nl###notification-bar | |
comstern.de###cookit | |
hutwiller.de##main ~ div | |
mellerud.de###popup | |
augenchirurgie.clinic##.cookies | |
weglot.com##.elementor-popup-modal | |
magnetmaskenhalter.com##main ~ div | |
msg.com###app > div > div:not([id]):not([class]) | |
nonstop2k.com###consentFooter | |
sh-mueller.de###notify | |
cameranu.nl##.stick-to-bottom | |
durstexpress.de##.amgdprcookie-modal-container | |
mhra.gov.uk###__next > button, #__next > aside | |
barclays.net###modal-pecr | |
kromsnavelgedrag.nl##main ~ div | |
simsdom.com###policies | |
gitlab.com##.privacy-announcement | |
proelectronic.rs##.cookies-holder | |
kristo-friseure.de##.cookies-holder | |
adac.de##.cookie--layer | |
sheldrickwildlifetrust.org##.cookie | |
antwerpen.be##aui-cookie-consent | |
wehkamp.nl###header > aside | |
stationhq.com###getsitecontrol | |
novibet.gr##.setCookies | |
samsung.com###root [data-testid="notice-footer"] | |
elektro-met.pl###cookie | |
estetic-dent-sklep.pl###cookie | |
21shares.com##cookie-control | |
amazongames.com###ags-CookieDisclaimer | |
jpmorgan.com##.jpm-wm-general-cookie-banner | |
possmann.de##main ~ div | |
yoigo.com##.bw-overlay-cookies, .bw-overlay-cookies ~ div | |
kontra.hu###consent | |
julesmumm.de##toujou-consent-widget | |
portofrotterdam.com##.block-por-cookies | |
emporium.si###grayOut | |
info-cooperazione.it##.my-cookies | |
mixable.de###ccDialog | |
selectminds.com###notify-banner, #cboxOverlay, #colorbox | |
figuya.com###shop > div > div:first-child + div:not([id]) | |
bbcrewind.co.uk###root > .fixed | |
alarmstuferot.info##main ~ div | |
fctables.com###privacy-optin | |
xuite.net###privacyDeclare | |
listaspam.com##.cookies | |
der-arzneimittelbrief.de###LabelAnzeigeCookie, #LinkButtonDatenschutz, #ButtonAnzeigeSchließen | |
stokke.com##.sk-cookie-message | |
awesun.com##.privacy | |
webo.hosting###kt_cookies | |
soka-onlineshop.de##main ~ div | |
torneum.com##tor-gdpr-banner-dialog, .cdk-overlay-backdrop | |
euprava.gov.rs###bottom-popup | |
itv4.de##.cookieModal | |
onlineradiobox.com##.modal--cookies | |
jesse.trade###app > section > div > .fixed, #app > section > .fixed | |
asmonaco.com##.asm-rgpd-bar | |
aventics.com##.avts-global-cookie | |
olympiasports.net##.consent-notification | |
orbassano.to.it###cookie | |
paybyphone.fr##.MuiBox-root[data-testid="cookies-box"] | |
uvex-safety-shop.de##uvex-cookie-banner | |
mobileroadie.com###cookie | |
institutfrancais.de##.cookie-fn | |
dkb.de###footer ~ .banner, .cookie | |
harry-gerlach.de##.wrap__undone | |
tonhalle.de###CookieModal | |
arm.com##.fixedPolicyBox, .c-policies | |
asr.nl##ebc-notification-info | |
sonicstate.com###concord-banner-container | |
edealinfo.com##div[id*="showFTCMessage"] | |
nv.ua##.cookie-label | |
kent.ac.uk###kent-cookie-bar | |
campingandcaravanningclub.co.uk###ml_banner | |
hidemy.name###gdpr-block | |
solidarietaveneto.it###cookie | |
vibus.de###cw | |
centreforaviation.com##.cookieConsent_consent_geb | |
antiquariat.de##.confirm-cookie | |
orange.jobs##.dgt-opt-inout | |
prothomalo.com###gdpr-policy | |
sphinxcomputer.de###sphinxcookie | |
allegro.eu##.idm-cookie-overlay, .idm-cookie-policy | |
patisserie-cabosse.fr##.cabosseadsbottom | |
grifols.com###cookie-intro-modal, .aui-overlay | |
verve5.de###lux-cookie-dialog, #lux-cookie-show-modal-dialog, .backdrop, ._dialog_overlay | |
al.to###app > div:first-child > div | |
ybs.co.uk###fullpage-filter | |
zentia.com##.enigmaint_cookie-notice | |
textil-mode.de##.vtm-cookiebanner | |
comfortclick.com##.footer ~ div | |
hof-lenze.de##main ~ div | |
bb-service.info##main ~ div | |
haarem.de###consent | |
susanneeisenmann.de###bbcdBanner | |
simplydhl.com###ixp-gate-frame | |
parrotcoffee.com###growls | |
huzaro.pl###cookie | |
5ka.ru###app > .message | |
cargraf.store##.lightbox-backdrop | |
oed.com##.cookies-attention | |
open-office.es###cookies | |
elperiodicodeaqui.com###infop | |
voip.ms##.gdpr | |
mrowka.com.pl##.cookies-header | |
tweakbit.com###privacy-popup | |
mio.se##div[data-am-cookiesdisclaimer] | |
faszination-suedostasien.de###legal-notice | |
abmotorcycles.de##.uk-notification | |
uniprot.org###privacy-panel | |
growney.de##.block-07-cookie-banner | |
rodopchani.bg###abck | |
lego.com##div[class*="CookieDisclaimer"], #kids-legal-footer ~ div, #prompt-footer | |
daab.de###damn_background_overlay, #damn_cookieconsent_banner | |
shadow.tech###___gatsby div[class*="CookiesComponent"], #root > main ~ div:last-child | |
enidine.com##.cookie-consent | |
akcelo.de###consent | |
bioprocessintl.com##.ig_bottom | |
ericdepaoli.com##.ig_bottom | |
benjamindubuc.fr##.ig_bottom | |
edizioni-gabriele.com##.ig_bottom | |
wo-ist-greta.de##.disclaimer | |
pixlr.com##.policies, #agreement-wrapper | |
randomhouse.de##.cl-window-bg | |
lamoda.ru##.page > [class*="widget"], #vue-root > .width-wrapper ~ .vue-widget | |
info.pl##.zgody-popup, .head-page-information | |
bnext.es###cookies | |
solaris-store.com###cookies | |
bricomarche.pt##.cookies | |
slerp.com###root > div > div + div ~ div:last-child | |
ecwid.com##.gdpr-window, .ec-notices | |
easyparkitalia.it##.rah-static | |
pegasproductions.com##.cookies | |
arena.pl###__next > footer ~ div | |
beesafe.pl###root > div > div > div > .MuiGrid-root | |
liquidweb.com##.lw-cookie-banner | |
bitfineon.com###root ~ div > [class*="StyledLayer"] | |
mein-saunashop.de##.v-overlay, .v-dialog__content | |
tu-onlinedays.tu-darmstadt.de###root > div:first-child | |
koupelny-sen.cz###cookie | |
dish.co##.mod-cookie-consent | |
tinder.com##.App > [data-nosnippet] | |
mediamarkt.es###mms-consent-portal-container | |
poool.tech###app > .fade-in-enter-done | |
poool.fr###app > .fade-in-enter-done | |
txone-networks.com###cookies_msak | |
eldirectorio.co###gdpr | |
discordtemplates.com##.consent-card | |
holidu.de###cookie-selector | |
zoot.ro##.gpdr | |
coregames.com##.open [class*="modalBottom"] | |
fibreglassdirect.co.uk##.activedemand-popup | |
tcf.org##.modal | |
woodbrass.com##.bgBleuC | |
ravenind.com##.hello-bar | |
litebringer.com###cookie-app | |
museum.nl##.overlay | |
aloys.news###jbcookies | |
hostgreen.com###obal | |
elkar.eus###cookie_oharra | |
sigma-photo.fr##.choc-banner | |
avfc.co.uk##.footer ~ .popup-wrapper | |
music-city.cz###js-agreement-stripe | |
deincamchat.de###age-verification | |
turtlewax.com##.cozy-crd__modal-bar | |
nils-bollenbach.de##main ~ div | |
lotteriadegliscontrini.gov.it###coockie | |
csirt.gov.it##footer ~ .fixed | |
liceisgf.gov.it###zf--alerts-panel | |
theweather.com###gpdr | |
darksearch.io##.application--wrap > .blue--text | |
gira.de###consent-dialog-wrapper, #cms-element-ac, #ac_frame | |
gira.com###consent-dialog-wrapper, #cms-element-ac | |
yestersen.com##main > .d-print-none | |
pri.org###__next [class*="CtaMessage"], #cta_prompt_bottom | |
realitysandwich.com##.elementor-popup-modal | |
filmmakers.de##.Aligner | |
kytta.at##button[class*="dc-cookie"] | |
conjunctconsulting.org##.elementor-popup-modal | |
rosepartner.de###rp-cookie-consent | |
campusonline.com##.ui-pnotify | |
kottenstedte.com###agever | |
zehnthof-weickert.de###agever | |
volbers.com###agever | |
gamecaster.com##nav ~ [class*="growl"] | |
orangebank.fr###ob-cookie-banner-modal | |
surveyjs.io##.surveyjs-cookie-info | |
kremer-pigmente.com###cclayer | |
ikebana.de##.cookiecons | |
eichsfeld.de###notification | |
msa.fr###consent-cookies | |
expert.de##.widget-EyeCatcher---preset-fixed | |
inwestinfo.pl###up ~ [style*="fixed"] | |
joolz.com##.jlz-cookie-consent--background-blur::before | |
quixa.it##snack-bar-container | |
supermicro.com###alert-container, #privacy-popup-agree | |
puzzlegarage.com##.modal--cookies | |
rzeszow.pl###__next > .fixed | |
autohero.com##header > div > [class^="root"] | |
heatable.co.uk##.cookies | |
alex-soze.nl##main ~ div | |
cobasi.com.br##.lgpd | |
mojoreads.de##main + div > div:first-child | |
la-palma24.info##.dvcookies | |
scitanie.sk##.c-banner | |
lvhn.org###block-lvhnconsentpopup | |
vacuumclinic.ie##.ec-notices | |
st1.fi##.cookie-consent-modal, .backdrop | |
st1.se##.cookie-consent-modal, .backdrop | |
coder.com###__next > [style*="opacity"] | |
tt2-compendium.com###cover, #consntcook | |
cataloxy.co.uk###cookies_cond | |
motaclarity.co.uk###cookie | |
jasmin.com###cookie_container ~ div[style=""]:not([id]) | |
restaurantdepot.com###consent-dialog | |
happiness-festival.de###privacy-footer | |
escueladesaludmurcia.es##.ui-dialog-mask, body > div[style*="center"] | |
gamigo.net###stayhome | |
moviestillsdb.com###app > [style*="fixed"] | |
gasteig.de###gasConsent | |
helloasso.com##.BannerTrackers | |
pro-housing.nl##.accept-alert | |
octoparse.com###snackbar | |
viata-medicala.ro###app_notice | |
riprovelox.it##main ~ div | |
myfitnesspal.com###app footer ~ div | |
farnell.com###mktg_Cookie_Wrap, #STOP_EVERYTHING | |
macmagazine.com.br##.adp-popup | |
stockx.com###root > [style*="visible"] | |
fedex.com##fedex-cookie-consent, fdx-caas-cookie-consent, .fxg-alert__fdx_cookie_notice | |
youmail.com##.policy-notification | |
netapp.com##n-cookie-notification | |
stickerapp.de###cookie-consent-modal, .modal-backdrop | |
stickerapp.com###cookie-consent-modal, .modal-backdrop | |
inkoma.com###eatcoockies | |
shopsmartfoods.com##.privacy | |
gradesfixer.com###warning_popup | |
njpw1972.com###gdpr | |
nytimes.com##.free-form-content > .banner__container, .CookieBanner > .banner__container, #alertBannerMount | |
quadlockcase.eu##.ip_cookie | |
quadlockcase.co.uk##.ip_cookie | |
fairtrade.at###cc | |
musicalfreedom.com##.terms-and-policy-layer | |
justanswer.com##.Banner__container | |
houtwormboktor.com##.cc-popup | |
marken-media.net##main ~ div | |
go-fit.es###barra-informativa | |
rankia.com###cookies | |
lilly.gr##.consent-message | |
england.de###apc | |
portalnow.com##snack-bar-container | |
deurbeslag-expert.nl###js-app > .fixed | |
danskespil.dk###ensModalWrapper | |
hacknplan.com##.application-footer[ng-class*="hasAcceptedCookies"] | |
nanopay.net##.gdrp | |
tedquality.bg##.notification-wrapper | |
beyondthebox.it##.elementor-popup-modal | |
museot.fi###body_area > [id*="cookie_ilmoitus"] | |
vr.de##.yt-activator__wrapper | |
wolterskluwer.nl###udtCookiebox, #udtDark, #udtWhite | |
burnleyfootballclub.com##footer ~ div > .fixed | |
ipn.gov.pl##.JSWrapper | |
reichelt-garten.de##.uk-position-fixed | |
muycomputer.com###CSneak | |
muycomputerpro.com###CSneak | |
deily.hr##.basel_cookie_bar | |
robert-thomas.de##.cookie--consent | |
frisco.pl##.toast._cookie | |
i4wifi.cz##div[role="EuCookiesBar"] | |
fishbrain.com###root > div > .fixed | |
ipper.ru##body > div:not([id]):not([class]) | |
akces-markt.pl###cookie | |
correos.es##.sc-correos-cdk-cookies-module | |
academictimes.com###euPopup | |
lindner-group.com##.cn-layer | |
reddit.com###POPUP_CONTAINER ~ div > section > [style*="Toaster"] | |
blendtec.com###pixelpop | |
themilitarystore.co.uk###pixelpop | |
ricmais.com.br###privacy_site | |
malergeschaeft-eisenloeffel.de###bottom_popup | |
santanderconsumer.at##.sliding-popup-bottom | |
a3quattro.de###popup | |
gps-viewer.com##.popup | |
or.at###cookie_shown, body > #coo | |
or.th###alert-policy | |
fit4projects.at###setcookie | |
die-linke-grundeinkommen.de##.disclaimer | |
epravda.com.ua###checkUPcookies | |
sigma-global.com##.c-info-pane | |
akutbolig.dk###app ~ div[class]:not([id]) | |
evangelisch-hochtaunus.de##.readcookie | |
sofort.com###Cookietext | |
justspices.de##.cookie_overlay::before | |
plutogaming.net##.toast | |
a2mobile.pl##.topup-cookie | |
centrumwedkarstwa.pl##body > .no_print | |
fressnapf.hu##.grey-popup-layer | |
kyero.com##div[data-component="cookies_policy_modal"], .fixed[data-cookie-toast] | |
my-eshop.info##.lightbox-backdrop | |
drucke-shop.de##.lightbox-backdrop | |
macrosat.pl###footer ~ .top | |
hostingsdc.pl###informationbar | |
tupowstalapolska.pl###menusDiv | |
geoportal.muenchen.de##.cookie | |
mondenissin.com##.elementor-popup-modal | |
100.football##.bladzy-popup-agreement-modal, .modals-overlay | |
hombresevolucionantes.com##.elementor-popup-modal | |
rse-get-it-right.org.uk##.elementor-popup-modal | |
podoplus.be##.notification | |
frollein-frisoese.de##main ~ div | |
bta-international.com##.cc-layer | |
apllogistics.com##.disclaimer | |
fonq.nl##.modal.tracking-consent-popup | |
themcelroy.family###gdpr | |
evapolar.com##footer ~ [style*="fixed"] | |
customessaymeister.com##.cookie | |
jetzendorf.de###privacy-container | |
ria.com##.gdprShow | |
viamedica.pl##.dark-background::after | |
buzzaar.eu##.cookies-modal | |
intelligentinsurer.com##.privacyLaw | |
lyst.co.uk##div[data-hypernova-key*="BannerContainer"] | |
lyst.com##div[data-hypernova-key*="BannerContainer"] | |
popeyeschicken.ca###main ~ div[class*="Container"] | |
icarros.com.br###isView | |
teijin.com###assistClone | |
fernwaerme-gemeinschaft.de##.cookie-overlay::before | |
lovehoney.co.uk##.dis_message | |
lovehoney.com.au##.dis_message | |
tamss.at##main ~ div | |
europe-mountains.com###cookie | |
chemrxiv.org##header > [role="alert"] | |
artsper.com##.ui-pnotify[aria-role*="alert"] | |
gidsingezondheid.nl##footer ~ .popup_overlay | |
pushkin.institute##.beono-flashmessage | |
seedrs.com###__next > div:first-child, #root-header > div | |
giffits.de##.overlay | |
tata.com##.overlayPop | |
berendsen.pl##.site--wrapper ~ div | |
rtl.hr##.app__content ~ div | |
mediamarkt.at###mms-consent-portal-container | |
syncfusion.com###cookie | |
bibliotheques-specialisees.paris.fr##div[role="alertdialog"] | |
robinhood.com###__next > [class*="banner"] | |
goldpreis.de###cc_div | |
tecnocasa.it##.cookie-status | |
pwabuilder.com###gdprDiv | |
spainhouses.net##.persistentMessage | |
wearemarketing.com###cookies | |
antilinkynord.fr##.accookie | |
facultas.at##.bmcookie | |
rupertusbuch.at##.bmcookie | |
nhs.uk##.global-footer p ~ p, body > div[style*="E7E"], #nhsuk-cookie-banner, #cookie-banner ~ .notification | |
nhs.wales##.mura-cta__item[aria-describedby="Cookie notice"] | |
green-circle.co##body > [style*="fixed"] | |
revistabula.com###consent-box | |
happycow.net##body > .fixed | |
muehlenapotheken.de###bg-datenschutz, .icon.cookies.cookies-aktivieren | |
modellbau-laffont.com##.lightbox-backdrop | |
wakingup.com###___gatsby ~ div:not([id]):not([class]), #root > div[style*="transform"] | |
psd-rhein-ruhr.de###cookieContent | |
societegenerale.fr###c-message | |
aerolineas.com.ar###c-message | |
scleracontacts.com###pushwix-popover-container.slide-down | |
nineambell.com##.elementor-popup-modal | |
promosejours.com##.privacy | |
timberland.com.tw##.container-component > .dialog ~ div:last-child | |
tibber.com##.privacyButton | |
tapir-store.de##.cs-cookie__wrapper | |
quora.com###root .q-box > .q-flex[class*="Banner"] | |
material.io##mio-cookie-notice | |
yubico.com##.MuiSnackbar-root, #yubi-root > .bottom-pop-up-container | |
gainesvillecoins.com###jsGDRP | |
barnebys.se###__next > div + div:last-child | |
brookes.ac.uk###PopUp | |
brookesalumni.co.uk###PopUp | |
eltima.com##.float-message__wrap | |
kdanmobile.com###__next > div[style*="overflow"] > div[class*="ContentWrap"], #__next > div[class*="ContentWrap"], #gdpr-wrapper | |
rademacher.de##.widget-Container ~ .widget-EyeCatcher | |
rblx.trade##.card.fixed-bottom | |
clipchamp.com##footer ~ div | |
bnpparibas.com##cts-disclaimer-cookies | |
selectos.eu###selectos-cookie-background | |
e-fellows.net###efnCookieConsent | |
uchi.ru##._UCHI_COOKIE__widget | |
foter.com##.fo4-cookie | |
vestel-germany.de###custom-modal-cookie | |
bell-labs.com###n-cookie-notice | |
fxhome.com##.elementor-location-footer[data-elementor-type="section"] | |
aliexpress.com##.ui-mask, .gdpr-dialog-class, #j-aliexpress-notice, #container-for-smart-banner ~ div:not([id]):not([class*=" "]):not([style]):nth-last-child(2), .site-notice-header | |
tesco.pl###privacyOuterContainer | |
tesco.com###sticky-bar-wrapper | |
aftenposten.no###data-controller-sticky | |
knowunity.de##main ~ [data-nosnippet] | |
albaparty.org###disclaimer | |
lilies-diary.com##.lld-cookieconsentbanner | |
powerspreadsheets.com##.thrv-ribbon, .thrv-leads-slide-in | |
eurosportplayer.com###app div[class^="cookie-policy"] | |
sfr.fr###CkC | |
hessen.de##.alert-dismissible | |
zonky.cz##.cookie-consent-shown .application > .flex | |
farfetch.com##div[data-testid*="gdpr-banner"] | |
kraken.com##.kraken-cookie-warning, .kraken-cookie-warning.show | |
lovehoney.com##.dis_message | |
lovehoney.eu##.dis_message | |
stanley.ru##.test-mode__wrap | |
bopla.de###privacy-consent | |
antenasgsm.com##.cookies | |
dynavap.com###cookie | |
trouva.com###__next > div > div:first-child | |
cypress.com###complianceoverlay.complianceoverlay | |
sportsoft.co.uk###toast-container | |
beiersdorf.de##form > .popup | |
beiersdorf.ch##form > .popup | |
wordpress.com##.widget_text div[id*="MsgContainer"] | |
evavonangern.de##.disclaimer | |
airsoft.ch##.cb | |
mediapart.fr##.cc-modal | |
icabanken.se###blockbackground, #removeOnClose | |
canalplus.com##.cookies | |
qmee.com##.dashboard-disclaimer + div | |
labellevie.com###confidentiality | |
rnbee.ru###yw-cookie-gdpr | |
jeanscentre.nl###gatsby-focus-wrapper > div:last-child | |
infopedia.pt###klaro-pe-window | |
uni-tuebingen.de##.in2-modal__blackbox, #privacy-background, #privacy-container | |
eifel-antik.de##.jmg-googlemaps-dsgvo-notification | |
flyrotax.com###CookieSettingsContainer | |
amorespossiveis.com.br###idLGPD | |
aok.de###___gatsby footer > .fixed | |
freiewelt.net###cmmodal | |
bbc.com###main-wrapper > header[role="banner"] > div:first-child | |
bankmillennium.pl##wc-cookies-marketing | |
handelsbanken.se##shb-cookie-consent, .js-shb-inss-login__cookie-consent | |
handelsbanken.nl##shb-cookie-consent | |
ageofempires.com##.popup.disable-screen | |
ultimatecourses.com##.uc-cookies | |
dominospizza.pl###aside.cookies-visible | |
ihk-akademie.de###privacy-statement | |
ontariocolleges.ca###privacy-statement | |
corona-impfung.nrw##.modal-backdrop, app-confirm-cookies-dialog | |
digimobil.es###infocookies2, .modal-overlay, .modal-cookies-warning, .modal-cookies-info | |
dekra-norisko.fr##.dekra-gdpr | |
starcar.de###modal-overlay | |
service.gov.uk##.cbanner-govuk-cookie-banner, #dm-cookie-banner | |
besson-chaussures.com###shadCookie, #cookiesLightbox | |
tierarzt24.de##.vet_cookies | |
loewe.tv##.cookey-pop | |
iconscout.com###__layout > div > .rounded | |
verktygsboden.se##header > div:nth-child(2) .sd-surface-subtop > .sd-object-if | |
galaxus.de###__next > div[aria-hidden] | |
tinyurl.com##.alert-dismissible | |
mcfit.com###app ~ [opacity] | |
coinbase.com###root > div[class*="Layout"] ~ div[class^="sc"]:last-child, #page_content > div + div:last-child, #root > div > div > div[class^="Flex"] ~ div[class^="sc"]:last-child, #root > div[class*="Transitioner"] > div[data-element-handle] > div:last-child:not(:only-child) | |
scinapse.io###react-app > div:last-child | |
educative.io###__next > .ed-grid ~ div | |
cover-4-less.com##.elementor-popup-modal | |
obi.si###cookie | |
gnosis.io###consent | |
tingstad.com##.cookie-manager | |
7plus.com.au###app > [class*="cookieContainer"] | |
tuigroup.com###tui-cc | |
apotal.de###footer::after | |
focustaiwan.tw###jsGDPR | |
onleihe.de##.cookie | |
verfassungsblog.de##.tve-leads-ribbon | |
cbtnuggets.com###__next [class*="BannerContainer"] | |
picnic.app##.cookies, #modal | |
funshop.ch##.ds_cookiebar_container | |
taxfix.de###cookie-consent-customize-modal-container | |
gumenadom.si##.cookies | |
! | |
! SCRIPT BLOCKING | |
! | |
/media/plg_system_cookieconfirm | |
cookie_meldung.js | |
cookiewarning.js | |
cookiewarning4.js | |
||catalogocoop.it/cookie.js$script | |
/wp-content/mu-plugins/cookie_notifier | |
||freegamehosting.eu/js/cookies.js$script | |
||jp2w.pl/a/cookie.js$script | |
cookieConsent.js$domain=~blackboard.com|~kayak.pl|~gamersgate.com | |
/inc/cookiechoices.js | |
||metpartner.pl/cookie/info_cookie.js$script | |
||catalogo.pusc.it/pusc_jquery.cookie.min.js$script | |
cookie_law.js | |
||lebendiges-aachen.de/includes/javascript/cookiechoices/cookiechoices.js$script | |
||cookies.reedbusiness.nl/script/cookiechecker/cookiejs.js$script | |
/javascript/garante-privacy/js-cookie-master | |
/wp-content/plugins/cookie-compliance | |
||cdn.webgenerator.nl/_NoCDN/Javascript/CookieBar/cookies.min.js$script | |
cookiesamtykke.js | |
/modules/mod_pescookies | |
/cookiesdirective | |
||global.mercedes-benz-classic.com/cookie/cookie.js$script | |
/webapps/bb-cookie-disclosure | |
cookie-use-policy.js | |
||cookies.orangegames.com/assets/js/cc.js$script | |
/cookie-policy.js$domain=~newpharma.be | |
/ico_cookies.js | |
/comun/cookie_comercial.js | |
||hogarutil.com/js/cookies.js$script | |
/cookielaw.js | |
bootstrap-cookie-consent.js | |
cookieDisclaimer.js | |
/public/scripts/cookie/popup.js | |
||gartneriraadgivningen.dk/skinCss/website/js/cookie/cookie.js$script | |
/cookieconsent.js$domain=~kayak.pl|~portal.easygreenenergy.at|~oekostrom.at|~gin-rummy-online.com|~gamersgate.com|~spielemax.de|~tonershop.at | |
/cookieconsentpopup.js | |
cookiePolicyEUPopin | |
cookielawscript.js | |
cookiepolicy-client.js | |
||mercedes-benz-bank.de/static/js/MB_cookies.js$script | |
||cookie-disclaimer.lemm.de/cd.js$script | |
cookiebar-init.js | |
cookie_consent.js$domain=~selbst.de|~wunderweib.de|~tvmovie.de|~praxisvita.de|~lecker.de|~autozeitung.de | |
cookiewarning2.js | |
||phufart.pl/info_o_cookie_utf8.js$script | |
cookieInfo.js | |
||oleificiozucchi.it/cookie.js$script | |
/cookieAccept.js | |
||videoland.com/external/cookiewall$script | |
/cookiesDirective.min.js | |
/cookie-law-plugin_en.js | |
/wp-content/plugins/libernazione-utils/js/libcookies.js | |
||aegon.nl/data/cookiewall$script | |
||cultizm.com/templates/c2012light/javascript/cookies$script | |
cookieprivacygenerator.js | |
||blogcindario.com/cookie.php$script | |
||promoracing.it/cookies/popup.cookie.js$script | |
||harazd.net/info_o_cookie_utf8.js$script | |
cookie_acceptance_modal.js | |
eurail_responsive_law_cookie_banner.js | |
/dometic/dist/components/cookiescomponent | |
||basiszinssatz.info/cookiescript.js$script | |
||leporc.com/sites/all/modules/custom/info_cookies/info_cookies.js$script | |
||static.origos.hu/s/js/custom/origo/accept-cookie.js$script | |
jquery-easy-eu-cookie-law.js | |
||shop.szakalmetal.hu//js/cookies.js$script | |
||cdn.nwmgroups.hu/s/js/custom/origo/accept-cookie.js$script | |
||bootsticks.npage.de/assets/js/cookieconsent.latest.min.js$script | |
||blogspot.it/js/cookiechoices.js$script | |
||blogspot.at/js/cookiechoices.js$script | |
||blogspot.es/js/cookiechoices.js$script | |
||blogspot.ee/js/cookiechoices.js$script | |
||blogspot.pl/js/cookiechoices.js$script | |
||blogspot.cz/js/cookiechoices.js$script | |
||blogspot.dk/js/cookiechoices.js$script | |
||blogspot.ie/js/cookiechoices.js$script | |
||blogspot.fr/js/cookiechoices.js$script | |
||blogspot.si/js/cookiechoices.js$script | |
||blogspot.hu/js/cookiechoices.js$script | |
||blogspot.sk/js/cookiechoices.js$script | |
||blogspot.se/js/cookiechoices.js$script | |
||blogspot.fi/js/cookiechoices.js$script | |
||blogspot.lt/js/cookiechoices.js$script | |
||blogspot.gr/js/cookiechoices.js$script | |
||blogspot.ro/js/cookiechoices.js$script | |
||blogspot.bg/js/cookiechoices.js$script | |
||blogspot.be/js/cookiechoices.js$script | |
||blogspot.hr/js/cookiechoices.js$script | |
||blogspot.de/js/cookiechoices.js$script | |
||blogspot.pt/js/cookiechoices.js$script | |
||blogspot.nl/js/cookiechoices.js$script | |
||blogspot.no/js/cookiechoices.js$script | |
||blogspot.is/js/cookiechoices.js$script | |
||blogspot.cl/js/cookiechoices.js$script | |
||blogspot.lv/js/cookiechoices.js$script | |
||blogspot.ch/js/cookiechoices.js$script | |
||blogspot.ba/js/cookiechoices.js$script | |
||blogspot.lk/js/cookiechoices.js$script | |
||blogspot.ru/js/cookiechoices.js$script | |
||blogspot.com/js/cookiechoices.js$script | |
||blogspot.co.uk/js/cookiechoices.js$script | |
||blogspot.ca/js/cookiechoices.js$script | |
/ext/zt_popupcookies/* | |
||iti.si/deljene_datoteke/cookies.js$script | |
/wp-content/plugins/responsive-cookie-consent/* | |
||skm.warszawa.pl/js/cookie.js$script | |
/js/cookie-info.js | |
/cookie_law/plugin.js | |
/jslibrary/cookiewarning? | |
/wp-content/plugins/cookie-notice$domain=~kapitalkontor.com | |
||airnewzealand.co.nz/vbook/actions/cookieconsent$script | |
/cg_cookie.js | |
||grsuk.com/scripts/cookie-info.js$script | |
cookie-consent.es5.min.js | |
/js/cookielaw_mip.js | |
informacja_cookies.js | |
||cookiefix.dynamicline.hu/fixcookie.js$script | |
/cookie-consent.min.js | |
/cookie-policy.min.js | |
/wp-content/plugins/eu-cookie-law-wp-cookie-law/* | |
eurocookie.galilcloud.wixapps.net | |
/cookie-terms.min.js | |
/js/cookieStatement.js | |
||wawona.hu/cookie-box/$script | |
/js/components/cookiescomponent | |
/cookiesinfo/cookieinfo.min.js | |
/cookie-consent/cookie-consent.umd.js | |
||bt.com/consumer/cookie/client$script | |
/cookiebanner.$domain=~huk24.de|~adtipp.de|~nectar.com|~neckermann.de|~exali.de|~check24.de | |
/common/cpol/cookiepolicy.php | |
/cookie-widget/latest/cookiewidget.js | |
||static.talparadio.nl/js/cookiecheck.js$script | |
||bmedonline.es/js/cookies.js$script | |
/consentcookie.min.js | |
cookie.consent.is | |
/cookie-notification.js | |
filer_-_cookie_disclaimer_ny/ | |
/cpresources/cookieconsent/js/cookies.min.js | |
||layer22.net/scripts/cookies-no-conflict-naxa$script | |
/cookiecuttr-eu-cookie-law-compliance/* | |
jquery.eu-cookie-consent.min.js | |
/cookiebar.jquery.js | |
||trashmail.com/js/cookie$script | |
||gratiz.nl/cookie-script.js$script | |
/cookie-service/js/client.js | |
/js/euc_cookie.js | |
||wko.at/css-js/scripts/cookie.js$script | |
/web/components/cookie-consent/* | |
/jquery.cookiesdirective.js$domain=~servizionline.gruppoascopiave.it | |
||cookie-consent.azureedge.net/gdpr.js$script | |
jquery.cookie.policy.min.js | |
/prettycookies.js | |
/accept-ad-targeting/cookie.js | |
api.cookielaw.eu | |
api.cookielaw-script.it | |
/cookiealert.js$domain=~viessmann.com.pl | |
/external/ico.cookie. | |
/script/ico.cookie. | |
cookiewall.es5.min.js | |
/cookiecompliance.js | |
/remote/v1/cookie-notification | |
/cookie-warning.js | |
/cookienotice.js$domain=~betterworldbooks.com | |
||private.dmscookie.com/scripts/$script | |
||tgory.sr.gov.pl/js/cookie.js$script | |
/eu-cookie-law.js?browserId | |
cookies.innershed.co.uk | |
/wp-content/mu-plugins/cookie_notifier/cn.min.js | |
/cookiebar_tls.js | |
/wp-content/plugins/smart-cookie-kit/* | |
/cookie-notice.js | |
/wp-content/plugins/cookie-law-info/*$domain=~wmagazine.com|~moneytoplist.com | |
/CookiePolicy/resources/scripts/cookie.policy.min.js | |
/modules/cookieconsent/js/* | |
jquery.cookiepol.js | |
/cookie-bar.js | |
/cookie/cc_min.js | |
/cookielaw/piskotkar.js | |
||myportalcms.com/template/js/mp_acookie.js$script | |
/cookieplugin/cookie.js | |
/cookie-message.js | |
/javascript/cookieconsent.min.js | |
/cookies-banner.js | |
||doitonlinemedia.nl/global-js/avg-cookie.js$script,domain=~palazzogroep.nl | |
||privacy.digimedia.com/check_cookie_country_code.js$script | |
/fortune_cookie_popup.js | |
/cookiecsnt2/js/cookie.min.js | |
/cookies-note.js | |
policy.app.cookieinformation.com$domain=~kartor.eniro.se|~kart.gulesider.no|~kort.degulesider.dk|~map.krak.dk|~babysam.dk|~minaftale.dk | |
/cookienotice/Js/* | |
/wp-content/plugins/fortune-cookie-consent-policy/* | |
||gdl-cookiebar.tnt-digital.com/js/$script | |
/nl-cookie-law.js | |
/cookieaccept.js | |
/ercookiebar. | |
/cookiewarn.js | |
/cookie-hinweis/script-v2.js | |
/js/cookieMessage.js | |
/assets/js/sera/web/cookie.js | |
cookiebanner.min.js | |
/z7_cookiemanager.js | |
/cookie-consent/js/*$domain=~kawalekkodu.pl | |
cookieconsentnotice.js | |
/modules/tnzcookie/* | |
/wp-content/plugins/gdpr-cookie-compliance | |
/components/cookie-modal/cookie-modal.js | |
/cookies-window.min.js | |
/cookiewall-inline-for-popup.js | |
/wp-content/plugins/cc-cookie-consent/* | |
/cookiePolicyV4.js | |
/modules/cookiechoices.js | |
/cookie-widget/bootstrap.js | |
/jquery.tipsy.cookie.js | |
cookie_choices.min.js | |
/wp-content/plugins/wp-cookie-allow/*$domain=~learndutch.org | |
/wp-content/plugins/cookiemedia/* | |
/Resources/Public/js/cookiebar. | |
/plugins/system/cookiespolicynotificationbar | |
||cookieassistant.com/widget.js$script | |
/helper-scripts/cookieconsent/* | |
/msifestiwal/Scripts/cookies.js | |
/cookie-overlay-pl.js | |
/cookie.notify.js | |
/cpol/cookiepolicy.php | |
/cookie-consent-manager.js | |
||dtt.taleo.net/careersection/theme/381362/1547022019000/en/theme/js/cookies.js$script | |
/gdpr/cookies/cookiesLayer.js | |
/CookiePolicyGa/cookiepolicyga.js | |
/sdc/cookie_consent.html | |
/tmo_cookies/Resources/Public/Javascript/CookieSettings.js | |
||deltaxmultimedia.com/cookielaw$script | |
/web/components/cookieusage | |
/wp-content/plugins/eagerly-tools-cookie | |
/scripts/cookiebar | |
/resources/CookieConsent/cookies.js | |
||buro-3.nl/cookie/cookie.js$script | |
/ll_cookie_bar.js | |
||api.cookiemonster.is/embed$script | |
/wp-content/plugins/g361-cookies-consents | |
/Scripts/Cookies/cookieacceptance.js | |
/extimages/scripts/ukcookie.js | |
||cookies.aptelink.pl/nc.js$script | |
eu_cookie_banner.js | |
/eu_cookie_compliance.js | |
/dc-cookie-privacy-settings.min.js | |
/cookiesPolicy/static/lib.js | |
/cookiewarning-nosql.js | |
/jquery.bpcookies.min.js | |
/resources/js/cookie/cookie-bar | |
/cookieConsentDialog.js | |
/wp-content/plugins/bc-cookie-consent | |
/modules/idxcookies/* | |
/javascript/cookieser.js | |
/cookiesWidget/widget.js | |
consent.cookiebot.com$domain=~live.slam.nl|~saveur.com|~popsci.com|~cineplex.de|~kino.dk|~hoyavision.com|~cajamar.es|~digitaltrends.com|~werder.de|~finanzmarktwelt.de|~flos.com|~danbolig.dk|~bt.dk|~scubadiving.com|~stern.de|~dasinvestment.com|~derivate.bnpparibas.com|~werkenbijlidl.nl|~swspremberg.de|~nngroup.com | |
/jquery.cookieBar$domain=~kvv.de|~vileda.de|~vileda.fr|~vileda.pt|~vileda.be|~vileda.nl|~vileda.fi|~vileda.se|~vileda.it|~vileda.co.uk|~aten.com|~germany.ru | |
/ccp-sites/components/structure/cookie-notification/* | |
/cookies-info.js | |
cookies.algo.at | |
||wko.at/gcm/cookie.js$script | |
||cookiehub.net/c$script | |
/widgets/eu-cookie-law/* | |
||app.cookieyes.com/client_data$script | |
/skinCss/website/js/cookie/cookie.js | |
||freeprivacypolicy.com/cookie-consent$script | |
/cookie-consent-module/dist | |
/cookieOptIn.js | |
/js/cookie_banner | |
/jquery-cookies-alert.min.js | |
cookielaw.emea.fcagroup.com | |
/wp-content/plugins/tnk-cookies | |
/cookiepopup.js | |
consent.cookiefirst.com$domain=~swietawdomu.pl | |
/cookies-policy.js | |
/wp-content/plugins/liquorice-cookies | |
/jquery.cookiebar.js$domain=~arkevia.com|~libreriauniverso.it|~katholisch-diessen.de|~spcgear.com|~visorando.com|~motedis.at|~homematic-ip.com|~gov.hr | |
||cookie-switch.viminds.de/api$script | |
||skyscnr.com/sttc/oc-registry/components/cookie-banner$script | |
/modules/cookiesplus/views/js/cookiesplus.js | |
/mws-cookie-solution.min.js | |
/ajax/libs/cookieconsent2$domain=~membersuite.com|~rijbewijskeuringennederland.nl|~download.pixelexperience.org|~ceramtec-group.com | |
/cookie-consent.js$domain=~lacoste.com|~indiearenabooth.com | |
/cookienotice-bootstrap.js | |
/wp-content/plugins/cookieEuGH | |
/cookiebar.js | |
/gdpr/cookie-notice | |
/cookiechoices.min.js | |
/cookie-consent-layer.htm?ajax=1 | |
/cookie-consent-min.js | |
||cookieconsent.popupsmart.com/src/js/popper.js$script | |
||flixbus.com/cookie-consent$script | |
/typo3conf/ext/jscookieconsent | |
/jquery.cookie-policy.js | |
/cookie-alert.js | |
up-cookiemon.wavecdn.net | |
/cookieBanner.$domain=~adtipp.de|~nectar.com|~neckermann.de|~exali.de|~check24.de | |
/politica-cookies/leyCookies.js | |
/trwcookieconsent/* | |
/dc_components/site/cookie-control/* | |
||cookie-manager.de/cookie-manager/$script | |
/pxpcookies.js | |
/cookie/uccb-main | |
/cookie_consent_min_js.js | |
/onlinemanufaktur-cookie-notice/* | |
/mq_cookieconsent/* | |
/static/cookies/cookie-layer-wc- | |
/cookie-bar/*$domain=~vectra.pl|~urbanista.de | |
/cookiebar/scripts.js | |
/fileadmin/cookieconsent/* | |
/cookieopt-min.js | |
/micado.web.dsgvo.cookie | |
||wip.pl/js/cookie.js$script | |
/docroot/js/app/modules/cookies-selection.js | |
/typo3conf/ext/cookieman/* | |
/cookiecode.dist.min.js | |
/modules/cookie-banner.js | |
/cookie_agreement_dialogue.js | |
||googleapis.com/55_cookie-consent$script | |
/nsd-cookie-banner.js | |
/wp-content/plugins/responsive-eu-cookie-notice/* | |
/wp-content/plugins/master-popups-cookieplus/* | |
/cookie-banner-one.js | |
/cookiemanagement.js | |
/modules/mod_eu_cookies/* | |
/jquery.cookiefy/* | |
||websitepolicies.com/lib/cookieconsent$script | |
/typo3conf/ext/aip_cookie_law | |
||cookie.gg/c$script | |
/plg_system_vpcookieconsent/* | |
/p8-cookie-bar.js | |
/cookie-banner/cb.js | |
/echonetcookie.js | |
/cookie-policy-en.js | |
/bb_cookieconsent/* | |
/?tx_z7cookiemanager | |
/typo3conf/ext/kmacookies | |
||edipresse.pl/tcf/cookie.js$script | |
/in2cookiemodal/* | |
/_hw_cookie_dialog.js | |
/cookie-consent-settings-ui/* | |
||cookietrust.eu/script$script | |
bs-cookie.staging.springbok.agency | |
/cookie-banner.min.js$domain=~nice.org.uk | |
/WebUI/Cookies/allowcookies.js | |
/SharedComponents/bundle-scripts/cookie-consent | |
/cookieconsent.klaro. | |
/js/cookies_bar | |
/modal/cookie-wall/?modal_view=true | |
/wp-content/plugins/better_cookie_consent/* | |
/js/jquery-eu-cookie-law-popup | |
flipdish-cookie-consent | |
/js/cookie-law-ansi | |
cookieconsent.syreta.com | |
/js/deferred/cookie-consent | |
/js/rodo-cookie | |
/hw-cookie-dialog.js | |
/accept-cookies.js | |
/cookie_warning.js | |
/plugins/cookies/tinybox.js | |
/web/components/cookieconsent/* | |
cookie-bar.salessquad.co.uk | |
/cookieMunchr.min.js | |
||nicmanager.com/static/cookie_guideline$script | |
||traderfox.de/lib/tfcookie.js$script | |
/amadeus-plugin-cookies/* | |
/rh-cookieconsent-microsites.min.js | |
/components/content/cookie-overlay/* | |
cookiemon.atcom.gr | |
||nbcsports.com/cookie-ack.js$script | |
/js/gdpr/gdpr-cookie | |
/jquery.ihavecookies. | |
/b2b-market/src/addons/cookie-consent/* | |
/vue/components/cookie-monster | |
/wp-content/plugins/do-you-want-cookies/* | |
||bascom.nl/cookies/consent.js$script | |
/fluvius-eu-cookies.js | |
/lyxor-cookies-disclaimer.js | |
/grt-cookie-consent.js | |
/bundles/cookiebar | |
/avia-snippet-cookieconsent.js | |
/user-cookie-banner/* | |
/typo3conf/ext/we_cookie_consent | |
/hellowork-cookie-consent/* | |
/wp-content/plugins/vp-cookies/* | |
/system/modules/cookiecontrol/assets/js/cc.js | |
/cookieConsentNotif.js | |
/typo3conf/ext/ne_cookies/* | |
/in2cookiemodal.js | |
/cookie-bar.min.js | |
/ilovecookies.min.js | |
/luxcookieconsent/* | |
/cookiehint/* | |
/cookieOptIn.min.js | |
/sg_cookie_optin/* | |
/cookiebox.min.js | |
/cookie.privacy.protection.js | |
/new-cookie-policy. | |
/cookiehint.js | |
/public-cookie-consent/* | |
/mod_jt_cookies/* | |
/js/dist/cookieAcceptance | |
/cookiebanner/* | |
/acc.cookienotification.js | |
/cookiepolicy.js | |
cookie_api/cccframe | |
/metro?sc_device=webcomponent&components=cookie | |
/cookie_msg.js | |
/cookie_info.js | |
js.cookietagmanager.net | |
/assets/mnd-cookie-consent | |
/js_cookies_legal.js | |
/ys_cookie_consent/* | |
/cookie-consent-v2/* | |
/beautiful-and-responsive-cookie-consent/* | |
/cookie/banner | |
/widget-module-cookies | |
/lightweight-cookie-notice/* | |
/ocean-cookie-notice/* | |
/jst_eu_cookie/* | |
procookie.by.nf | |
/gdpr-cookie.js | |
jquery-eu-cookie-law-popup | |
/cp_cookieconsent.js | |
||tmgonlinemedia.nl/consent/script/consent.js$script | |
||privacy.ariadneathome.nl/script/consent.js$script | |
||privacy.vtwonen.nl/script/consent.js$script | |
wpjslib-chunk-consent-form.js | |
/js/consentbar.js | |
/gdprpro/views/js/gdpr-consent.js | |
||idg.se/idg-consent.min.js$script | |
/js/consent-banner.js | |
||s.clickiocdn.com/t/consent_$script | |
/jppol-consent/js/bootstrap.js | |
/opbox-rodo-consent-modal/index | |
||optanon.blob.core.windows.net/consent$script | |
||libertatea.ro/consent/config.js$script | |
consent-notice.magix.com | |
/taunton-user-consent-eu | |
||consensu.org/t/consent_$script | |
consentmanager.mgr.consensu.org$domain=~sourceforge.net|~webfail.com|~sudoku-aktuell.de | |
/consently.min.js | |
||s.adroll.com/j/consent.js$script | |
/consent-panel-vue.chunk.js | |
consent.theneweuropean.co.uk | |
/privacy-consent-banner.js | |
||thezen.garden/projects/zenconsent/$script | |
||smartconsent.ro/js/smart-consent.js$script | |
/js/webflow-consent-manager | |
||app.consentassist.com/widget.js$script | |
||s.luxupcdnc.com/t/consent_$script | |
cdn.appconsent.io | |
consent.23g.io | |
browser-consent-front.coco.s-cloud.fi | |
/assets/consent-manager.js | |
||consent.weersvoorspelling.nl/v1$script | |
/consent.webmasterplan.com/v2 | |
/js/adsconsent.min.js | |
||consent.truste.com/get?name=notice.js$script | |
||consent.trustarc.com/notice$script,domain=~tripit.com|~fortune.com|~formula1.com | |
consent-manager.metomic.io | |
cmp.uniconsent.com | |
/consent-banner-bootstrap | |
||tmgrup.com.tr/tmd-consent$script | |
/js/consent-modal.js | |
/api/snippets/js/consent-banner | |
||sixfifty.com/consent.js$script | |
/gdpr/consent.js | |
||snigelweb.com/adconsent$script | |
choices.consentframework.com | |
consentserve.mgr.consensu.org | |
analytics-consent-manager.azureedge.net | |
/mgm_consent.js | |
||hoffmann-group.com/common/consent$script | |
/dv_t3_consent_management/* | |
/gsso_consent_manager.js | |
||avandor.com/consent$script | |
/typo3conf/ext/data_consent/* | |
||smart.idmnet.pl/consent$script | |
||kalevakonserni.fi/consent/gravito$script | |
/bundle-consent-banner | |
/modal-consent-component.min.js | |
/consent-management/_include/init_consent.js | |
||pitcom-webanalyse.de/dsgvo/consent-banner$script | |
||wrd-aws.com/consent/$script | |
/wp-content/plugins/ag-consentmanager-no-bootstrap/* | |
/static/consent-dialog. | |
/opbox-gdpr-consents/* | |
/cmp/consent-manager.js | |
||ampproject.org/v0/amp-consent$script | |
||consent.trustarc.com/v2/notice$script | |
/resources/onetrust/js/consent.js | |
/consent-manager/lazy-consent-manager | |
/addons/consent_manager/* | |
/npm/ez-consent | |
/js/gdpr_footer.js | |
/js/gdpr.min.js | |
/js/comun/avisopcgdpr.js | |
/gdpr/gdpr.js | |
gdpr.internetbrands.com | |
||.be/api/gdpr$script | |
||.nl/api/gdpr$script | |
-gdpr-min.js | |
/gdpr-transparency-apnxs/latest/gdpr-bundle.js | |
||sitemaps.services.zam.com/gdpr_optout.js$script | |
/ibeugdpr.min.js | |
||consensu.org/gdpr/cmp/gdpr-cmp-ui.js$script | |
||s3.amazonaws.com/sitemaps.services.zam.com/gdpr_standalone.js$script | |
/sizzlegdpr.snippet.min.js | |
/js/gdpr/messaging. | |
/mdp.javascript.gdpr.min | |
/emg-framework/public/js/gdpr | |
/emg-framework/assets/js/gdpr | |
/assets/js/gdpr.js?ver | |
/gdpr/injectable.min.js | |
/ishop-plugins/gdpr | |
||secure-cdn.mplxtms.com/gdpr$script | |
/gdpr-banner.js | |
/am2-gdpr-public.js | |
/gdprscript.js | |
/plugins/surbma-gdpr | |
/gdpr-banner.min.js | |
||libraries.wmgartistservices.com/gdpr$script | |
/gdprmain/prod/utag.js | |
||cdn.thisisdone.com/gdpr/$script | |
gdpr-banner.awsmpsa.com | |
||securebrainpull.com/gdpr/$script | |
||gdpr500.com/widget/pandawidget/$script | |
/bundle-gdpr.min.js | |
/gdpr/CookieConsent$domain=~kayak.pl | |
/2018-gdpr.js | |
/gdpr-cmp-ui.js | |
/js/gdpr.min. | |
/plugins/gdpr/gdpr_ncoi.js | |
/static/new/js/gdpr.js | |
/libs/gdpr/cmp/cmp.bundle.js | |
/pgdpr.min.js | |
/policies/gdpr.js | |
/gdpr/spd.js | |
||prizelogic.com/gdpr/third-party-optin.min.js$script | |
/gdpr-popup.js | |
/wordpress-ptchrgdprplugin/* | |
gdpr-wrapper.privacymanager.io$domain=~geenstijl.nl|~dailybuzz.nl|~rtvnoord.nl|~omroepbrabant.nl|~futurezone.at|~profil.at|~kurier.at|~weeronline.nl|~lablue.de | |
||evidon.com/pub/gdprnotice.js$script | |
/wp-content/plugins/ct-ultimate-gdpr | |
||gdpr.mandarin-medien.de/manager.js$script | |
gdpr-tcfv2.sp-prod.net$domain=~ekstrabladet.dk|~computerbild.de|~bold.dk|~welt.de|~sport1.de|~ostsee-zeitung.de|~radio.fr|~radio.at|~radio.de|~radio.net|~radio.pl|~radio.it|~lvz.de|~mein-schoener-garten.de|~autobild.de|~bike-bild.de|~bz-berlin.de|~travelbook.de|~si.com|~businessinsider.de|~clever-tanken.de|~fitbook.de|~meinestadt.de|~metal-hammer.de|~musikexpress.de|~myhomebook.de|~noizz.de|~politico.eu|~rollingstone.de|~stylebook.de|~techbook.de|~testbild.de|~wieistmeineip.at|~wieistmeineip.de|~wieistmeineip.ch | |
||yastatic.net/s3/gdpr$script | |
||mediavine.com/tags/gdprModal$script | |
/zgdpr.min.js | |
/gdpr/pp_agreement.pc. | |
/gdpr/cmp/cmpBundle.min.js | |
/webmd.gdpr/* | |
/wp-content/plugins/motus-gdpr | |
/plugins/gdprprivacysetup/* | |
/cc-gdpr.js | |
||metronom.com/library/scripts/gdpr$script | |
/typo3conf/ext/lin_gdpr/* | |
/tronic-gdpr/* | |
/gdpr-banner/* | |
/media/plg_system_eprivacy | |
||recepttar.hu/js/privacy.js$script | |
cmp.dmgmediaprivacy.co.uk$domain=~metro.co.uk | |
jssdk.privacy.pre.schibsted.com | |
||secureprivacy.ai/secureprivacy-plugin/$script | |
privacy.schibsted.com | |
/vendor/weka/privacykit/* | |
||privacy.clym.io/js/clym-widget.js$script | |
/js/privacypolicy.js | |
/bosch-privacy-settings- | |
/js/general/avada-privacy.js | |
||public.message-business.com/Javascript/mb.privacyManager$script | |
||cdn.reeltime.no/pm_assets/privacy/$script | |
||ftcguardian.com/privacy-update$script | |
||privacypolicy.trgr.be/widget$script | |
/privacyopt.js | |
/privacypolicy/styles/all/template/remove_url.js | |
||psi.schibsted.com/api/v2/privacy/notification$script | |
sdk.privacy-center.org$domain=~lequipe.fr|~metronieuws.nl|~marianne.net|~allocine.fr|~standaard.be|~dziennikzachodni.pl|~naszemiasto.pl|~telegraaf.nl|~gamepro.de|~gamestar.de|~dumpert.nl|~funradio.fr|~rtl.fr|~mundodeportivo.com|~franceinter.fr|~filmweb.pl|~franceculture.fr|~gofeminin.de|~onmeda.de | |
/wp-content/plugins/privacy-policy-info/* | |
/e-privacy.min.js | |
/privacyConsentBar.js | |
||tagcommander.com/privacy$script,domain=~labanquepostale.fr | |
||privacy-proxy.usercentrics.eu/latest$script,domain=~haix.de|~badische-zeitung.de | |
||isgprivacy.cbsi.com/dist/optanon$script,domain=~cbsnews.com | |
/contao-privacy-center.js | |
privacy-mgmt.com$domain=~bild.de|~ekstrabladet.dk|~computerbild.de|~bold.dk|~welt.de|~focus.de|~chip.de|~faz.net|~n-tv.de|~manager-magazin.de|~spiegel.de|~vtm.be|~privacy-mgmt.com|~selbst.de|~giga.de|~radio.fr|~radio.at|~radio.de|~radio.net|~radio.pl|~radio.it|~mein-schoener-garten.de|~boerse-online.de|~tvspielfilm.de|~autobild.de|~bike-bild.de|~bz-berlin.de|~jyllands-posten.dk|~cyberport.at|~cyberport.de|~golem.de|~express.de|~volkskrant.nl|~rtl2.de|~si.com|~rtl.de|~11freunde.de|~finanzen.at|~finanzen.net|~insider.com|~transfermarkt.at|~transfermarkt.ch|~transfermarkt.co.uk|~transfermarkt.com|~transfermarkt.com.tr|~transfermarkt.de|~transfermarkt.fr|~transfermarkt.it|~transfermarkt.nl|~transfermarkt.pl|~transfermarkt.pt|~transfermarkt.us|~vip.de|~businessinsider.de|~clever-tanken.de|~fitbook.de|~meinestadt.de|~metal-hammer.de|~musikexpress.de|~myhomebook.de|~noizz.de|~politico.eu|~rollingstone.de|~stylebook.de|~techbook.de|~testbild.de|~wieistmeineip.at|~wieistmeineip.de|~wieistmeineip.ch | |
privacy-policy.u-lab.nl | |
||trustcommander.net/privacy$script | |
app.eprivacy-keeper.eu | |
/wp-content/plugins/en-privacy-notification/* | |
privacy.claytonhomes.com | |
||shopify.com/shopifycloud/privacy-banner$script | |
||var.uicdn.net/shopsshort/privacy$script | |
||cmp.nextday.media/cmp$script,domain=~vi.nl|~omroepwest.nl | |
cmp.dreamlab.pl | |
/media/cmp/int_cmp_banner | |
||consensu.org/delivery/cmp.min.js$script | |
||sipaof.mgr.consensu.org/sipacmp/$script | |
/cmp/sourcepoint/sp-msg.js | |
cmp.cdntrf.com | |
cmp.mediavine.com | |
/cmpCookie.js | |
/js/library/cmp/cmp.bundle- | |
cmp-loader.choice.faktor.io | |
/atresplayer/assets/web/cmp | |
/diyscmp.min.js | |
||bilsyndication.com/js/cmp$script | |
||bilsyndication.com/plugins/cmp$script | |
cmp.osano.com | |
||vlitag.com/plugins/cmp$script | |
cmp.md-nx.com | |
cdn.opencmp.net | |
cmp.faktor.mgr.consensu.org$domain=~omroepwest.nl|~consent.talpanetwork.com | |
||almamedia.fi/almacmp$script | |
||snigelweb.com/sncmp$script | |
||gravito.net/cmp$script | |
cdncmp.richaudience.com | |
||heymatic.com/assets/cmp$script | |
/cmp/js/vendors~cmpUi | |
||ustatik.com/public/cmp$script | |
||mrf.io/cmp$script | |
cmp.cls.pm | |
||gravito.net/lightcmp$script | |
/pubtech-cmp.js | |
||onetag-sys.com/cmp$script | |
/truendo_cmp.pid.js | |
||gofundme.com/js/3.0/visitorCookie.js$script | |
/CookiesDirective | |
CookieAccept/affirmation.js | |
||ariba.com/assets/scripts/classes/Ariba.Compliance.CookieConsent.js$script | |
||aldermore.co.uk/Scripts/Logic/CookieDisclaimer.js$script | |
||tweeboo.com/r/js/CookieDirective$script | |
/jqueryCookieGuard | |
jquery.smartCookie.min.js | |
/cc-bar/cCookiesH.js | |
/CookieDirective.js | |
/setPrivacyCookie.min.js | |
/clientlib-webpack-publish/js/CookiesApp- | |
/js/CookieManager.js | |
/bundle_CookieLegalNotice.prod.js | |
/acceptCookies.js | |
/i_CookieConsent.js | |
/Amasty_GdprCookie$domain=~planet-cards.co.uk|~durstexpress.de|~littlelunch.com|~twinpack.nl|~eckeroline.fi|~brain-effect.com | |
/ts/components/CookieConsent. | |
/SDG_CookieLayer.min.js | |
/slr_js/allowCookies.js | |
/javascript/component-CookieConsent | |
/whCookieManager | |
/Cookie-GetCookieModal | |
/wp-content/plugins/1990KB-CookieConsent/* | |
/Magento_Cookie/js/notices | |
/iwCookieBanner | |
/CookieConsent.js$domain=~gamersgate.com | |
/js/CookieConsentNew | |
/CookieManagerUi.js | |
/widgets/global/vendors~LegalCookies | |
/components/CookieManager/js/app.js | |
/getCookieConsent | |
/kssCookieManager/* | |
/ModalCookiesPrivacy.php | |
/CookiesManager/CookiesManager.js | |
quantcast.mgr.consensu.org$domain=~sourceforge.net|~tumblr.com|~indy100.com|~vi.nl|~independent.co.uk|~joe.ie|~joe.co.uk|~standard.co.uk|~cnews.fr|~adslzone.net|~avsforum.com|~filmvandaag.nl|~gamesradar.com | |
gemius.mgr.consensu.org | |
sddan.mgr.consensu.org | |
digitrust.mgr.consensu.org | |
sharethis.mgr.consensu.org | |
webads.mgr.consensu.org | |
sibboventures.mgr.consensu.org | |
etarget.mgr.consensu.org | |
optad360.mgr.consensu.org | |
marfeel.mgr.consensu.org | |
shinystat.mgr.consensu.org | |
dan.mgr.consensu.org | |
ogury.mgr.consensu.org | |
inforpl.mgr.consensu.org | |
||ciasteczkowapolityka.pl/getscript$script | |
||bsl.nl/extern/smbv-incl/script.js$script | |
||ssl.synovite-scripts.com/ut$script | |
||zoneadsl.com/clientscript/cnil.min.js$script | |
||angrybirdsmovie.net/site/scripts/nettracking4.js$script | |
||bobulous.org.uk/javascript-head-sitewide.js$script | |
||wroclaw.pl/portal/themes/js/script-rodo.min.js$script | |
/scripts/pookie.js | |
||metasrc.com/assets/javascripts/compliance.js$script | |
||geo.fr/assets/scripts/sourcepoint.js$script | |
/wp-content/plugins/rodo/rodo_script.js | |
||cdn.praivacy.eu/scripts$script | |
||script.getcomplied.com/scripts/complyWidget/assets/getCompliedListWidget.js$script | |
/Gpdr/assets/ccc-script.js | |
/wp-content/plugins/cc/js/cc.min.js | |
||common.i12.de/cms/file/plugin/dp/dp.js$script | |
/wp-content/plugins/shapepress-dsgvo/* | |
/wp-content/plugins/iticonseil-rgpd/* | |
/wp-content/plugins/pixelmate/* | |
/wp-content/plugins/pixelmate-opt-in/* | |
||static.trbo.com/plugin$script | |
/wp-content/plugins/fb-pixel-dsgvo/* | |
||id-ward.com/static/idw_plugin$script | |
/acton/bn/tracker | |
||etracker.de/optin_overlay.php$script | |
/libraries/google/do-not-track.js | |
/tracking-permission-dialog.js | |
||origin-images.wikia.com/fandom-ae-assets/tracking-opt-in$script | |
/tracking-opt-in.min.js | |
/contaotrackingmanager/* | |
/rodo.js?pp_pr= | |
/templates/rodo/rodo.js | |
/js/rodo/rodo.js | |
/js/rodo.js | |
||rodo.agora.pl/agreement/check$script | |
/min-js?f=js/rodo.js | |
/rodo_rmf | |
/popup/rodo.min.js | |
||www.capitol.fr/streaming/cnil/cnil.js$script | |
||prismamediadigital.com/cnil.min.js$script | |
||newsletters.ftv-preprod.fr/cnil/js$script | |
/Dock/DockContent/Cards/GDPRCard/index.js | |
nanoGDPR.min.js | |
/GDPR/GDPR.js | |
/GDPRPanelComponent | |
||tdn.r42tag.com/lib/ut$script | |
||c.betrad.com/pub/third.js$script | |
fundingchoices.google.com | |
fundingchoicesmessages.google.com$domain=~rtl.hr|~fernsehserien.de|~bbc.com | |
||spiffymachine.com/v2/$script | |
cdn.userdatatrust.com | |
||cdn.pubguru.com/pg.js$script | |
||qualtrics.com/WRSiteInterceptEngine$script,domain=~logmeininc.com | |
a.svtrd.com$domain=~ns.nl | |
||foolcdn.com/mms/resources/js/international-visitor-notice-js$script | |
||heraeus.com/media/system_files/special_applications/heraues_datapolicy$script | |
||libraries.wmgartistservices.com/pplightbox$script | |
||assets.ubembed.com/universal$script | |
||pi.pardot.com/analytics$script | |
||api.useinsider.com/ins.js$script | |
st.getsitecontrol.com | |
||a.optmnstr.com/app/js$script | |
||borderfree.com/v1/dist/cbt.js$script | |
||cdn.justuno.com/mwgt$script | |
||vontobel.com/CH/VontobelCoreResources/Scripts/DisclaimerControl.js$script | |
||caringzinc.com/v2$script | |
||dam.bbcchannels.com/m/2fmpg/js/outside-iframe.js$script | |
||dam.bbcchannels.com/m/2fmph/js/outside-iframe.js$script | |
cdn.truendo.com | |
||intelligentscissors.com/v2$script | |
||cdn.adnuntius.com/adn.dmp.js$script | |
||cct-pubweb.com/ccpa$script | |
widgets.legalmonster.com | |
nexus.ensighten.com | |
||einfachonline.com/sid$script | |
/railwayreason.com | |
/teenytinycellar.com | |
/lovelydrum.com | |
/hatefulrequest.com | |
/aloofvest.com | |
privacidade.api.milvus.com.br | |
global.ketchcdn.com | |
||e-i.com/SITW$script | |
||pcz.pl/static/js/moo-cooker.js$script | |
/eucd/eucd.min.js | |
||cinabre.sudoc.abes.fr/psi_gui/js/bandeau.js$script | |
/euopties.js | |
/cknotiz.js | |
/common/disclaimer/load.min.js | |
wpjslib-chunk-notification.js | |
/js/cpb.min.js | |
/utag.tagsOptOut.js | |
||app.termly.io/embed.min.js$script | |
||static.wpolityce.pl/rhododendron/js/terms_of_service.js$script | |
/info_cook.js | |
/js/datenschutz.js | |
||c.sd1.fr/cn/cn.min.js$script | |
||zgody.infor.pl/build/assets/js/main.js$script | |
||static.s-sfr.fr/stats/sbtF.js$script | |
/dsgvo_2018.js | |
/js/dsgvo.js | |
||partner.vxcp.de/_js/vxcp_Common.js$script | |
/cc.js?renew=false&referer=www.rs2.de | |
/twcdisclaimer.js | |
/jqueryCL.min.js | |
/trustArcHelper.js | |
||widget.clym.io/clym.js$script | |
||htmedia.in/analytics-js/dap.js$script | |
||static.axept.io/sdk.js$script | |
/ufti/uftiLoader.min.js | |
/includes/pltk/pltk.js | |
/onstuimig-tag-manager/base/adf-tm-base-min.js | |
/GDRP_banner.js | |
/ads/rgpd.js | |
||samtykker.agm.as/agent.js$script | |
||samtykker.agdermedia.no/agent.js$script | |
/PopUpPriva/PopPrivacymin.js | |
||dialogue.sp-prod.net/messagingWithoutDetection.js$script,domain=~globalplayer.com | |
/datenschutz.min.js | |
/ccm19.js | |
/wrapperMessagingWithoutDetection.js$domain=~bild.de|~ekstrabladet.dk|~computerbild.de|~bold.dk|~welt.de|~sport1.de|~focus.de|~chip.de|~faz.net|~n-tv.de|~selbst.de|~wunderweib.de|~tvmovie.de|~praxisvita.de|~cosmopolitan.de|~lecker.de|~autozeitung.de|~giga.de|~radio.fr|~radio.de|~radio.net|~radio.pl|~radio.it|~mein-schoener-garten.de|~boerse-online.de|~tvspielfilm.de|~bike-bild.de|~bz-berlin.de|~travelbook.de|~jyllands-posten.dk|~cyberport.at|~cyberport.de|~golem.de|~express.de|~ksta.de|~bndestem.nl|~volkskrant.nl|~rundschau-online.de|~rtl2.de|~derstandard.de|~derstandard.at|~rtl.de|~11freunde.de|~finanzen.at|~finanzen.net|~insider.com|~transfermarkt.at|~transfermarkt.ch|~transfermarkt.co.uk|~transfermarkt.com|~transfermarkt.com.tr|~transfermarkt.de|~transfermarkt.fr|~transfermarkt.it|~transfermarkt.nl|~transfermarkt.pl|~transfermarkt.pt|~transfermarkt.us|~vip.de|~businessinsider.de|~clever-tanken.de|~fitbook.de|~idealo.at|~idealo.co.uk|~idealo.de|~idealo.es|~idealo.fr|~idealo.it|~meinestadt.de|~metal-hammer.de|~musikexpress.de|~myhomebook.de|~noizz.de|~politico.eu|~rollingstone.de|~stylebook.de|~techbook.de|~testbild.de|~wieistmeineip.at|~wieistmeineip.de|~wieistmeineip.ch | |
/app.dsgvo.min.js | |
/trigoAboveBox.jquery.js | |
/dsgvoinit.min.js | |
/styleguide/mxqasqco.js | |
/iubenda_cs$domain=~radiomontecarlo.net|~video.repubblica.it|~video.lastampa.it|~nablawave.com|~buondi.it|~telerama.fr | |
/amp-user-notification- | |
||sn.sanoma.fi/js/sccm$script | |
/api/rest/settings/public?fields=endUserAgreement | |
||congstar-media.de/fileadmin/cpolicy/$script | |
connect.danone.es | |
/js/components/es6/PrivacyPolicy | |
||codice.shinystat.it/cgi-bin/getcod.cgi$script | |
||whitepress.pl/common/pltk/$script | |
||js.hs-analytics.net/analytics$script | |
||jsdelivr.net/wp/wp-slimstat$script | |
/js/dsvgo. | |
/Flurrybox_EnhancedPrivacy/* | |
/tarteaucitron/css/tarteaucitron.css | |
notice.sp-prod.net$domain=~telegraph.co.uk | |
||htmedia.in/analytics-js$script | |
||rcsobjects.it/rcs_cpmt$script,domain=~video.corriere.it|~video.gazzanet.gazzetta.it | |
||wpcc.io/lib$script | |
||app.usercentrics.eu/browser-ui$script,domain=~badische-zeitung.de|~immonet.de | |
tag.goadopt.io | |
/typo3conf/ext/supi/* | |
||omnigrafitalia.it/policy$script | |
/edgecastcdn.net | |
/usercentrics-sdk/* | |
/koriolis_gtm/theshield | |
||fourmizz.fr/rgpd$script | |
||hu-manity.co/hu-banner$script | |
||exm-medienserver.de/cman$script | |
/ConsentManager,Sticky | |
/js/rgpd/* | |
/module-rgpd/* | |
/frontend/ajax/cookies$domain=romstal.ro | |
cookie-service.js$domain=smart.com | |
/rodo-agreement-$domain=gremimedia.pl|zw.com.pl | |
/important_banner.js$domain=flightradar24.com | |
/gtm.js?id=GTM-TCT2RJ$domain=fullrate.dk | |
/js/cmp$domain=paruvendu.fr | |
datenschutz.js$domain=wumpus-gollum-forum.de | |
cookieconsent.min.js$domain=akeneo.com | |
bho_infobar.js$domain=ruecken-zentrum.de | |
/consent/message.js$domain=ksta.de | |
consent.truste.com$domain=oracle.com | |
/cui-cookie-policy$domain=congstar.de | |
/gdpr.js$domain=bitly.com|qcnet.com | |
/privacy/popup.js$domain=cdaction.pl | |
/cookies.js$domain=knaufdoehetzelf.nl|cashconverters.es|dragnsurvey.com | |
/utag.js$domain=louisvuitton.com|saturn.de|mediamarkt.de|total.com|total.nl|esprit.de|ing.es | |
/spmsg_addetection.js$domain=tvspielfilm.de | |
/firebox-gdpr.js$domain=thelittleboxoffice.com | |
/consent.css$domain=scholieren.com | |
/cookiescript.js$domain=basiszinssatz.de | |
/cookies/bundle$domain=lucozadeenergy.com | |
/cmp/*$domain=guitarbackingtrack.com|bonniermag.se|gameswelt.de|carriereonline.com|sparkasse.at | |
/ip-consent.min.js$domain=weersverwachting.nl | |
cookiebot.com$domain=fluke.com | |
/tui-cookie-bar.html$domain=tuicruises.com | |
/cookie-option.js$domain=der-warnemuender.de | |
/jquery.cookie.js$domain=sexmarkt.nl | |
/ato-cookiebanner.js$domain=haag-streit.com | |
/cookie.popup.js$domain=cummins.com | |
/spd/spd.js$domain=woman.bg|novini.bg | |
/spd.js$domain=sportal.bg | |
/cookieman.min.js$domain=erfurter-bahn.de | |
/rg-gdpr.js$domain=lombardafiltri.it | |
/ibox.js$domain=aqualip.de | |
/cb-scripts$domain=convertir-une-image.com | |
cookies.teraz.sk$domain=teraz.sk | |
/cookie-policy.css$domain=independent.com.mt | |
/yello-cookie-layer.js$domain=yello.de | |
var.uicdn.net/shopsshort/privacy$script,domain=ionos.de | |
/zsmessagebar.js$domain=christian.education | |
/pmc-pp-tou/privacy.min.js$domain=rollingstone.com | |
/cookie-consent$domain=outage.report | |
/meWantCookies$domain=gamigo.de|gamigo.com | |
/ccpa/*$domain=lakesideparkmodels.com | |
/cookie.umdaac.min.js$domain=yoyogames.com | |
/gdpr/*$domain=phrase.com|e-pages.dk|synopsys.com | |
/vendor/cookies$domain=norma-connect.de | |
/CookiePolicy/*$domain=test-aankoop.be | |
/cookie-banner.js$domain=sachsenallee.de | |
aliveachiever.com$domain=dailydot.com | |
cookie-bar.salessquad.co.uk$domain=blochworld.com | |
/coobann$domain=aida.de | |
/dsgvoCC.js$domain=strabag-pfs.de | |
/cookie.euck.js$domain=avon-insurance.co.uk | |
/js/cookie-popup$domain=simyo.nl | |
/bottom.js$domain=herokuapp.com | |
/cookie_banner$domain=melaniemartinezmusic.com | |
/cm-body.js$domain=tarnkappe.info | |
/idgy_gdpr.js$domain=metallumnovum.lt | |
/jw.cookies.js$domain=jacquelinewilson.co.uk | |
/cmp$domain=gameswelt.de | |
/consent_$domain=iban-rechner.de | |
/kameleoon.js$domain=hanseaticbank.de | |
/eloqua$domain=visma.fi|visma.no|visma.se|visma.nl|visma.com | |
/cookie_banner_test.js$domain=shinedown.com | |
/streamify-gdpr.js$domain=streamingbolaget.se | |
/cookies_alert.js$domain=lineadombra.it | |
/gdpr_notice.js$domain=kidstaff.com.ua | |
/privacy$domain=catan.com|catan.de | |
cookies.js$domain=winbrok.es | |
/eurogdpr$domain=jcbeurope.eu | |
/ig_cookie_frontend$domain=volksbund.de | |
bounceexchange.com$domain=lumberliquidators.com | |
/cookie.js$domain=keltendorf-mitterkirchen.at|mitterkirchen.at|vils.at|raggal.at|haugsdorf.at|umhausen.at|jugendregion.at|casanetwork.hu|tenable.com | |
/tarteaucitron/*$domain=ratp.fr|arena-now.de | |
CheckCookiePolicy$domain=remixshop.com | |
/japfg/*$domain=myfridgefood.com | |
/cookienote/*$domain=wittetools.com | |
/gdpr-idgy$domain=vejutechnika.lt | |
/pltk.js$domain=goodcontent.pl | |
/sibbo-cmp$domain=eldiario.es | |
/surbma-yes-no-popup/*$domain=bysarahkhan.com | |
/consent.js$domain=tryinteract.com|mobilejob.com|op.fi | |
/consentMgmt/*$domain=comdirect.de | |
/privacy.js$domain=pasztor.at | |
/tealium-external/*$domain=weltverbesserer.de | |
/cookiesettings.js$domain=aarhusmotion.dk | |
/oil$domain=tv2.dk | |
/cookieajx$domain=goettgen.de | |
cmp.parkers.co.uk$domain=parkers.co.uk | |
lovelydrum.com$domain=insidermonkey.com | |
/intuCookieConsent.js$domain=intu.co.uk | |
tags.tiqcdn.com/utag$script,domain=123-reg.co.uk | |
stormyachiever.com$domain=thewindowsclub.com | |
thirstylettuce.com$domain=thewindowsclub.com | |
/gcb/*$domain=gallup.com | |
/gdpr/native-message$domain=handelsblatt.com|wiwo.de | |
koekje.js$domain=baustellenabsicherung24.de | |
/getdisclaimer$domain=wikifolio.com | |
/echonetcookie$domain=muenchenticket.de | |
/cookieconsent/tcc.js$domain=tomra.com | |
/cookies-anekis.js$domain=premiosopenbank.com | |
cookie-consent$domain=latoisondor.com | |
/cbgCConsent.js$domain=carlsberggroup.com | |
/CookieManager/*$domain=elbphilharmonie.de | |
/cmp-v2/*$domain=youmath.it | |
/permission/*$domain=1und1.de | |
js.driftt.com$domain=zenroom.org|ikonltd.co.uk | |
/bwx-cookie-consent.js$domain=nosta.com | |
cookie_settings$domain=aerotime.aero | |
/cookieconsent.$domain=stadt-bobingen.de | |
troubledtail.com$domain=interestingengineering.com | |
spellsalsa.com$domain=interestingengineering.com | |
/tracking.js$domain=arsys.es|arsys.fr|arsys.pt|arsys.net | |
/privacy/Bootstrap$domain=tescobank.com | |
/cookieconsent$domain=adlkofen.de | |
/cc_cookie.js$domain=klinikwersbach.de | |
/CookieWall/clb.js$domain=innogy.pl | |
/easycmp$domain=lagerhaus.at | |
/cookielab/*$domain=ol.fr | |
/thcookie.js$domain=megadruck.de | |
/msmCookieConsent.js$domain=moneysupermarket.com | |
/eon-com-tracking-consent$domain=eon.com | |
/website-cookie-preferences$domain=nationaltrust.org.uk | |
/cookie-bundle$domain=zoopla.co.uk | |
/cookie-wall$domain=xebia.com | |
/otBannerSdk.js$domain=dhl.com|gusto.at|mintos.com|thetrainline.com|elmundo.es|pons.com | |
/cp01.js$domain=jzzo.com | |
/klaro/*$domain=salesviewer.com | |
/gdpr.bundle.js$domain=immobilienscout24.de|mediacourant.nl | |
/consent-management/*$domain=plasteurope.com | |
/snap-popup.js$domain=maggiore.it|amicoblu.it | |
/apprise$domain=podrozerowerowe.info | |
/data-consent.$domain=stadtwerke-luebz.de | |
/neo-cookie-layer.js$domain=united-domains.de | |
/cookie-layer.js$domain=united-domains.de | |
/cookieWidget.min.js$domain=peter-bringts.de | |
/cookie-consent/*$domain=lux-residence.com | |
/cookie-approval.js$domain=deutsche-apotheker-zeitung.de | |
privacy-manager-v$domain=df.eu | |
/consent.$domain=strato.de|strato.nl|strato.fr|strato.es|strato-hosting.co.uk | |
/consent/*$domain=renault.de | |
/checkCookieConsent/*$domain=andrewssykes.fr | |
/consent-manager/*$domain=interhyp.de|cornelsen.de | |
/tcf2.js$domain=0calc.com|0rechner.de|0calc.fr | |
/dsgvo-opt-in.css$domain=kosta.at | |
/dywc.js$domain=radioschwaben.de | |
/microsite-consent-disclaimer.js$domain=lyxoretf.com | |
/eea$domain=psychcentral.com | |
/sm-policy-banner.js$domain=storage-mart.com | |
/unitb-cmp$domain=juedische-allgemeine.de | |
/legal/*$domain=kamkabel.ru | |
/accept.js$domain=oreluniver.ru | |
/doria.js$domain=lactease.com | |
/esb-privacy.js$domain=erstebank.hr | |
/mediamus-cookie.js$domain=swl-unser-stadtwerk.de | |
/vinegar.js$domain=stadtwerke-herne.de | |
/vhs-assets-cookie-control-js.js$domain=planet-beruf.de | |
/ob_rgpd/*$domain=orangebank.fr | |
/syno_cookie_element$domain=synology.com | |
/jcookie/*$domain=javhd.com | |
/dg-governance/*$domain=nytimes.com | |
/PoliticaCookies.js$domain=fincaraiz.com.co | |
/Team23_SimpleCookie/*$domain=kleiderhelden.com | |
/cookieCutter$domain=thebureauinvestigates.com | |
/tracking/*$domain=elitepartner.de | |
/cookie.bundle.js$domain=fastbill.com | |
/Consent.js$domain=gaming-style.com | |
/cc.js$domain=transparenzregister.de | |
/uc/*$domain=mcmakler.de | |
/tvp-tcfapi.js$domain=tvp.pl | |
/uc-version$domain=geberit.cz | |
cookie-policy$domain=ubuntu.com | |
consent.js$domain=zitatezumnachdenken.com | |
cc.cdn.civiccomputing.com$domain=collectplus.yodel.co.uk|metoffice.gov.uk|churchofengland.org | |
/cnst.js$domain=tauschticket.de | |
/cookies/*$domain=liberbank.es | |
cookies$domain=pirolam.pl | |
/iCookie/*$domain=h-supertools.com | |
/consent$domain=hemnet.se | |
/he-consent/*$domain=dennree.de | |
/uc_cookie$domain=gastro24.de | |
/Privacy$domain=bopla.de | |
cmp.$domain=lemonde.fr|nouvelobs.com|huffingtonpost.fr|telerama.fr|courrierinternational.com|vodkaster.com | |
brsimg.com/gdpr$script,domain=boursorama.com | |
trcking.min.js$domain=canalplus.com | |
/cookie-banner$domain=hauptbahnhofcity.wien |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment