sbussetti / deluge-siphon

A Chrome extension for sending torrents to your Deluge server.
http://sbussetti.github.io/deluge-siphon/
81 stars 22 forks source link

Adding a blue box to all google websites (gmail, youtube, etc) #70

Closed jruth85 closed 5 years ago

jruth85 commented 5 years ago

After the latest update (Oct. 20 2018) the extension is adding the following element to all google pages:

delugesiphon-modal-gabdloknkpdefdpkkibplcfnkngbidim {

font-family: "Chrome Droid Sans", "Droid Sans Fallback", "Lucida Grande", sans-serif;
color: rgb(209, 218, 229);
position: relative;
font-size: 16px;
min-height: 250px;
background: rgb(48, 70, 99);
padding: 0px;

}

I've attached a screenshot of the issue. capture capture1

jruth85 commented 5 years ago

Update

It's actually doing it on all websites but I just didn't notice it because it's at the bottom for the other sites.

sbussetti commented 5 years ago

Verify you’re updated to 0.72.5 - a patched version was already released with the fix. Sorry about that!

~ Steve c: 917.930.0612

From: jruth85 notifications@github.com notifications@github.com Reply: sbussetti/deluge-siphon reply@reply.github.com reply@reply.github.com Date: October 20, 2018 at 4:16:28 PM To: sbussetti/deluge-siphon deluge-siphon@noreply.github.com deluge-siphon@noreply.github.com CC: Subscribed subscribed@noreply.github.com subscribed@noreply.github.com Subject: Re: [sbussetti/deluge-siphon] Adding a blue box to all google websites (gmail, youtube, etc) (#70)

Update

It's actually doing it on all websites but I just didn't notice it because it's at the bottom for the other sites.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sbussetti/deluge-siphon/issues/70#issuecomment-431614730, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3v0bzg63sRo20L8HIfqM36lFLbjJB8ks5um4ScgaJpZM4XyG8_ .

jruth85 commented 5 years ago

Aha. My bad. I saw that it had been updated and assumed I was running the latest version.

As you said 0.72.5 fixed the issue.

Thanks!