Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maxmodels.pl #19897

Closed
AroKol78 opened this issue May 11, 2021 · 2 comments
Closed

maxmodels.pl #19897

AroKol78 opened this issue May 11, 2021 · 2 comments
Labels

Comments

@AroKol78
Copy link

AroKol78 commented May 11, 2021

napis reklama
np. https://www.maxmodels.pl/ https://www.maxmodels.pl/glamour.html https://www.maxmodels.pl/akt.html

maxmodels.pl##div[class*="advert"]
lub (nie wiem jaka różnica między * a ^)
maxmodels.pl##div[class^="advert"]

@xxcriticxx xxcriticxx changed the title www.maxmodels.pl maxmodels.pl May 11, 2021
@krystian3w
Copy link
Contributor

krystian3w commented May 12, 2021

Jest i to "drastyczna":

  • [class*="advert"] łapie wiele:

    <div class="advert">...</div>
    <div class="advertowy swiat">...</div>
    <div class="advert-es">...</div>
    
    <div class="under advert">...</div>
    <div class="under advertowy">...</div>
    
    <div class="under advert bottom"> ...</div>
    <div class="under advertowy bottom"> ...</div>
    
    <div class="under-advert-bottom">...</div>
    <div class="under-advertowy-bottom">...</div>

    i co tam sobie wymyślisz podobnego.

  • a [class^="advert"] łapie mniej - z górnych przykładów tylko:

    <div class="advert">...</div>
    <div class="advertowy swiat">...</div>
    <div class="advert-es">...</div>

mały kurs:

@github-actions
Copy link
Contributor

Ten wątek został automatycznie zablokowany, ponieważ 60 dni po jego zamknięciu nie było żadnej aktywności. Proszę otworzyć nowe zgłoszenie dla powiązanych problemów.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants