Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

safari

Disabling same-origin policy in Safari

January 31, 2023 by Tarik

If you want to disable the same-origin policy on Safari (I have 9.1.1), then you only need to enable the developer menu, and select “Disable Cross-Origin Restrictions” from the develop menu.

Categories safari Tags cross-domain, safari, same-origin-policy Leave a comment

How to Inspect Element using Safari Browser

January 17, 2023 by Tarik

In your Safari menu bar click Safari > Preferences & then select the Advanced tab. Select: “Show Develop menu in menu bar” Now you can click Develop in your menu bar and choose Show Web Inspector See the detailed guide here for more info: LINK You can also right-click and press “Inspect element”. EDIT As … Read more

Categories safari Tags inspect-element, safari Leave a comment

Safari ignoring tabindex

January 10, 2023 by Tarik

By default tab-access is disabled in safari(!). To enable it, check “Preferences > Advanced > Press tab to highlight each item on a page”.

Categories safari Tags accessibility, safari Leave a comment

Hiding textarea resize handle in Safari

December 31, 2022 by Tarik

You can override the resize behaviour with CSS: textarea { resize: none; } or just simply <textarea style=”resize: none;”>TEXT TEXT TEXT</textarea> Valid properties are: both, horizontal, vertical, none

Categories safari Tags css, safari, webkit Leave a comment
Newer posts
← Previous Page1 Page2

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa