Is there a browser extension for TGF1 that will open a web site address in a browser and then open another page over top of it, and not in a new window? I'm trying to get one by 3ee to do that, but I can only get it to open in new windows.
Well I want the application to open a javascript injection. To see what I mean, this is that injection:
javascript:function Shw(m) {if (self.moveBy) {for (i = 5; i > 0; i--) {for (j = m; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
Just copy that whole thing and paste it in address bar and hit enter. It temporarily shakes the screen. The application opens up the Daily Click page, so I have no control of the codes on the page I'm opening. I want it to open the Daily Click page and when you do a certain thing, open the injection and shake the screen. But the injection opens a new window/tab and I want to open in the same.