Chrome Safari Webkit only CSS hack

Feb22
  • Share

Difficulty: ★☆☆☆☆

Here’s an example how to target only webkit browsers:

input.search{
color: red;
}

@media screen and (-webkit-min-device[......]

继续阅读

Read more...


Javascript: Frame Hijacking Phishing

Oct27
  • Share

Difficulty: ★★★★★

This hack is often used for frame hijacking/phishing technics. Imagine there’s a webpage (not yours) on where you can not run code [......]

继续阅读

Read more...


Salesforce trick: load hidden s-control on every page

Oct27
  • Share

Difficulty: ★★★☆☆

This is one of my first Salesforce hacks; this trick will learn you how to load an hidden S-Control on every Salesforce page:

My S-Contro[......]

继续阅读

Read more...