100's recent activity

  1. Comment on How do you feel about where you live? in ~talk

    100
    Link Parent
    U.S.A or Canada, perhaps the netherlands one day.

    U.S.A or Canada, perhaps the netherlands one day.

  2. Comment on How do you feel about where you live? in ~talk

    100
    Link
    I live in Jordan (the country). It's hell. There is very little to do. The prices are insanely high while the wages are insanely low. You have to work a minimum of 2 jobs to afford to go to the...

    I live in Jordan (the country). It's hell. There is very little to do. The prices are insanely high while the wages are insanely low. You have to work a minimum of 2 jobs to afford to go to the bar on some weekends. I guess it could be worse as our freedom of speech and basic humans rights are still there. But damn can't I wait to leave.

    24 votes
  3. Comment on Question : Remove a watermark with CSS (I know how this sounds, please read. in ~comp

    100
    Link Parent
    I already tried that with my very humble CSS knowledge and I honestly expected it to work. Here is everything I tried so far and the damn thing still exists : <style> body { background-color:...

    I already tried that with my very humble CSS knowledge and I honestly expected it to work. Here is everything I tried so far and the damn thing still exists :

    <style>
    body {
        background-color: lightblue;
        a.presentation_water span {display:none !important;}
        .presentation_water {
      display: none;
    }
    }
    .presentation_water {
      display: none;
    }
    
    
    </style>
    

    And here is the link to the parent CSS that's responsible :

    https://my.visme.co/css/player.css?v=1763

  4. Comment on Question : Remove a watermark with CSS (I know how this sounds, please read. in ~comp

    100
    Link Parent
    I already tried that with my very humble CSS knowledge and I honestly expected it to work. Here is everything I tried so far and the damn thing still exists : <style> body { background-color:...

    I already tried that with my very humble CSS knowledge and I honestly expected it to work. Here is everything I tried so far and the damn thing still exists :

    <style>
    body {
        background-color: lightblue;
        a.presentation_water span {display:none !important;}
        .presentation_water {
      display: none;
    }
    }
    .presentation_water {
      display: none;
    }
    
    
    </style>
    

    And here is the link to the parent CSS that's responsible :

    https://my.visme.co/css/player.css?v=1763