How to disable java script codes preventing selection?

User Help for Mozilla Firefox
Post Reply
User avatar
wadpro
Posts: 64
Joined: April 12th, 2006, 4:20 am

How to disable java script codes preventing selection?

Post by wadpro »

I have tried a few extensions but I cant select any text on the website below:

http://www.ideefixe.com/Bilgisayar/tani ... 4I5GYY8R6O

I wanna select some texts and copy them to clipboard, but how?
Guest
Guest

Post by Guest »

AdBlock or NoScript extensions.
User avatar
wadpro
Posts: 64
Joined: April 12th, 2006, 4:20 am

Post by wadpro »

another option other than noscript?
adblock can only block ad related links..so it doesnt work.
Guest
Guest

Post by Guest »

Since it's only this one site you want to copy and paste, wouldn't the simplest way be to turn off javascript before you enter the site? It loads fine without javascript turned on.

In the time you've taken to post a question, wait for a response and find ways around what the author of the web site has done, you could have already copied the information you wanted.

Simpler is better.

KAS
User avatar
jscher2000
Posts: 11772
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Post by jscher2000 »

I've seen this kind of thing on Snopes. Ctrl+A will still select all -- only the mouse is affect -- but perhaps that's too much to wade through after pasting.
User avatar
dickvl
Posts: 54164
Joined: July 18th, 2005, 3:25 am

Post by dickvl »

Caret browsing (F7) is always handy for such pages.
Use the cursor keys instead of the mouse.
# Virüslere, Truva atlarına, solucanlara ve rootkitlere karşı koruma
# Spyware, adware ve diğer potansiyel olarak tehlikeli programlara karşı koruma
Guest
Guest

Post by Guest »

In user.js:

Code: Select all

user_pref("capability.policy.default.Window.disableselect", "noAccess");
User avatar
dickvl
Posts: 54164
Joined: July 18th, 2005, 3:25 am

Post by dickvl »

Post Reply