| |||||||
| Top Tip : Click here to Boost Your PC & Chrome Browsing Speed |
![]() |
| | Thread Tools | Display Modes |
|
#21
| |||
| |||
| 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. |
|
#22
| ||||
| ||||
| 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 11:36 AM.. |
|
#23
| |||
| |||
| @ StevePaul That's the one.Thanks! But i want the bookmarklet to modify the fonts so they appear bold. I've discovered this bookmarklet javascript function(){var 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 javascript function(){var 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); } } )(); |
|
#24
| |||
| |||
| 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 |
|
#25
| |||
| |||
| You want a bookmarklet that takes a 404 and changes it to a 404 ? |
|
#26
| |||
| |||
| is yust an example url, sorry about that |
|
#27
| |||
| |||
| 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 04:12 PM.. |
|
#28
| |||
| |||
| I could use a bookmark that does basically what this does: 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... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wiki-it! Bookmarklet | Kyrax | Chrome Plugins | 8 | 11-15-2009 09:47 PM |
| Bookmarklet for PageRank | woz2 | Chrome Plugins | 6 | 04-15-2009 01:35 AM |
| Google Translate Selected to Any Language - Bookmarklet | vietnam | Chrome Tips & Tricks | 3 | 04-10-2009 02:06 PM |