Creating rules with parts of class names #25860
-
|
How can I transform rules like: dropbox.com##._suggestFrame_7mov9_72 in order to mention only stable “suggestFrame” string, because the following part changes very frequently? |
Beta Was this translation helpful? Give feedback.
Answered by
stephenhawk8054
Oct 31, 2024
Replies: 3 comments 2 replies
-
dropbox.com##[class*="_suggestFrame_"]? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DimitrisKalaboukas
-
|
Don't know why question is being downvoted. This is extremely handy. e.g. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
?