Skip to content

simonschaufi/bookmarklets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

My personal bookmarklets

TYPO3 Plugin list_type

javascript:(function(){alert(document.querySelector('#typo3-contentIframe').contentWindow.document.body.querySelector("select[name*='list_type']").value);})()

Instagram image download

javascript:(function(){window.open(document.querySelector('html > body > div > div > div > div > article > div > div > div > div > img').src,'_blank');})();

PredictHQ background image download

javascript:(function(){window.location.href=document.querySelector('#background').style.backgroundImage.slice(5,-2);})();

Hallooh full image download

javascript:(function(){var src=document.querySelector('.profile-pic-similar .profile-pic').src;window.open(src.substring(0,src.indexOf('?'))+'?ixlib=php-1.1.0','_blank');})();

Start XDEBUG in PhpStorm

javascript:(function(){document.cookie='XDEBUG_SESSION='+'PHPSTORM'+';path=/;';})()

Open TYPO3 Backend in new tab

javascript:(function(){window.open(location.protocol+'//'+location.host+'/typo3/','_blank');})();

NEW TEMPLATE

javascript:(function(){CONTENTGOESHERE})();