Giter Club home page Giter Club logo

gchat-copy's People

Contributors

jwillebrands avatar upman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gchat-copy's Issues

Copy message link

Hi again,

I love the ability to copy the link from a thread and to quote a message. Do you know if it is technically possible to also copy the link of a message? I'd be willing to give it a try if you accept pull requests.

chat jumps around

if i have the extension enabled and go into a chat room, after loading everything, the chat always moves slightly up or jumps around. i always have to scroll down to the bottom then to get the latest messages.

Version 81.0.4044.92 (Official Build) (64-bit) on Ubuntu 18.04

Remove annoying GitHub preview image

The annoying GitHub Enterprise preview (in case Chat cannot access the page due to 401)

image

can be easily removed in the console with:

document.querySelectorAll("c-wiz[data-topic-id]").forEach( function(e, i, t) { e.querySelectorAll('a[aria-label="Build software better, together, Web Page."]').forEach(function(a) { a.parentElement.parentElement.style = 'display: none;' }) })

Copy Thread Button hidden when subscribed to all notifications in a room

Hi!

First of all, thanks for your hard work, this extension is very useful! I just updated to support the mail.google.com domain and it works great, good job :)

I found that if I am subscribed to all notification in a room, the follow button does not appear on top of each thread. This is by Google's design. Unfortunately, this makes the extension's copy thread link button also hidden.

Do you accept pull requests? If so, I can try to solve it.

Native Firefox support and upload to Firefox Add-ons

This extension seems to be compatible with Firefox as-is (maybe there is some incompatibility in some flow which I haven't discovered yet, but at least the main functionality works as expected, as it should, since Firefox supports WebExtensions).

I have loaded the extension on Firefox by going to the "about:debugging" page and clicking the "Load Temporary Add-on" button and it worked just fine (but it only works as long as the browser is installed).

It would be great if you can confirm this and upload it to Firefox Add-ons, since it would be easier for users to install it directly rather than relying on copying the Tampermonkey script.

If you need more testing and / or some help, I can volunteer some time to this :)

Thank you!

emoji menu is broken

if i enable the extension, the emoji menu (either for quick reactions or for messages) is broken and slightly misaligned.

broken version:

image

correct version:

image

Version 81.0.4044.92 (Official Build) (64-bit) on Ubuntu 18.04

following a link issue

when clicking a link to a thread (no matter if i got it from this plugin or from somewhere else), i get (with the plugin enabled) always moved down one thread instead of getting to the actual linked thread.

Ubuntu 18.04, Chrome Version 81.0.4044.113 (Official Build) (64-bit)

[SOLVED] Extension has stopped working

For you who's the extension has stopped working, do the following:

1. Download the extension to your machine (here -> https://github.com/upman/gchat-copy)

2. Update the code:

just copy and paste

3. install the extension without packing (google how to do it, it's easy)

4. It's done.

I want you to support the shortcut version

Thank you for providing a useful extension.

When creating a shortcut and using it with a narrow screen size, the query "?shell=8" may be added to the URL occasionally. After that, if you click "copy links", the link "room/{room-id}?shell=8/{data-topic-id}" that cannot be opened correctly will be copied.
So, please use window.location.origin + window.location.pathname instead of window.location.href that contains the query?

Kind regard.

Extension breaks "Slash-Commands"

Thanks for the great extension!

When activated it is not possible to use Slash-Commands for Bots anymore.

They just show up very rarely if you type /sometext and start deleting.

If I deactivate the extension everything is working fine.

I am using Chrome Version 95.0.4638.69 (Offizieller Build) (64-Bit)

Quote reply on the Google Chat extension

Hi, I'm trying to use quote reply on the Google Chat extension, but doesn't works :'( The extension seems to unable to activate, please have a look https://ibb.co/qY1TNjy
Please have a look the following errors in console: https://ibb.co/gWhBmwM

"[DEFAULT]: Firebase: Firebase App named '[DEFAULT]' already exists (app/duplicate-app).
at i (https://cdn.outbound.io/pub-9dc679b8d7a3ce7af1cebb6a169a466c.js:1:13152)
at Object.n [as initializeApp] (https://cdn.outbound.io/pub-9dc679b8d7a3ce7af1cebb6a169a466c.js:1:11942)
at r (https://cdn.outbound.io/pub-9dc679b8d7a3ce7af1cebb6a169a466c.js:1:24606)
at u (https://cdn.outbound.io/pub-9dc679b8d7a3ce7af1cebb6a169a466c.js:1:9130)
at c (https://cdn.outbound.io/pub-9dc679b8d7a3ce7af1cebb6a169a466c.js:1:1518)
at https://cdn.outbound.io/pub-9dc679b8d7a3ce7af1cebb6a169a466c.js:1:1381"

Many thanks.

Doesn't work with October update

This extension has been very useful for years, but it doesn't work with the latest chat spaces since October update. We will be very grateful if you fix it.
Thanks.

Issue after new features in Google Chat

Hi Team,

hope you're well. Just a quick question, do you have any issue with this extension after Chat was updated with the new functionalities (bold, italic, etc)?

We have a few users that already have the "new interface" that are not able to use this extension properly.

Please let us know asap and any workaround will be more than welcome

Thanks in advance

The "Copy thread link" button doesn't work for "in-line threaded" spaces

Hello, with recent updates to GChat (https://workspaceupdates.googleblog.com/2022/10/in-line-threading-in-Chat-spaces.html), there is a new "in-line threaded" type of space that doesn't work with how this extension handles the "Copy thread link" button. And Google just announced that they will be deprecating the "Organize the conversation by topic" space type on March 13, 2023, and totally removing that option by the end of the year (https://workspaceupdates.googleblog.com/2023/02/new-google-chat-spaces-will-be-in-line-threaded.html).

Myself and my team love this extension and use it frequently, and we'll be sad to see it go when we have to make the switch to "in-line threaded" spaces.

Would it be possible for you to update this extension to have a "Copy thread link" button for each main-thread message in the space, even if it isn't a topic thread? I've checked the "Forward to inbox" button that is built into GChat and the links work the same way, they are just displayed differently. It would probably work best to just have a small icon that sits to the left of the other message buttons instead of the whole "Copy thread link" text being part of the button, in order to save space.

Current:
image

Requested similar to this:
image

Thank you!

P.S. I'm sure you've seen them already at this point, but there are a number of people complaining/concerned about this issue in the Chrome extension reviews as well:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.