YTBlock - Block any content from YouTube™-ის მიმოხილვები
YTBlock - Block any content from YouTube™ ავტორი Edoan
გამოეხმაურა Edoan
შემმუშავებლის პასუხი
თარიღი 2 თვის წინHello. Does the entire extension not work or is just this specific regex?
Make sure that the regex is wrapped between slashes (/), and also add the "i" flag so it ignores if characters in the title is uppercase or lowercase.
The regex would look like this:
/\bsituation[\w\s]is[\w\s](crazy|insane|wild|unbelievable)/i
Sorry for the inconvenience.
Make sure that the regex is wrapped between slashes (/), and also add the "i" flag so it ignores if characters in the title is uppercase or lowercase.
The regex would look like this:
/\bsituation[\w\s]is[\w\s](crazy|insane|wild|unbelievable)/i
Sorry for the inconvenience.