skrul / greasefire

Greasefire is a browser extension for Firefox and Chrome that finds relevant userscripts from Userscripts.org for the pages you visit.
48 stars 28 forks source link

Remove Ci.gfIGreasefireService and Ci.gfIUpdaterService #35

Closed erikvold closed 13 years ago

erikvold commented 13 years ago

Ci.gfIGreasefireService and Ci.gfIUpdaterService can be detected by websites, and a webdev could assume that if these values exist then the user must have GM or Scriptish installed (GM exposes itself atm anyhow, but Scriptish has been stealth for awhile). If a webdev knows that a user has GM/Scriptish installed they can enable preventative JS.

Also maintaining these idl files just sucks..