Please add the following features:
- Don't allow content menu (right click) on websites to be disabled (e. g. esenyurthaberleri.com)
- Remove music and sounds
- Remove background images
- Prevent sites changing scroll bar colors
- Prevent sites bookmarking themselves
- Prevent sites reloading themselves
- Prevent sites moving/resizing their window
- Prevent sites changing the active window
- Prevent sites changing bookmark/address icons
- Prevent sites opening new windows (always force to open new tabs instead)
- Don't allow content menu (right click) on websites to be disabled (e. g. esenyurthaberleri.com)
- Remove music and sounds
- Remove background images
Code:
#$#body, body>div, body>div>div { background-image: none!important; }
- Prevent sites bookmarking themselves
- Prevent sites reloading themselves
Code:
#%#window.reload = function() {}
- Prevent sites changing the active window
- Prevent sites changing bookmark/address icons
- Prevent sites opening new windows (always force to open new tabs instead)
Last edited by a moderator: