I am doing a task which requires me to copy urls of many vidoes using a chrome extension and paste them in a text file . Currently i am doing it one by one . I am just trying to save some time as currently its very time consuming.
So unlike the default behaviour where if we copy any text , it replaces the clipboard content , i want the copied text to get appended on a new line and all of the text should be pasted together when i paste it at the last . I couldn't really find anything that could help me . Would be glad to know any workaround for this .
I have seen some solutions but they are only specifically working for anything copied from terminal ,it doesn't work in my case.