How can I use bookmarklets in IE11 that involve cross-site scripting?

1

2

I'm trying to use some bookmarklets that involve loading javascript from a trusted website. In particular, OpenSpritz and Squirt

I have Squirt working in Chrome, but I use IE11 for the most part. When I click the bookmarklet, nothing happens. I have tried other bookmarklets that are self-contained and they work. The problematic bookmarklets are trying to load javascript from a third-party site, also known as cross-site scripting.

How can I configure IE11 to run trusted scripts from a third-party site or even from my local hard drive?

Hand-E-Food

Posted 2014-05-21T23:43:39.770

Reputation: 4 711

Answers

1

Use the following registry setting to open files from a local hard drive:

HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Internet Explorer/Main/FeatureControl/FEATURE_LOCALMACHINE_LOCKDOWN

Set the following name:

iexplore.exe

to this value:

00000000

then restart the machine.

References

Paul Sweatte

Posted 2014-05-21T23:43:39.770

Reputation: 613