chengyin / WhatFont-Bookmarklet

The core of WhatFont Tool
http://chengyinliu.com/whatfont.html
University of Illinois/NCSA Open Source License
488 stars 74 forks source link

Not working on Firefox 53.0 (64-bit) #19

Closed aphive closed 1 year ago

aphive commented 7 years ago

I have re-added the bookmark but once I load a site and try it, nothing happens...

Here is what shows in the bookmark:

javascript:(function(){var%20d=document,s=d.createElement('scr'+'ipt'),b=d.body,l=d.location;s.setAttribute('src','http://chengyinliu.com/wf.js?o='+encodeURIComponent(l.href)+'&t='+(new%20Date().getTime()));b.appendChild(s)})();

Any ideas?

I did see the issue where you notated that it only works on actual web-sites so I made sure I tried it on a few; https://www.mozilla.org/en-US/ being the last one I tried.