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.
2,652 Comments - Last post 1 minute ago by drbeckett
298 Comments - Last post 1 hour ago by tungmapu
16 Comments - Last post 1 hour ago by TheRegalMachine
2 Comments - Last post 1 hour ago by m0r1arty
18 Comments - Last post 3 hours ago by EvilAaron
159 Comments - Last post 4 hours ago by MeguminShiro
11 Comments - Last post 5 hours ago by Dunther
136 Comments - Last post 9 minutes ago by yugimax
1,715 Comments - Last post 15 minutes ago by Vasharal
37 Comments - Last post 41 minutes ago by GeekDoesStuff
37 Comments - Last post 1 hour ago by Codric
667 Comments - Last post 2 hours ago by Mayanaise
408 Comments - Last post 3 hours ago by Griske14
26 Comments - Last post 4 hours ago by NeptuneZero
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.