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.
603 Comments - Last post 5 minutes ago by MeguminShiro
10 Comments - Last post 10 minutes ago by CelticBatman
450 Comments - Last post 54 minutes ago by pizzahut
41 Comments - Last post 1 hour ago by xeos23
117 Comments - Last post 1 hour ago by JTC3
17,313 Comments - Last post 1 hour ago by Calibr3
1,374 Comments - Last post 5 hours ago by sensualshakti
70 Comments - Last post 6 minutes ago by zeus9860
919 Comments - Last post 11 minutes ago by Fitz10024
154 Comments - Last post 18 minutes ago by Boson
89 Comments - Last post 21 minutes ago by FateOfOne
149 Comments - Last post 22 minutes ago by gigapudding
343 Comments - Last post 39 minutes ago by DragnFire
103 Comments - Last post 49 minutes ago by darktribble
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.