Router Mirkrotik 750gl

Please someone can help me know how to block website in mikrotik at particular time?
exemple: I want users to have access to facebook just between 12h-14h every day.
thanks.

Facebook uses HTTPs, this means, that you will need to use /ip firewall address-list to block all facebook IPs.

Then you can simply add drop rule with specified time:

/ip firewall filter
add action=drop chain=forward time=13h41m-13h42m,mon,tue,wed,thu,fri,sat address-list=FacebookIP-LIST

I tried and it works, thank you

if in the case of block ‘facebook’ between 13h41m-13h42m, is working, but my problem is to make available ‘facebook’ in 12h-14h.
and in ip / Firewal , I try 12h-14h to reverse but its gives me an error message.

Hi ,thk for help

Is a router mikrotik put in bridge mode can make websites restrictions?