Hello Kyrax! Can you write a bookmarklet that will make all the text from a web page to appear bold and black, and the page background white? Thank you in advance.
This is a discussion on Need a bookmarklet ? Ask ! within the Chrome Plugins section, part of the Google Chrome category: Hello Kyrax! Can you write a bookmarklet that will make all the text from a web page to appear bold ...
Hello Kyrax! Can you write a bookmarklet that will make all the text from a web page to appear bold and black, and the page background white? Thank you in advance.
Is this what you're looking for ...
Make black text & white page by 1 click
@Stamga
You might want to add this to the Sticky :-)
Last edited by StevePaul; 05-06-2009 at 12:36 PM.
@ StevePaul
That's the one.Thanks!
But i want the bookmarklet to modify the fonts so they appear bold. I've discovered this bookmarklet
javascriptfunction(){v
ar x=document.styleSh
eets [document.styleS
heets.length-
1];x.insertRule('* { font-family: Arial
!important;
}',x.cssRules.length);}) ()
and i've change the "font-family: Arial" with "font-weight: Bold" .
Now, the bookmarklet looks like this
javascriptfunction(){v
ar x=document.styleSh
eets [document.styleS
heets.length-
1];x.insertRule('* { font-weight: Bold
!important;
}',x.cssRules.length);}) ()
I find that this not work on all pages. I there any way to combine the above bookmarklet with this one?
javascript: (function(){
var newSS, styles='* {
background: white !
important; color: black
!important } :link, :link *
{ color: # 0000EE
!important } :visited,
:visited * { color: # 551
A8B !important }'; if(doc
ument.createStyleShee
t) { document.createSt
yleSheet("javascript:'"+
styles+"' "); } else { new
SS=document.createEl
ement('link');
newSS.rel='stylesheet';
newSS.href='data:text/
css,'+escape(styles); d
ocument.getElementsB
yTagName ("head")[0].a
ppendChild(newSS); } }
)();
hi, im wondering if u could make one for me, i have been unable to find one that suits my need, i have a website url that posts images as thumbs, on this format: http://www.website.com/images/thumb/...90725_5910.jpg
and i need a bookmarklet to replace the thumb part to large so the url ends like this: http://www.website.com/images/large/...90725_5910.jpg
thank you in advance
is yust an example url, sorry about that
One of the things I still miss when developing a page, is a way to generate easily some lorem ipsum text. In Firefox there was "Dummy Lorem Ipsum Generator" but I don't think exists the need of an extension just for that. Could be done a bookmarklet instead, a simple version?
I was thinking on something simple (such as an array, random math and generate 2 paragraphs) but maybe someone can integrate such thing with an on-line service,to make things better.
I post here when I've something more concrete too
EDIT:
I'm creating an extension for this right now. Not so good in JS but handling well. Hope post it soon.
-> Done here: [Ext] Lorem Ipsum Generator![]()
Last edited by NicholasPufal; 07-27-2009 at 05:12 PM.
I could use a bookmark that does basically what this does:
except instead of opening the new url, it copys the new url to your clipboard.Code:javascript: location.href = 'http://lnk.in/remote.php?url=' + window.location.href
If copying to the clipboard isnt possible, it could aternatively create a popup with said link.
You can use any url shortening service, although this one, and bit.ly seem to be the shortest urls.
As it is i have an extension that does prettymuch the same thing, but it takes u 10 mb just to lay dormant...
If you're looking for bookmarklets you should search http://www.marklets.com/bookmarklets/ fist before asking. Who knows they may already exist.![]()
Tbh Bookmarklets are 'old hat' ...
In the early days of Chrome, before Extensions became readily available, they were extremely useful ...
However, your better off looking for an extension now ...