Is the problem that you want to copy the text or why cant you just read the whole title in the image or just hover on the link like JustDucky mentioned?
Comment has been collapsed.
I have nothing to say that could solve your problem because I dont know how to code. But I doubt sites usally make changes just so other users scripts can work and its the users that have to adapt their scripts so it will work as intended.
Im also sure if something would change with the site it would f*ck up for other people scripts that they have created that involves giveaways.
Comment has been collapsed.
I think it would be easiest to just either make script open giveaway and copy title, or make it access Steam page to download title (you have appID of the game in header HTML).
Don't think change like that will be made just to allow one userscript to work without workaround. Especially that it could break other scripts or how site works on low resolution screens, and visual changes in general have very low priority. Just look how native dark theme works :P We don't even have it
Comment has been collapsed.
312 Comments - Last post 1 minute ago by sfkng
239 Comments - Last post 3 minutes ago by OwieczkaDollyv21
8 Comments - Last post 2 hours ago by Challenger885
12 Comments - Last post 2 hours ago by looseangel
356 Comments - Last post 3 hours ago by Bum8ara5h
1,267 Comments - Last post 4 hours ago by VahidSlayerOfAll
17,115 Comments - Last post 7 hours ago by mirum
35 Comments - Last post 1 minute ago by MarvashMagalli
243 Comments - Last post 6 minutes ago by snbac
111 Comments - Last post 12 minutes ago by ithamore
1,085 Comments - Last post 20 minutes ago by Axelflox
125 Comments - Last post 29 minutes ago by cami666
4 Comments - Last post 44 minutes ago by Nogift4u
187 Comments - Last post 49 minutes ago by Nogift4u
Currently whenever a game has a long name, the site's backend replaces the ending with an ellipsis (...) as in:
https://i.imgur.com/xFEpJ12.png
It would be ideal if instead of replacing the end in the site's backend it instead used the text-overflow property.
https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow
It looks like adding some properties to
giveaway__heading__name
should do the trick:max-width:325px;overflow:hidden;text-overflow:ellipsis
If that's not possible, at least add the full title as a data- tag somewhere.
Comment has been collapsed.