Recommended Posts

When I'm reading a website in IE which has lots of links, I find that I open those links in a new window and then switch back to the previous window to continue reading that website. In order to minimize the time it takes to do that, I decided to write a menu extension to automate the process. When I right-click on a link, I can now select an option which automatically opens a new window and then brings the previous window back to the front. If anyone else is interested, here it is.

Edit:

See below post for version 2.0. New feature is the ability to open links by drag & drop.

newback1_1.zip

Edited by em_te
Link to comment
https://www.neowin.net/forum/topic/158073-ie-open-new-window-behind-current/
Share on other sites

hey, great tool to use.. but is there a way inwhich it doesnt expand to fill the whole screen? Perhaps an option to change it so that it opens the same size as the previous window?

Great tool though, using it right now :)

Alex :cool:

hey, great tool to use.. but is there a way inwhich it doesnt expand to fill the whole screen? Perhaps an option to change it so that it opens the same size as the previous window?

Great tool though, using it right now :)

Alex :cool:

Sure. Just open "winback.htm" and locate this line (74):

var h = window.open(url, "_blank");

h.moveTo(-4,-4);

h.resizeTo(screen.width + 8, screen.height - 20);

and then replace it with:
var h = window.open("about:blank", "_blank");

h.moveBy(parentwin.top.screenLeft - h.screenLeft, parentwin.top.screenTop - h.screenTop);

h.resizeBy(parentwin.top.document.body.clientWidth - h.document.body.clientWidth, parentwin.top.document.body.clientHeight - h.document.body.clientHeight);

h.document.location.replace(url);

Then it should open the window to the size and location of it's parent window. I haven't tested this extensively though. There might be problems with some websites with frames and stuff.

Sure. Just open "winback.htm" and locate this line (74):

and then replace it with:

Then it should open the window to the size and location of it's parent window. I haven't tested this extensively though. There might be problems with some websites with frames and stuff.

thanx, it works! :D

Great stuff! :) handy tool

Very cool, now map it to the middle button (if possible) and you're set. 

I like that idea, can it be done? :huh:

Alex :cool:

thanx, it works! :D

Well I just did some testing on more sites and the code in my 2nd post doesn't work. For example, site1, site2 and site3. IE doesn't allow you to get the external window dimensions so I had to calculate it from the document DOM dimensions. Unfortunately the dimensions aren't always accurate. If you still don't want maximized windows then it's safest to just use hardcoded values:

h.moveTo(10,10);

h.resizeTo(600, 400);

Very cool, now map it to the middle button (if possible) and you're set.?:DD

Unfortunately that's not possible with the extension method I'm using. I'm using the simple version of the extensions architecture so I can't hook into the event model automatically. To do that I have to write a BHO which is a lot more work. The simple version will only run on-demand, which means the user has to call it at least once before it can activate and do anything.

Edited by em_te
Very cool, now map it to the middle button (if possible) and you're set.?:DD

Okay I've tried to implement that functionality as much as possible. With this release you still have to right-click and select the menu option for thefirst> link. But on subsequent links you can just drag and drop those links back on the same window and they will open automatically.

newback2_1.zip

Edited by em_te
you know there are browsers out there that use Tabs that do this kind of thing a lot better, right?

this isnt a thread which is going to go on about other browsers.. this is a thread about patches that em_te has made

thanx for the other patches/plugins :D.. im using the drag linked one now :)

Alex :D

*i dont want another thread which has to releate to other browsers which is not under topic*

sorry but it is just starting to anoy me, theirs enough posts about them to sink a battleship

I like these tools that have been made, very handy indeed :) keep up the good work

  • 1 month later...
  • 4 weeks later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Win11Debloat 06.11.2026 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 06.11.2026 fixes: Fix lock screen spotlight option being disabled when disabling the start recommended section by @Raphire in #619 Fix log message formatting by @Raphire Note The -RemoveCommApps and -RemoveW11Outlook command-line parameters for uninstalling a few specific apps have been removed with this release. If you previously relied on these parameters, please see this wiki page for alternative methods of removing these apps. Download: Win11Debloat 06.11.2026 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Yes for me, I installed 'old calculator' (Windows 7 calculator) in its place since it is more useful to me. I think paint is the only one I left installed
    • eh I'll wait for the June 2026 MVS ISO downloads which should be coming out next Tuesday June 16 and possibly contain build 8655 instead of 8653
  • Recent Achievements

    • Rookie
      restore went up a rank
      Rookie
    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      512
    2. 2
      +Edouard
      162
    3. 3
      PsYcHoKiLLa
      155
    4. 4
      ATLien_0
      82
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!