Page 1 of 1

moz-user-select

Posted: Fri Mar 18, 2016 8:58 am
by BaltazoR_UA
Hello, please help create a filter to block CSS style
-moz-user-select: none.
Thank you.

Re: moz-user-select

Posted: Fri Mar 18, 2016 8:59 am
by mapx
what site / page, provide more details

Re: moz-user-select

Posted: Fri Mar 18, 2016 9:18 am
by BaltazoR_UA
https:// zlato . ua

Re: moz-user-select

Posted: Fri Mar 18, 2016 9:47 am
by mapx

Code: Select all

https://cdn.jivosite.com/css/main.css?rnd=1458219258
https://zlato.ua/bitrix/cache/css/s1/zlato/kernel_main/kernel_main.css?145693639149398
https://zlato.ua/bitrix/cache/css/s1/zlato/page_74bbcb3d47896e6eaa91765a1cfdfe73/page_74bbcb3d47896e6eaa91765a1cfdfe73.css?145693050075945
https://zlato.ua/bitrix/cache/css/s1/zlato/template_1d5ce6eb35832e9d0c0d0a4273a21be1/template_1d5ce6eb35832e9d0c0d0a4273a21be1.css?1458244461245782
you can block any css above, which 1 ?

Re: moz-user-select

Posted: Fri Mar 18, 2016 9:58 am
by BaltazoR_UA
I need to block only one element (-moz-user-select: none), to be able to copy text from the site.

Re: moz-user-select

Posted: Fri Mar 18, 2016 3:02 pm
by lewisje
I'm not sure whether ABP for Firefox supports the new -abp-properties syntax: development-builds/new-css-property-filter-syntax

Code: Select all

zlato.ua##[-abp-properties="-moz-user-select: none;"]
If it does, the filter above might work, or it might just hide the text you were trying to select; if the latter, you'll need some UserScript or UserStyle to force -moz-user-select to some value other than none.

Re: moz-user-select

Posted: Fri Mar 18, 2016 3:19 pm
by mapx
or press ctrl-U and search the text you want to copy directly in the page source

Re: moz-user-select

Posted: Sat Mar 19, 2016 11:35 am
by BaltazoR_UA
lewisje wrote:I'm not sure whether ABP for Firefox supports the new -abp-properties syntax: development-builds/new-css-property-filter-syntax

Code: Select all

zlato.ua##[-abp-properties="-moz-user-select: none;"]
If it does, the filter above might work, or it might just hide the text you were trying to select; if the latter, you'll need some UserScript or UserStyle to force -moz-user-select to some value other than none.
Thank you, not working filter.
So Adblock can not block the -moz-user-select.