moz-user-select

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
BaltazoR_UA
Posts: 4
Joined: Fri Mar 18, 2016 8:54 am

moz-user-select

Post by BaltazoR_UA »

Hello, please help create a filter to block CSS style
-moz-user-select: none.
Thank you.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: moz-user-select

Post by mapx »

what site / page, provide more details
BaltazoR_UA
Posts: 4
Joined: Fri Mar 18, 2016 8:54 am

Re: moz-user-select

Post by BaltazoR_UA »

https:// zlato . ua
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: moz-user-select

Post 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 ?
BaltazoR_UA
Posts: 4
Joined: Fri Mar 18, 2016 8:54 am

Re: moz-user-select

Post by BaltazoR_UA »

I need to block only one element (-moz-user-select: none), to be able to copy text from the site.
lewisje
Posts: 2743
Joined: Mon Jun 14, 2010 12:07 pm

Re: moz-user-select

Post 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.
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: moz-user-select

Post by mapx »

or press ctrl-U and search the text you want to copy directly in the page source
BaltazoR_UA
Posts: 4
Joined: Fri Mar 18, 2016 8:54 am

Re: moz-user-select

Post 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.
Locked