HOW TO HACK FACEBOOK GROUP 100% WORKING..!

facebook.jpg
!Hello Guys, Today I Make A New Method To Hack Facebook Group In Just A Minute, This Can Possible With Any Device...
Follow These Simple Steps -
!1- First Of All Go To The Fb Group You Want To Hack ..
2- Click On The Group Url And Copy The 15 Digits Group ID..
3- Now Go To Your Own Profile And Find Your 15 Digits Profile ID..
!4- After Find Both ID.. Enter Both ID In This Url.. https://m.facebook.com/group/add_admin/? group_id=1526375554309601&user_id=100007894355978&added&_rdr
!Replace 1526375554309601 with the group I'd and 100007894355978 with your profile I'd!! Make sure you remove any space in the link
5- Now Give The Link To Group Admin
6- As The Admin Click On The Link Then You Will Be The New Admin Of His Group
7- Now Don't Waste Your Time Go To Group Settings And Remove All Admins From The Group..
Its All Done.. This Trick Is 100% Working Try This Fast..

Disable Mouse Right Click using JavaScript

1:   Disable Mouse Right Click using JavaScript

Disable Mouse Right Click using JavaScript : Today we are show you how to disable mouse right click using JavaScript in website or asp.net webpage. It’s a very simple script to disable right click event. You can disable the right click event in whole website by adding this script in master page.
In previous articles we explained Get Directions Google Map API using JavaScriptGet Computer Hardware InformationStatic Website in ASP.NETAdding Multiple Points to Google Map,Send Email with AttachmentSearch in GridView using JavaScriptHTML to PDF using iTextSharp LibraryImprove ComboBox Performance Using VirtualizingStackPanelExport HTML to ExcelSearch Location in Google Map API and many more. Now we will move on how to disable mouse right click using JavaScript.

 ADD SCRIPT

Above script has to be copied in the head section of the Master Page or ASP.NET (ASPX) page and it can also be placed within the ContentPlaceHolder of the Content Page.
The script disables the following three events in order to disable the Right Click in browsers.

 OnMouseDown

The script first checks whether the document has layers, and if yes then the OnMouseDown event is captured and inside its event handler the event is cancelled by using return false.

 OnMouseUp

And if the document does not have layers then inside the OnMouseUp event handler, first the Mouse Button that was clicked is determined and if the Button is Middle or Right then the event is cancelled using return false.

 OnContextMenu

The OnContextMenu event is cancelled using the OnContextMenu event handler.




2:  Disable text selection in a page



This javascript disables the ability to select text with mouse. You can try it on this page (works on IE and FF).
<SCRIPT type="text/javascript">
if (typeof document.onselectstart!="undefined") {
  document.onselectstart=new Function ("return false");
}
else{
  document.onmousedown=new Function ("return false");
  document.onmouseup=new Function ("return true");
}
</SCRIPT>
However, it's not a good "protection" because you can return to the normal behaviour with a simple javascript url :
... and if Javascript is disabled then the protection is not effective!






JPStation Responsive Blogger Template by MKR

JPStation Responsive Blogger Template by MKR

As template responsive blogger who previously ExtraNews , JPstation also an existing template, I created a long time. Because it is still a deficit in the previous version so I did a little change in the code. As well as adding a little bit of features including the toggle view and toggle footers (there is an additional 3 columns in the footer), as well as effects on the top menu. 
In addition to the addition of the code, I also remove the code that I considered unnecessary. Such an effect on my lightboxnya remove and replace it by just giving a bit of CSS to default lightbox blogspot.Besides I also make changes in the recent post code (the latest articles), recent comments (latest comments), related post (related article), and JSON searchnya. Everything I replace with method calls jQuery Ajax so much faster. After changing the code, I also made ​​with different colors (there are 6 colors).Well for those who are interested please download. 



Features of JPStation Blogger Template

  1. Responsive Blogger Template.
  2. JSON Search Result with Ajax so loading faster.
  3. Costum CSS lightbox blogger.
  4. Sidebar dikanan and 3 columns for the footer (on the toggle button to display the footer).
  5. Widgets tab on the sidebar
  6. 2 types of view list and grip with a reminder of the session (cookies) ~ (default list)
  7. Related Post / Articles related to Ajax so that loading a bit faster (the script of my moretechtips modifications as the template).
  8. Emoticons in the comments section.
  9. 2 types of Menu is Normal Menu and Mobile menu (on mobile menu using SelectNav)
  10. Ajax Recent post / article (with animation) and News Ticker in the top menu
  11. Ajax Recent Comments / Comments feature to remove comments Admin blog (with animation)
  12. SEO optimization.
  13. Support modern browser IE9, Mozilla, Chrome
  14. There are six color options, namely Blue, Green, Red, Orange, Grey, Cyan (Turquoise).
Satank MKR