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.
16,851 Comments - Last post 10 minutes ago by kudomonster
6 Comments - Last post 20 minutes ago by Chris76de
285 Comments - Last post 28 minutes ago by RePlayBe
3 Comments - Last post 1 hour ago by lostsoul67
23 Comments - Last post 2 hours ago by Carenard
2 Comments - Last post 4 hours ago by adam1224
350 Comments - Last post 5 hours ago by madjoki
1,347 Comments - Last post 2 minutes ago by Masafor
27 Comments - Last post 3 minutes ago by Zelrune
59 Comments - Last post 15 minutes ago by TheMuzo
13 Comments - Last post 31 minutes ago by PossiblePsycho
111 Comments - Last post 31 minutes ago by reigifts
3,939 Comments - Last post 51 minutes ago by actuallySIG
102 Comments - Last post 1 hour ago by KonTa
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.