Skip to content

Instantly share code, notes, and snippets.

View MoatazAbdAlmageed's full-sized avatar
⌨️
pressing f12 key

Moataz Mohammady MoatazAbdAlmageed

⌨️
pressing f12 key
View GitHub Profile
{"lastUpload":"2019-07-30T15:02:53.189Z","extensionVersion":"v3.4.1"}
In brwoser console past this code
```
Array.prototype.unique = function() {
var a = [];
for (i = 0; i < this.length; i++) {
var current = this[i];
if (a.indexOf(current) < 0) a.push(current);
}
return a;
https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha
.userContentWrapper p {
font-size: 30px
;
}
._2yq #globalContainer {
width: 1412px ;